T
tezza
I have 2 tables, namely Despatches and Stock.
On the click of the Despatch button on the form, I want to read each
transaction line on the despatch and write them out to the stock table.
Can anyone help me with the coding for this or point me to a good example of
code that does something similar.
I want to find all the transactions for the order being despatched and then
write them out to the stock file. I know this has to be done within a loop
but I am not proficient enough with VB.
Do I use FindFirst to position myself on the first record that I want and
then do a FindNext within a loop until the Order Number changes?
Any help would be most welcome.
On the click of the Despatch button on the form, I want to read each
transaction line on the despatch and write them out to the stock table.
Can anyone help me with the coding for this or point me to a good example of
code that does something similar.
I want to find all the transactions for the order being despatched and then
write them out to the stock file. I know this has to be done within a loop
but I am not proficient enough with VB.
Do I use FindFirst to position myself on the first record that I want and
then do a FindNext within a loop until the Order Number changes?
Any help would be most welcome.