My DB is Access 2000 based "possibly written in 2002" and I have to send and
receive update files, ported to a UNIX server by FTP, DB unknown.
The file content uses a fixed length string, zero filled left.
ie;
001332001695001995040601040630
where,
001332,001695,001995,040601,040630
Filename: Newprice.txt - detail record
Field Name
Data Type
Description
OLCC Item Code
Numeric(6,0)
Zero filled to the left.
New Price
Numeric(6,2)
Old Price
Numeric(6,2)
Start Date
Numeric(6,0)
Format YYYYMMDD. Beginning date when new price takes effect.
End Date
Numeric(6,0)
Format YYYYMMDD. Last date when new price no longer applies.
My problem is that Microsoft DB format does not accept dates without
delimiters ie; / / or , , or _ _
The same goes for a similar time format in another file where time is hhmm
as opposed to MS hh:mm
How can I convert or get Access to import and export this format.
ie: yymmdd=040520=04/05/20
and 04/05/20=040520
I have to go both ways.
I hope I have provided enough information and appreciate any help you can
provide.
Bruce "Luckydog"