J
Janna
I have two forms: frmDtaEntryMain and frmDtaEntrySE.
FrmDataEntryMain has underlying table: tblDta.
FrmDtaEntrySE has underlying table: tblSE
There is a common field in both forms: ProjectID, which is a text field.
When in frmDtaEntry, I have a button to open frmDtaEntrySE. If a record
with the same ProjectID exists in tblSE, I would like that record displayed
when frmDtaEntrySE opens.
If a record currently does not exist in tblSE with the same ProjectID, I
would like to populate the ProjectID field in frmDtaEntrySE with the value
from the ProjectID field in frmDtaEntryMain
Thanks much for any “Best Practices†recommendations to accomplish the above.
FrmDataEntryMain has underlying table: tblDta.
FrmDtaEntrySE has underlying table: tblSE
There is a common field in both forms: ProjectID, which is a text field.
When in frmDtaEntry, I have a button to open frmDtaEntrySE. If a record
with the same ProjectID exists in tblSE, I would like that record displayed
when frmDtaEntrySE opens.
If a record currently does not exist in tblSE with the same ProjectID, I
would like to populate the ProjectID field in frmDtaEntrySE with the value
from the ProjectID field in frmDtaEntryMain
Thanks much for any “Best Practices†recommendations to accomplish the above.