Problem
I've got a main form (frmChoosePeriod) which has a date selector option and a calendar set up so you can choose a start and end date.
Note - this start and end date is understandably temporary so when you close the form these chosen dates reset to blank again.
It's all coded and working well and when you do select the dates, there is a command button which on click takes you to a separate form (frmFinanceByDate) which displays totals for this date range.
Desired Solution
The end user now wants frmFinanceByDate to display the start and end date which have been selected in the previous form's date selector, in a simple form such as text.
So for example the form would show "Finance Data - From DD/MM/YYYY to DD/MM/YYYY"
Questions
Is this actually possible?
If so how would I go about it?
I presume it would be a nice bit of coding in the "OnClick" event procedure on the command button im using to open the new form, but i might be wrong.
Any help would be much appreciated.
I've got a main form (frmChoosePeriod) which has a date selector option and a calendar set up so you can choose a start and end date.
Note - this start and end date is understandably temporary so when you close the form these chosen dates reset to blank again.
It's all coded and working well and when you do select the dates, there is a command button which on click takes you to a separate form (frmFinanceByDate) which displays totals for this date range.
Desired Solution
The end user now wants frmFinanceByDate to display the start and end date which have been selected in the previous form's date selector, in a simple form such as text.
So for example the form would show "Finance Data - From DD/MM/YYYY to DD/MM/YYYY"
Questions
Is this actually possible?
If so how would I go about it?
I presume it would be a nice bit of coding in the "OnClick" event procedure on the command button im using to open the new form, but i might be wrong.
Any help would be much appreciated.