At the minute i have a form that works perfectly well. However at the minute the comboboxes that I have are looking up data from tables, i then assign a time to a customer through this form (in a seperate combobox).
Say customer surname is named "combobox1".
Now i insert a textbox into the form with control source being "[combobox1]".
When i go to form view this textbox is displaying a number. This number represents the row number that the customer belongs to in the original customer table. E.g. a 1 is displayed instead of the name "smith"
I dont want to touch "combox1" as everything is currently working well. But how can i convert this number into the correct name.
As you can proberbly tell im a novice so please explain slowly
. Thanks for any answers and i hope i have explained myself clearly
Say customer surname is named "combobox1".
Now i insert a textbox into the form with control source being "[combobox1]".
When i go to form view this textbox is displaying a number. This number represents the row number that the customer belongs to in the original customer table. E.g. a 1 is displayed instead of the name "smith"
I dont want to touch "combox1" as everything is currently working well. But how can i convert this number into the correct name.
As you can proberbly tell im a novice so please explain slowly