I am still in the process of converting our company steel control to Access from dbase3. As the data changes on a hourly basis i have set up macros to copy the data over when we go live. There is one area that currently is a problem due to the way the Dbase database files have been set up. We have 1995 (*.dbf) files that contain the Parts List data for each product. we have a dbase macro (prg)that will compile a new table, but this requires manually inputting the 1995 product names.
I have a text list for (dabase3) databases IE
a.dbf
b.dbf
c.dbf etc
These databases consist of two fields each Partnum Quantity examples shown below.
a.dbf
Partnum Quantity
1024 2
1025 3
1026 1
b.dbf
1024 1
1027 1
c.dbf
1022 1
1023 1
1024 5
I need to transfer all the contents to a single Access 2002 database with three fields Product Partnum Quantity Product being taken from the dbf name. The final result would look like this
Product Partnum Quantity
a 1024 2
a 1025 3
a 1026 1
b 1024 1
b 1027 1
c 1022 1
c 1023 1
c 1024 5
etc
is there a way to do this?
TIA
Cliff
I have a text list for (dabase3) databases IE
a.dbf
b.dbf
c.dbf etc
These databases consist of two fields each Partnum Quantity examples shown below.
a.dbf
Partnum Quantity
1024 2
1025 3
1026 1
b.dbf
1024 1
1027 1
c.dbf
1022 1
1023 1
1024 5
I need to transfer all the contents to a single Access 2002 database with three fields Product Partnum Quantity Product being taken from the dbf name. The final result would look like this
Product Partnum Quantity
a 1024 2
a 1025 3
a 1026 1
b 1024 1
b 1027 1
c 1022 1
c 1023 1
c 1024 5
etc
is there a way to do this?
TIA
Cliff