Hi,
I have a table called tbl_Period with ONE record and ONE field called [Period].
I also have a form that has a combo box called "Choose Period".
QUESTION:
How do I set the default value on the form combo box = [tbl_period].[Period]
Basically, I am looking to put a default value into this combo box that the user can control and update. The default value will change every month.
Thanks!
I have a table called tbl_Period with ONE record and ONE field called [Period].
I also have a form that has a combo box called "Choose Period".
QUESTION:
How do I set the default value on the form combo box = [tbl_period].[Period]
Basically, I am looking to put a default value into this combo box that the user can control and update. The default value will change every month.
Thanks!