
Originally Posted by
June7
RecordSource is property of form or report. Make sure the form or report is the active object (not some control or section of form/report) and then look at the Data tab.
Users really have no need to see PK/FK values. The multi-column combobox method for the Tag should hide the key and display the descriptive info. If there are several fields from the Tag table you want to display, they can all be included in the combobox RowSource (visible or not visible) then textboxes can refer to columns of combobox (this would be part of option 1 of my earlier post). Column index begins with zero, so if the value you want to show is in column 3 the index is 2.
=[combobox name].[Column](2)