Hi,
I have a table called TempInv. This table contains a number of fields. I have a new table called MyNewTable. This table has the following fields: ID and NewText.
How can I sync these tables so that they run parallel to one another i.e. record 001 in TempInv relates to records 001 in MyNewTable?
I have been told to write two methods. The first one creates the table. This is called MySetupStuff(). The other method MyUpdateStuff() should update the real table from my new table created in MySetupStuff(). What sort of code should I place in MySetupStuff?
Any suggestions would be much appreciated
Regards,
Tom
I have a table called TempInv. This table contains a number of fields. I have a new table called MyNewTable. This table has the following fields: ID and NewText.
How can I sync these tables so that they run parallel to one another i.e. record 001 in TempInv relates to records 001 in MyNewTable?
I have been told to write two methods. The first one creates the table. This is called MySetupStuff(). The other method MyUpdateStuff() should update the real table from my new table created in MySetupStuff(). What sort of code should I place in MySetupStuff?
Any suggestions would be much appreciated
Regards,
Tom