I have a form that the user will input a series of details, once they have completed all the fields I have a submit button which makes sure everything is written to my table. What I am trying to do is that once the Submit button is clicked is 2 things.
1 - Submit all data to the table as normal
2 - If in one of the Combo Boxes on the form show Complaint Enquiry. I then want the Submit button to enter some of the details from this form into another form, so that the user can add more details to this other form and create a complaint enquiry. This can then be written to another table in my database for all the complaints.
Is this possible to be done?
Jez
1 - Submit all data to the table as normal
2 - If in one of the Combo Boxes on the form show Complaint Enquiry. I then want the Submit button to enter some of the details from this form into another form, so that the user can add more details to this other form and create a complaint enquiry. This can then be written to another table in my database for all the complaints.
Is this possible to be done?
Jez