bballhermit
Registered User.
- Local time
- Yesterday, 22:04
- Joined
- Oct 14, 2010
- Messages
- 40
I am new to Access, so bear with me, please. I have the following database setup:
tblMonths
MonthID (unique ID for a specific month instance)
Year (year of specific month instance)
MonthNumber (1-12 representing actual month of specific month instance)
Hours (working hours in specific month instance)
tblMonthNames - Static
MonthNumber (one of each 1-12)
MonthAbbr (abbreviation of each of the 12 months)
MonthName (full name of each of the 12 months)
I am trying to make a simple "Add New Month Form". In this form I have a text field for the year and the working hours, but for the month, I want to have a drop down based on the 12 possible months. How do I set up the control source and row source (i'm assuming using a query) so that the drop down selects and saves the MonthNumber but displays one instance of each of the 12 month names? I want the MonthNumber of whichever of the 12 month names the user selects in the dropdown to be stored in a new unique MonthID entry in tblMonths.
Thanks.
tblMonths
MonthID (unique ID for a specific month instance)
Year (year of specific month instance)
MonthNumber (1-12 representing actual month of specific month instance)
Hours (working hours in specific month instance)
tblMonthNames - Static
MonthNumber (one of each 1-12)
MonthAbbr (abbreviation of each of the 12 months)
MonthName (full name of each of the 12 months)
I am trying to make a simple "Add New Month Form". In this form I have a text field for the year and the working hours, but for the month, I want to have a drop down based on the 12 possible months. How do I set up the control source and row source (i'm assuming using a query) so that the drop down selects and saves the MonthNumber but displays one instance of each of the 12 month names? I want the MonthNumber of whichever of the 12 month names the user selects in the dropdown to be stored in a new unique MonthID entry in tblMonths.
Thanks.