I have a Combo Box on a Form which looks at 4 columns on a Table which contains data which the user uses to lookup and choose for saving into the Main Table.
I want to bind Column 1 and Column 4 of the Combo box to relevant fields in the Main Table.
Usually you can only bind one column of a Combo Box in this way, but I know there is a string that forces two columbs (or more) to be bound.
The string I have is below:
field2 = combobox.column(1)
This is supposed to go in "the afterupdate module of the combo box" (quoted from my Google search).
I would like help with the following:
I presume this code needs to go in the Combo Box properties under Event - After Update as an [Event Procedure]. Please confirm?
My Combo Box Columns (the lookup table fields) are called Address.fldname and Address.Code. My Main Table Fields are called Client_Address and AddressCode respectively.
Somehow the above string needs to contain these field names but I am not sure about syntax.
Any help much appreciated - and it's fun - isn't it?
I want to bind Column 1 and Column 4 of the Combo box to relevant fields in the Main Table.
Usually you can only bind one column of a Combo Box in this way, but I know there is a string that forces two columbs (or more) to be bound.
The string I have is below:
field2 = combobox.column(1)
This is supposed to go in "the afterupdate module of the combo box" (quoted from my Google search).
I would like help with the following:
I presume this code needs to go in the Combo Box properties under Event - After Update as an [Event Procedure]. Please confirm?
My Combo Box Columns (the lookup table fields) are called Address.fldname and Address.Code. My Main Table Fields are called Client_Address and AddressCode respectively.
Somehow the above string needs to contain these field names but I am not sure about syntax.
Any help much appreciated - and it's fun - isn't it?
