Hi all! Stupid question I think but I have been going in circles for a while now.
On a form there's a combobox that retrives AutoID and LocationName from the Location table.
In the table underlying the form, the combobox named "Location" stores the autoID from the combobox. I would like the LocationName to be stored instead.
I think it has something to do with the Bound field but I cannot finger it out. I understand how to change the data view of the table to a query recordset, but I would rather just have the value saved instead.
Should I use a invisible text field on the form to populate the table instead?
On a form there's a combobox that retrives AutoID and LocationName from the Location table.
In the table underlying the form, the combobox named "Location" stores the autoID from the combobox. I would like the LocationName to be stored instead.
I think it has something to do with the Bound field but I cannot finger it out. I understand how to change the data view of the table to a query recordset, but I would rather just have the value saved instead.
Should I use a invisible text field on the form to populate the table instead?