I have an Order Form based on 3 tables (frmOrders). Users use it to input orders.
To look at previous orders for reference, rather than using 'Next' or 'Previous' I have a button that opens a form based on a parameter query. It's named frmJobNum and a user can type in a job number and to see the order info for a particular job
What I'm stuck on.. I'd like to be able to COPY the order they're looking at in frmJobNumber as a new record in frmOrders. Sometimes orders are so similar it's easier to copy than retype the whole thing.
I've got code that allows me to copy from WITHIN frmOrders and create a new record but I can't figure out how to get it to work from frmJobNum to frmOrders.
Any help would be appreciated.
To look at previous orders for reference, rather than using 'Next' or 'Previous' I have a button that opens a form based on a parameter query. It's named frmJobNum and a user can type in a job number and to see the order info for a particular job
What I'm stuck on.. I'd like to be able to COPY the order they're looking at in frmJobNumber as a new record in frmOrders. Sometimes orders are so similar it's easier to copy than retype the whole thing.
I've got code that allows me to copy from WITHIN frmOrders and create a new record but I can't figure out how to get it to work from frmJobNum to frmOrders.
Any help would be appreciated.