I have a form that is based on a query. There are multiple tables in the query. the parameter in the query is VetSSN. My problem is that if there is no data in a particular table the form text boxes won't allow me to add the data. For instance user enters a SSN. The four tables that the query returns data for are
tblVeteran
tblConsult
tblDoctor
tblVendor
If there is no data in tblDoctor the text boxes on my form are blank. When I go to enter data in the text boxes it won't let me. I am a little confused because if the table has data I can edit the information. I know that I am probably missing something easy here.
Thanks,
Patrick.
tblVeteran
tblConsult
tblDoctor
tblVendor
If there is no data in tblDoctor the text boxes on my form are blank. When I go to enter data in the text boxes it won't let me. I am a little confused because if the table has data I can edit the information. I know that I am probably missing something easy here.
Thanks,
Patrick.
Comment