W
Wendy
Hi
I am importing data from a text file into a table using the Line Input #
command to read the file.
Is there some code which would convert this to vb:-
If Date&"/"&Month&"/"Year is not numeric go get the next text line and do
not write anything into the table via the recordset?
The reason the date is like that is I'm having to extract it out of a text
string and turn it from MMDDYY to DDMMYY format.
Thanks
Wendy
I am importing data from a text file into a table using the Line Input #
command to read the file.
Is there some code which would convert this to vb:-
If Date&"/"&Month&"/"Year is not numeric go get the next text line and do
not write anything into the table via the recordset?
The reason the date is like that is I'm having to extract it out of a text
string and turn it from MMDDYY to DDMMYY format.
Thanks
Wendy