T
TheDrescher
Okay, on my MainPage form I have two controls (named ManagerSelect and
TenureBox) that pull information conditionally from fields in the EMP table.
I achieved this by using the DLookUp function as the control source:
=DLookUp("[Manager]","[EMP]","ID=" &[EmpName]) for ManagerSelect
=DLookUp("[AdjServiceDate]", "[EMP]", "ID=" &[EmpName]) for TenureBox.
These values are populating fine, but when I go to save the new record to
the database these fields appear blank in the "Records" table I'm saving to.
I understand this is happening because the control source on these controls
is the formula instead of the bound field in the table as it should be, but I
can't find another way to get the correct data to populate. Please Help!
Thanks!
TenureBox) that pull information conditionally from fields in the EMP table.
I achieved this by using the DLookUp function as the control source:
=DLookUp("[Manager]","[EMP]","ID=" &[EmpName]) for ManagerSelect
=DLookUp("[AdjServiceDate]", "[EMP]", "ID=" &[EmpName]) for TenureBox.
These values are populating fine, but when I go to save the new record to
the database these fields appear blank in the "Records" table I'm saving to.
I understand this is happening because the control source on these controls
is the formula instead of the bound field in the table as it should be, but I
can't find another way to get the correct data to populate. Please Help!
Thanks!