splint1906
Technical User
I asked a similar question earlier but now I'd like to explore some more functionality.
I have 2 combo boxes on my form where the user selects the Starting_Period and the Ending_Period. I'd like for the Ending_Period to default to the last entry in my tblPeriod (I maunally add to my tblPeriod after each monthly update of the database). The tblPeriod has an ID field & a Period field (MMM-YYYY).
For example, right now my tblPeriod has the following records:
ID Period
1 Jan-2004
2 Feb-2004
3 Mar-2004
4 Apr-2004
5 May-2004
6 Jun-2004
7 Jul-2004
8 Aug-2004
When the form opens I'd like for the Ending_Period field to default to Aug-2004.
Any suggestions?
I have 2 combo boxes on my form where the user selects the Starting_Period and the Ending_Period. I'd like for the Ending_Period to default to the last entry in my tblPeriod (I maunally add to my tblPeriod after each monthly update of the database). The tblPeriod has an ID field & a Period field (MMM-YYYY).
For example, right now my tblPeriod has the following records:
ID Period
1 Jan-2004
2 Feb-2004
3 Mar-2004
4 Apr-2004
5 May-2004
6 Jun-2004
7 Jul-2004
8 Aug-2004
When the form opens I'd like for the Ending_Period field to default to Aug-2004.
Any suggestions?