I have a table for security. The format is Unique ID, Network ID, and Dept ID. On loading the switchboard, I have the user id stored in variable txtUserID using the environ("username"). I created query qryDeptSecurity that prompts txtUserID.
In the combo box properties, I have row source type as table/query and row source as qryDeptSecurity . When I run the switchboard, the correct data is in the dropdown, but when I click on a line, the data is not populated in the box as being selected.
What am I missing? TIA for any assistance...
In the combo box properties, I have row source type as table/query and row source as qryDeptSecurity . When I run the switchboard, the correct data is in the dropdown, but when I click on a line, the data is not populated in the box as being selected.
What am I missing? TIA for any assistance...