I have a form that saves a diet order for a patient in an "Order Detail" table. Presently it saves one record for one particular meal (breakfast, lunch or dinner).
Management now wants 3 records (breakfast, lunch, dinner) saved for each order from the same form.
How do I save two more records with all the data the same except for the one field "meal", which will need to be changed to "2" and "3" for lunch and dinner, respectively?
Currently the information in the form is save to the "Order Detail" table with the follwing: "DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70"
Thanks!!!
Management now wants 3 records (breakfast, lunch, dinner) saved for each order from the same form.
How do I save two more records with all the data the same except for the one field "meal", which will need to be changed to "2" and "3" for lunch and dinner, respectively?
Currently the information in the form is save to the "Order Detail" table with the follwing: "DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70"
Thanks!!!