Guys,
I have a subform that has combo boxes set behind visible data feilds.
When I tab into or click on the front feild I want the combo box in the background to show so the user can make a selection from the list. Once the user tabs out off, or click out off the cell, the combo box disappears leaving a nice and tidy form!
I have the "tab into" working just fine using GotFocus=DoFocus([Comboboxname])
But, when I use the same code in the click property setting for the front feild "Click=DoFocus([comboboxname])" I get a MS error message saying : you can't hide a control that has focus.
Can anyone let me know how to work around this so when my users click the front feild I get focus on the combo box in the background so the user can make a selection?
Thanks
JohnG
I have a subform that has combo boxes set behind visible data feilds.
When I tab into or click on the front feild I want the combo box in the background to show so the user can make a selection from the list. Once the user tabs out off, or click out off the cell, the combo box disappears leaving a nice and tidy form!
I have the "tab into" working just fine using GotFocus=DoFocus([Comboboxname])
But, when I use the same code in the click property setting for the front feild "Click=DoFocus([comboboxname])" I get a MS error message saying : you can't hide a control that has focus.
Can anyone let me know how to work around this so when my users click the front feild I get focus on the combo box in the background so the user can make a selection?
Thanks
JohnG