hansdebadde
Technical User
I have a subform where the last field is a concatenated combination of all the fields so the user can copy all of it to paste it into another db (only possible solution). I am using Access 2010, the data is on a SQL 2008 back end. I have been able to concatenate the fields except the combos.
The row source for one of the combos is:
SELECT ICC_tbl_Lookups.LookupID, ICC_tbl_Lookups.str_Item FROM ICC_tbl_Lookups
The name of the combo is CB_or_CA_Method_Combo and its control source is CB_or_CA_Method_ID
Any ideas how to pull the value selected in the combo?
The row source for one of the combos is:
SELECT ICC_tbl_Lookups.LookupID, ICC_tbl_Lookups.str_Item FROM ICC_tbl_Lookups
The name of the combo is CB_or_CA_Method_Combo and its control source is CB_or_CA_Method_ID
Any ideas how to pull the value selected in the combo?