D
Dave
I have two tables related as one to many. The first table is
"tblOrders" the many side "tblProducts". I would like the user to
choose from one to many products and after choosing, click a button
that assigns a unique order number in the tblOrders table. Should the
user at any time decide to cancel the whole thing, then that unique
order number would not be used and no record would be created. I want
to avoid autonumber since the order number will reset each month (eg S
(yr)-(month)-(No)).
What is the best way to accomplish this?
Dave
"tblOrders" the many side "tblProducts". I would like the user to
choose from one to many products and after choosing, click a button
that assigns a unique order number in the tblOrders table. Should the
user at any time decide to cancel the whole thing, then that unique
order number would not be used and no record would be created. I want
to avoid autonumber since the order number will reset each month (eg S
(yr)-(month)-(No)).
What is the best way to accomplish this?
Dave