silentwolf
Active member
- Local time
- Yesterday, 18:17
- Joined
- Jun 12, 2009
- Messages
- 644
Hi guys,
came across a issue in my form and would like to get some help please.
In one of my subforms I have a combobox "cboModelType" and a textbox "txtModelType"
The Combobox get its value from a qryModelTypeSorted.
When I select a Model from the combobox I like to place the TypeName into the textbox
In my Textbox I got following =[cboModelType].[column](2)
For some reason it does not update the textbox correctly or better not always, sometimes the textbox gets filled with the Model of my selection.
On some other Models it works so I am not sure why is that and how to be able to fix that.
Hope that is enough Info?
Cheers
came across a issue in my form and would like to get some help please.
In one of my subforms I have a combobox "cboModelType" and a textbox "txtModelType"
The Combobox get its value from a qryModelTypeSorted.
When I select a Model from the combobox I like to place the TypeName into the textbox
In my Textbox I got following =[cboModelType].[column](2)
For some reason it does not update the textbox correctly or better not always, sometimes the textbox gets filled with the Model of my selection.
On some other Models it works so I am not sure why is that and how to be able to fix that.
Hope that is enough Info?
Cheers