I have a table setup (General Bookings) that stores an ID for a faciliy that is being booked (FacilityID). I also have a form that saves the information to the General Bookings table.
At the moment I have a combo box that allows the user to select one facility to be booked, however I would really like to provide the user with checkboxes that allow them to book multiple facilities from 1 form.
Is it possible to save multiple records in the General Bookings table when the user clicks the "Save and Close" button? One for each facility check box that is checked (i.e. one record for each facility required).
Would this require some VB to be used? If, so could you explain how it works as VB isn't my 1st language :-)
Thanks alot,
James
Start Free Trial