OK, so considering the functionality i have been able to produce in Access over the years, this sounds a really silly question, but you don’t learn if you don’t ask
Form limited to data entry only. In this case a sales order form with a products subform, but my questions could relate to many different situations.
If i select a customer from the combo box, it fills in the relevant details. If i exit the form without completing the order, the customer details have been written to the orders table. What is the best way to control this?? I.E. be able to cancel and clear the form and to proactively save the record??
Here are my thoughts:
I could use an unbound form and ADO. Lots of code mapping txtboxes to fields and add record. If i do that, then are there not issues with the producrs in the subform, since there is no parent record….
I could use a delete command.. Assuming it has already written to the table..
As you can see, despite my skills i am a little unsure of what is happening here, so all comments are welcome.
Thank you in advance.