E
E.Q.
I have a paper form that I'd like to replace with a database. The form is an
Opt-In form that must be filled before the beginning of each quarter. The
paper form request that the employee circle the quarter.
I've created two tables:
tblOpMaint:
chrEmpIDNo (Key)
chrLastName
chrFirstName
tblQuarterOption:
lngBuyInID (autonumber Key)
chrEmpID (secondary key)
dtmQuarter
dtmRequestDate
By contract, the form must be filled out (dtmRequestDate) at least 15 days
prior to the start of the quarter; for the database I would simply like to
default the form to the first day of the next quarter (for the dtmQuarter
field). How do I calculate the first day of the next quarter and put it on my
form?
Opt-In form that must be filled before the beginning of each quarter. The
paper form request that the employee circle the quarter.
I've created two tables:
tblOpMaint:
chrEmpIDNo (Key)
chrLastName
chrFirstName
tblQuarterOption:
lngBuyInID (autonumber Key)
chrEmpID (secondary key)
dtmQuarter
dtmRequestDate
By contract, the form must be filled out (dtmRequestDate) at least 15 days
prior to the start of the quarter; for the database I would simply like to
default the form to the first day of the next quarter (for the dtmQuarter
field). How do I calculate the first day of the next quarter and put it on my
form?