G
GI Smith
Designed a database that lists all reports due to outside agencies for the
boss to use to track the report name, department and person responsible,
agency receiving report, frequency of report (annual, quarterly, monthly
etc), starting period (month name), ending period (month name), month due and
day due. Don't care about year, these requirements are driven by various
environmental permits and the timeframes for reporting to the agencies are
the same each year (this is why I did not use a date field - because year is
always included).
The three fields - month due, starting period and ending period - are
provided by a MonthName table via a combo list on the data input form.
The problems -
#1 the list in alphabetically sorted rather than chronologic so I don't
think the combo list was the best way to accomplish this.
#2 Would like to be able to type in the month number ie 6 instead of June
but want June to appear on the form after the month number is typed in.
#3 The department managers will be using the database and would like them to
have flexible query that would let them use either "6" or "June". Is this
possible?
Thanks in advance.
boss to use to track the report name, department and person responsible,
agency receiving report, frequency of report (annual, quarterly, monthly
etc), starting period (month name), ending period (month name), month due and
day due. Don't care about year, these requirements are driven by various
environmental permits and the timeframes for reporting to the agencies are
the same each year (this is why I did not use a date field - because year is
always included).
The three fields - month due, starting period and ending period - are
provided by a MonthName table via a combo list on the data input form.
The problems -
#1 the list in alphabetically sorted rather than chronologic so I don't
think the combo list was the best way to accomplish this.
#2 Would like to be able to type in the month number ie 6 instead of June
but want June to appear on the form after the month number is typed in.
#3 The department managers will be using the database and would like them to
have flexible query that would let them use either "6" or "June". Is this
possible?
Thanks in advance.