P
PattiP
I have 3 tables:
tblDate:
DateID
EventDate
tblEvent:
EventID
Event
tblTime:
TimeID
DateID
EventID
TimeOFF
TimeON
I created a form/subform where the EventDate is the main form. The subform
includes Event, TimeOFF, TimeON. The subform will not let me enter data. I
don’t want to add to the Event table, I want to select from the Event table
from a list box/combo box, but that doesn’t work either. Also, I get the
following error in the TimeOFF and TimeON fields: join key of tblTime not in
recordset.
What am I doing wrong?
tblDate:
DateID
EventDate
tblEvent:
EventID
Event
tblTime:
TimeID
DateID
EventID
TimeOFF
TimeON
I created a form/subform where the EventDate is the main form. The subform
includes Event, TimeOFF, TimeON. The subform will not let me enter data. I
don’t want to add to the Event table, I want to select from the Event table
from a list box/combo box, but that doesn’t work either. Also, I get the
following error in the TimeOFF and TimeON fields: join key of tblTime not in
recordset.
What am I doing wrong?