S
Stuart
Hi -
I wonder if someone can help with this. It seems really complicated to automate this. I've been doing it manually for a while now and though maybe it is possible.
My data is in table "tblDataEntry" as follows (just a sample)
Acc Acc1 Acc2 Amount Amount 1 Amount 2 Desc Ready
111 222 333 20.00 2.00 22.00 Invoice1 Yes/No
I have another table called "tblSystem"
Acc Amount Desc
111 20.00 Invoice1
222 2.00 Invoice1
333 22.00 Invoice1
You can see that the 1 record has simply been copied to another table and then presented as three records where as before it was one record.
Is there some kind of macro button that could first look at the field in tblDataEntry at the field "Ready" and then if this is checked "Yes" then the macro will send the data to the tblSystem in the specified format.
I hope this makes sense.
Best regards
Stuart
I wonder if someone can help with this. It seems really complicated to automate this. I've been doing it manually for a while now and though maybe it is possible.
My data is in table "tblDataEntry" as follows (just a sample)
Acc Acc1 Acc2 Amount Amount 1 Amount 2 Desc Ready
111 222 333 20.00 2.00 22.00 Invoice1 Yes/No
I have another table called "tblSystem"
Acc Amount Desc
111 20.00 Invoice1
222 2.00 Invoice1
333 22.00 Invoice1
You can see that the 1 record has simply been copied to another table and then presented as three records where as before it was one record.
Is there some kind of macro button that could first look at the field in tblDataEntry at the field "Ready" and then if this is checked "Yes" then the macro will send the data to the tblSystem in the specified format.
I hope this makes sense.
Best regards
Stuart