J
jeanulrich00
Hi
I have a form "FrmMenu" containing 2 text fields "StartDate" and
"EndDate"
The 2 text fields are dated fields and the format is dd/mm/yyyy
Let say user put 1/1/2008 in the "StartDate" field and 31/1/2008 in
the "EndDate" field
I want to press a button and that will create a table named
"PeriodTemp" with only one field named "DatePeriod"
So when I open the table it will show
1/1/2008
2/1/2008
3/1/2008
4/1/2008
and so on until the "EndDate" 31/1/2008
What is the simpliest code I should use on the OnClick of the button
Thanks
I have a form "FrmMenu" containing 2 text fields "StartDate" and
"EndDate"
The 2 text fields are dated fields and the format is dd/mm/yyyy
Let say user put 1/1/2008 in the "StartDate" field and 31/1/2008 in
the "EndDate" field
I want to press a button and that will create a table named
"PeriodTemp" with only one field named "DatePeriod"
So when I open the table it will show
1/1/2008
2/1/2008
3/1/2008
4/1/2008
and so on until the "EndDate" 31/1/2008
What is the simpliest code I should use on the OnClick of the button
Thanks