The pertinent table records transfers of assets from employee to employee, and assets are often transfered more than once.
How do I set the default setting of a forms control so that when a serial number is entered, the last Location and Employee Number (that the asset was formerly transfered to) appears in the relevent (transfered from) boxes on the new transfer record?
I have a query that isolates the last location of the asset in a single record (linked as a button on the form), but am unclear on how to update the information from the query as default values on the form. When I set the default value of the form to "=[qryCurrent]![EmployeeNum]", all I get #Name? to display.
How do I set the default setting of a forms control so that when a serial number is entered, the last Location and Employee Number (that the asset was formerly transfered to) appears in the relevent (transfered from) boxes on the new transfer record?
I have a query that isolates the last location of the asset in a single record (linked as a button on the form), but am unclear on how to update the information from the query as default values on the form. When I set the default value of the form to "=[qryCurrent]![EmployeeNum]", all I get #Name? to display.