G
Guest
but I'm really going nowhere fast.
I have followed the advice of many here that offered solutions.
I now have a main table (tblEpistry) and 4 unit tables (tblUnit1 through
tlbUnit4)
The main data entry form has the qry_data_entry as the record source and the
query has all five tables in it, linked by tblEpistry.EpistryID to EpistryID
in each unit table.
When I try to open my main form, I get 'Can't go to specified record' and
when I debug it, it is hanging on my Me.EpistryNumber.Setfocus line.
I simply want to use this form to enter data into my five tables. Any ideas
what I am doing wrong?
Thanks in advance.
I have followed the advice of many here that offered solutions.
I now have a main table (tblEpistry) and 4 unit tables (tblUnit1 through
tlbUnit4)
The main data entry form has the qry_data_entry as the record source and the
query has all five tables in it, linked by tblEpistry.EpistryID to EpistryID
in each unit table.
When I try to open my main form, I get 'Can't go to specified record' and
when I debug it, it is hanging on my Me.EpistryNumber.Setfocus line.
I simply want to use this form to enter data into my five tables. Any ideas
what I am doing wrong?
Thanks in advance.