Updating a table from a form.

BillyDuhig93

New member
Local time
Today, 05:36
Joined
Feb 9, 2010
Messages
1
I am having trouble trying to make Tbl_Booking update from the Booking form

I basically want to be able to select a CustomerID, BookingID and a Course and then update Tbl_booking so that the CustomerID is added to the apropriate BookingID.

Anybody no how this would be done?
 

Attachments

From what you are explaining I think that you need to link your Comboboxes to your table, ie they should not be unbound.
 
Bind your table(s) to your forms and use the form wizard. Once you have it working, then you can modify it to suit your tastes.
 

Users who are viewing this thread

Back
Top Bottom