I have a table that has a field [UnitID], which is a number field, that is relatedto a table [UnitID], that lists various unit information (UnitName, UnitPOC, UnitPhone, etc.). On my form the unit field is bound by UnitID but displays the name of the unit.
Periodically I import an Excel spreadsheet (individuals, units, etc.) into another table (Potential Customer List), which lists people and assigned units (text field).
When I add a new customer I open the potential customer list, then click a button to transfer the customer information from the potential customer list into another form, no problem except one field, the unit field. I believe this is because the field is a text field in the potential customer list but a number field in the form I'm transferring to. I've tried many ways to capture the data from the Potential Customer List.
Forms!frmPCSTracker.UnitID = Forms!frmAlphaRoster.Unit 'doesn't work
and other copy techniques.
Periodically I import an Excel spreadsheet (individuals, units, etc.) into another table (Potential Customer List), which lists people and assigned units (text field).
When I add a new customer I open the potential customer list, then click a button to transfer the customer information from the potential customer list into another form, no problem except one field, the unit field. I believe this is because the field is a text field in the potential customer list but a number field in the form I'm transferring to. I've tried many ways to capture the data from the Potential Customer List.
Forms!frmPCSTracker.UnitID = Forms!frmAlphaRoster.Unit 'doesn't work
and other copy techniques.