Hi all,
I have a Form that was built in Form Design. It uses multiple combo boxes, pulling from multiple queries that were built from different tables.
The Form works great, however I would like to be able to save a record of each Form (combination of fields) i create, then move to a new one. Right now (because it is an unbound Form i presume), I am unable to get a new record. If I select a Record Source for the Form, it then limits me to the number of records in that source (table or query) and the different text boxes i have populated (via an event of the combo boxes) maintain the original field selections as i scroll through the records (don't change per record).
What are my options here? Is it possible to save records from an unbound Form?
Any help would be very appreciated. Thank you.