D
Darrell Childress
I have a database where the salespeople enter general info regarding a
new order. They then click on a button that runs an append query which
appends the data from the current order into a table located in a
separate database. Is there a way that the append query can append data
to 2 separate tables, i.e., some fields would be appended into tblOrders
and some fields would be appended into tblMfgData? I don't think that's
possible, so if not, how can I accomplish this? Would I need to create a
button that runs 2 distinct append queries - one to append data into
tblOrders and another to append data into tblMfgData...or is there a
better/easier way to do this?
Thanks for any help,
Darrell
new order. They then click on a button that runs an append query which
appends the data from the current order into a table located in a
separate database. Is there a way that the append query can append data
to 2 separate tables, i.e., some fields would be appended into tblOrders
and some fields would be appended into tblMfgData? I don't think that's
possible, so if not, how can I accomplish this? Would I need to create a
button that runs 2 distinct append queries - one to append data into
tblOrders and another to append data into tblMfgData...or is there a
better/easier way to do this?
Thanks for any help,
Darrell