L
LCalaway
I have a main form (frmDeeds) and two subforms (frmGrantorSubform)
(frmGranteeSubform). Each is tied to its own table tblDeeds, tblGrantee,
tblGrantor. The grantor and grantee tables are related to the deed table by
the same field name DeedID.
I am not able to go from the last field in frmGrantorSubform to the first
field in frmGranteeSubform.
The last field in frmGrantorSubform: table name = InputterComment, form
name = txtInputterComment
The first field in frmGranteeSubform: table name = EELName, form name =
txtEELName
I have tested a couple of ways to do this, and I fail. These include the
"After Update" and "On Exit" events.
Would appreciate help, please.
Thank you.
LCalaway
(frmGranteeSubform). Each is tied to its own table tblDeeds, tblGrantee,
tblGrantor. The grantor and grantee tables are related to the deed table by
the same field name DeedID.
I am not able to go from the last field in frmGrantorSubform to the first
field in frmGranteeSubform.
The last field in frmGrantorSubform: table name = InputterComment, form
name = txtInputterComment
The first field in frmGranteeSubform: table name = EELName, form name =
txtEELName
I have tested a couple of ways to do this, and I fail. These include the
"After Update" and "On Exit" events.
Would appreciate help, please.
Thank you.
LCalaway