Forum: Visual Basic .NET
Oct 25th, 2007, 9:09 AM
|
|
Replies: 11
Views: 729
Cannot Get VB Express 2005
When i try to start a new project for vb express 2005 it freezes up and can't figure why? I can work on an existing project, but won't allow me to create new.. any suggestions would be helpful...
|
Forum: Visual Basic
Oct 22nd, 2007, 2:48 PM
|
|
Replies: 3
Views: 257
Re: Importing a file using VB
Dim fileDt
Dim fileNm
fileDt = Format(Date, "MMDDYY")
fileNm = "\\jazzs\add" & 3rpvjohndoe" & fileDt & ".txt"
MsgBox (fileNm)
DoCmd.TransferText acImportDelim, "SPECS", "3RPV Export",...
|
Forum: Visual Basic
Oct 22nd, 2007, 12:02 PM
|
|
Replies: 3
Views: 257
|
Forum: Visual Basic
Oct 22nd, 2007, 9:19 AM
|
|
Replies: 3
Views: 257
Importing a file using VB
I'm having problems with a line of code when i try to import a file using vb in access. the error is saying that it can't import file? I checked the filename in that specific directory and its...
|
Forum: Visual Basic
Oct 20th, 2007, 11:27 AM
|
|
Replies: 1
Views: 176
Access
Ive created a macro that should import/export a file based of certain criteria's: filename and filedate.
\\c\desktop\"johndoe" & Right("0" & Month(Date()), 2) & Right("0" & Day(Date()), 2) &...
|
Forum: Visual Basic
Oct 20th, 2007, 11:20 AM
|
|
Replies: 1
Views: 226
Acces using VB
I created a macro that should be able to export/import a file based on the filename and date. when i insert the code:
=\\c\desktop\"johndoe" & Right("0" & Month(Date()), 2) & Right("0" &...
|
Forum: Visual Basic
Oct 19th, 2007, 10:08 AM
|
|
Replies: 4
Views: 286
|
Forum: Visual Basic
Oct 19th, 2007, 8:37 AM
|
|
Replies: 4
Views: 286
VB using Access
ok I need some serious help, for anyone that knows Access. I'm trying to automate a process using a macro that will import/export a file by the file name and date. EX: johndoe101907.txt. how can i...
|