Hello All,
I have a form that has several textboxes on it. The form is populated from 2 tables: CellPhoneData and UnitName
The main form is bound to the CellPhoneData table.
2 of the textboxes on the form are to receive their data from the UnitName; these are the ones not populating.
In the control source of the txtUnitName I placed this:
=[UnitName]![Unit Name]
but all I get is #Name? , which I gather it cannot find the data
Any ideas?
I have a form that has several textboxes on it. The form is populated from 2 tables: CellPhoneData and UnitName
The main form is bound to the CellPhoneData table.
2 of the textboxes on the form are to receive their data from the UnitName; these are the ones not populating.
In the control source of the txtUnitName I placed this:
=[UnitName]![Unit Name]
but all I get is #Name? , which I gather it cannot find the data
Any ideas?