selecting date

M

MarkSH

After clicking a button on an Access form, I want the vb code to prompt the
user for a date using one of the available calendar functions. Any ideas?
 
M

MarkSH

Is there a way to do this without using htm? I want this to be independent
of the web. I'm really new at windows based programming. I'm old school
(Fortran, Basic, Cobol, etc.) Thanks...
 
D

Dirk Goldgar

MarkSH said:
Is there a way to do this without using htm? I want this to be
independent of the web. I'm really new at windows based programming.
I'm old school (Fortran, Basic, Cobol, etc.) Thanks...

The only HTML involved is the web page that presents the download
database and some tutorial pages. The solution itself doesn't involve
the web in any way.
 
Top