No response to my earliar post. Perhaps not clear.I will try again.
have a table with called Info with following fields
Code Weight Date Ship #
Now we get this text file fixed width with the following information
Code Weight date
This is generated by weighing boxes on scale, this is done everyday and have 500 entires. Code is the destination its going . THis is what it looks like
GVA 20 11/11/2004
GVA 15 11/11/2004
LIM 1 11/11/2004
DEL .5 11/11/2004
Del 2 11/11/2004
Del 5 11/11/2004
Need to import this in table. Which I can. but also need to add the ship #
Meaning that if two GVA were imported in the table then Ship # would be 1 and 2. Del would get assigned 1,2,3 respectivly. The next day same process and if we imported 4 GVA records then they should get ship # 3,4,5,6 .
Thanks
have a table with called Info with following fields
Code Weight Date Ship #
Now we get this text file fixed width with the following information
Code Weight date
This is generated by weighing boxes on scale, this is done everyday and have 500 entires. Code is the destination its going . THis is what it looks like
GVA 20 11/11/2004
GVA 15 11/11/2004
LIM 1 11/11/2004
DEL .5 11/11/2004
Del 2 11/11/2004
Del 5 11/11/2004
Need to import this in table. Which I can. but also need to add the ship #
Meaning that if two GVA were imported in the table then Ship # would be 1 and 2. Del would get assigned 1,2,3 respectivly. The next day same process and if we imported 4 GVA records then they should get ship # 3,4,5,6 .
Thanks
Last edited: