R
Roy Goldhammer
Hello there
I have forms in my application that should be run by single code and should
return single parameter.
For example: i need to build form name: ChooseDate that present Calender and
at the end return the date which has been selected.
the calling should be like this
dim dte as date
dte = ChooseDate()
How can i build form and function for this?
I have forms in my application that should be run by single code and should
return single parameter.
For example: i need to build form name: ChooseDate that present Calender and
at the end return the date which has been selected.
the calling should be like this
dim dte as date
dte = ChooseDate()
How can i build form and function for this?