MichaelintheUK
Programmer
I was surprised today by a problem I had not come across before. A colleague was trying to use a look up/combo box to select a date. When the lookup tab is accessed the options are not visible.
I have tried to work around it in 2 ways
1) by using an autonumber and a date in the lookup table and hiding the column 0 and showing column 1 (the date) in the table.
2) Creating a form and then changing the date text box to a combo box, setting the properties e.g. dataentry='yes' and viewing this in datasheet view.
I feel both of these are a bit of a fudge and would like a more elegant solution if there one.
thanks
Michael
I have tried to work around it in 2 ways
1) by using an autonumber and a date in the lookup table and hiding the column 0 and showing column 1 (the date) in the table.
2) Creating a form and then changing the date text box to a combo box, setting the properties e.g. dataentry='yes' and viewing this in datasheet view.
I feel both of these are a bit of a fudge and would like a more elegant solution if there one.
thanks
Michael