We have:
frmMain1 & frmMain1!frmSub1
Both forms are based on queries. frmSub1 is in continuous view with only 3 text controls (out of a possible 14) for each record. The text controls are covered by a label. I had planned for the user to double click the label and open a new form (frmMain2) based on the same query as frmSub1 to allow editing of all 14 fields.
Problem:
While frmMain1 & frmMain1!frmSub1 are open frmMain2 is locked for editing. I incorrectly assumed that if frmMain1!frmSub1 was set to Snap Shot and frmMain2 to Dynaset it would work, but it doesn’t! Is there away around this or has frmMain1 & frmMain1!frmSub1 got to be closed first before opening frmMain2 and then reopened when frmMain2 is closed to show the newly edited data.
Thanks
LouiseJ
frmMain1 & frmMain1!frmSub1
Both forms are based on queries. frmSub1 is in continuous view with only 3 text controls (out of a possible 14) for each record. The text controls are covered by a label. I had planned for the user to double click the label and open a new form (frmMain2) based on the same query as frmSub1 to allow editing of all 14 fields.
Problem:
While frmMain1 & frmMain1!frmSub1 are open frmMain2 is locked for editing. I incorrectly assumed that if frmMain1!frmSub1 was set to Snap Shot and frmMain2 to Dynaset it would work, but it doesn’t! Is there away around this or has frmMain1 & frmMain1!frmSub1 got to be closed first before opening frmMain2 and then reopened when frmMain2 is closed to show the newly edited data.
Thanks
LouiseJ