F
Fysh1
I took your advice and it worked great I want to thank you
for your assistance ClinicTypeID works! I have been going
in circles for a couple days on this. However, for some
reason I can't get the customerID to go into the
tblVisits. Do you have any suggestions to fix this? Here
is my SQL for the form.
SELECT tblVisit.VisitID, tblVisit.CustomerID,
tblCustomer.CustomerID, tblVisit.CustDate,
tblVisit.Timein, tblVisit.ClinicType, tblCustomer.FName,
tblCustomer.LName,FROM tblCustomer INNER JOIN tblVisit ON
tblCustomer.CustomerID = tblVisit.CustomerID;
Should I be placing my combobox and listbox into a subform
and then have master/child link on the customerID?
Thanks for any further help
for your assistance ClinicTypeID works! I have been going
in circles for a couple days on this. However, for some
reason I can't get the customerID to go into the
tblVisits. Do you have any suggestions to fix this? Here
is my SQL for the form.
SELECT tblVisit.VisitID, tblVisit.CustomerID,
tblCustomer.CustomerID, tblVisit.CustDate,
tblVisit.Timein, tblVisit.ClinicType, tblCustomer.FName,
tblCustomer.LName,FROM tblCustomer INNER JOIN tblVisit ON
tblCustomer.CustomerID = tblVisit.CustomerID;
Should I be placing my combobox and listbox into a subform
and then have master/child link on the customerID?
Thanks for any further help