I have a subForm (subHWEvent) in a tabControl (tabHWInfo) (tabEvents) that I am trying to link to another subform (subHWEventRmks).
What happens is...I can create a new "Event" record in the 1st subform (subHWEvent), but when I open the 2nd subform (subHWEventRmks) using a buttonControl to enter "Remaks" into the 2nd subform (subHWEventRmks) it opens the (subHWEventRmks) but creates a new Event record rather than linking it to the current new Event record.
I tried to initiate a Requery from the subHWEvents form using a combobox (EventType) AfterUpdate. No joy.
Main form - frmHW from tblHW linked to the subHWEvent using HWID & EVENTID
1st subForm - subHWEvent from tblEvents
Tab Control - tabEventInfo
Tab - tabEvents
2nd subForm - subHWEventRmks from tblEvents
Please advise...TYVM
What happens is...I can create a new "Event" record in the 1st subform (subHWEvent), but when I open the 2nd subform (subHWEventRmks) using a buttonControl to enter "Remaks" into the 2nd subform (subHWEventRmks) it opens the (subHWEventRmks) but creates a new Event record rather than linking it to the current new Event record.
I tried to initiate a Requery from the subHWEvents form using a combobox (EventType) AfterUpdate. No joy.
Main form - frmHW from tblHW linked to the subHWEvent using HWID & EVENTID
1st subForm - subHWEvent from tblEvents
Tab Control - tabEventInfo
Tab - tabEvents
2nd subForm - subHWEventRmks from tblEvents
Please advise...TYVM