cleteh
01-10-2016, 12:24 PM
I'm having a little trouble getting this to work.....
I have a combobox titled cboClmForw with the current properties:Control Source: FORWARDER_NO, Row Source Type: Table/Query, Row Source: SELECT [Forwarder ASC].[NAME] FROM [Forwarder ASC];
In my Query (Forwarder ASC) it has a field called name in column 1 and Forwarder ID in column 2
My Combobox is on a form titled CLAIM
I want the combobox to display the forwarder names in the box which it currently does. Once the user selects the name from the combobox and goes to the next record I want the value of the Forwarder ID to be written to the field called FORWARDER_NO in the table called CLAIM.
Right now its erroring out because its trying to write the actual name to the field FORWARDER_NO instead of the forwarder ID.
Any help would be greatly appreciated.
I have a combobox titled cboClmForw with the current properties:Control Source: FORWARDER_NO, Row Source Type: Table/Query, Row Source: SELECT [Forwarder ASC].[NAME] FROM [Forwarder ASC];
In my Query (Forwarder ASC) it has a field called name in column 1 and Forwarder ID in column 2
My Combobox is on a form titled CLAIM
I want the combobox to display the forwarder names in the box which it currently does. Once the user selects the name from the combobox and goes to the next record I want the value of the Forwarder ID to be written to the field called FORWARDER_NO in the table called CLAIM.
Right now its erroring out because its trying to write the actual name to the field FORWARDER_NO instead of the forwarder ID.
Any help would be greatly appreciated.