In MS Access 97 I have 3 combo boxes in a form... Day, Month, and Year respectively. The boxes are pulling the info from 3 separate tables of the same names.
I set up default values in the properties of each combo box as follows:
=Day(Now())
=Month(Now())
=Year(Now())
This should show the current info but it does not. It shows nothing. Ihave to click on the down arrow to drop the list down before I see anything.
What is the problem? Any Ideas? Ya' Gotta Love It!
X-)
I set up default values in the properties of each combo box as follows:
=Day(Now())
=Month(Now())
=Year(Now())
This should show the current info but it does not. It shows nothing. Ihave to click on the down arrow to drop the list down before I see anything.
What is the problem? Any Ideas? Ya' Gotta Love It!