madvalpreston
Technical User
Hi
we have a quotation form which is all working now. the next stage is we want to when we receive a customer Po do this
1. Have a range of check boxes (perhaps in another form) that have to be ticked (based on a quote number) , for example
Is customer name correct
is customer address correct
Is price correct etc.........
At the end if not all are ticked, I want a message box to come up and tell the user, all boxes must be checked do you want to continue Yes/NO. If Yes go back to the form, if No close the form and dont save the record...
If they are all checked then I want the user to be prompted with
"Do you want to create an order" If yes then I want all the quote details being copied into anothe table called orders which will have an autonumber for orderno...
So could someone help with
1. How to make the code for the check box
2. How to do the code for the create order
3. Also any advice how to populate the order table with the relevant data from quote table.
many thanks
we have a quotation form which is all working now. the next stage is we want to when we receive a customer Po do this
1. Have a range of check boxes (perhaps in another form) that have to be ticked (based on a quote number) , for example
Is customer name correct
is customer address correct
Is price correct etc.........
At the end if not all are ticked, I want a message box to come up and tell the user, all boxes must be checked do you want to continue Yes/NO. If Yes go back to the form, if No close the form and dont save the record...
If they are all checked then I want the user to be prompted with
"Do you want to create an order" If yes then I want all the quote details being copied into anothe table called orders which will have an autonumber for orderno...
So could someone help with
1. How to make the code for the check box
2. How to do the code for the create order
3. Also any advice how to populate the order table with the relevant data from quote table.
many thanks