|
-
Feb 8th, 2000, 05:42 AM
#1
Thread Starter
Lively Member
Could anyone tell me how to put the time and date onto a form?
~Thanks!
-
Feb 8th, 2000, 05:47 AM
#2
Caption = Now
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
Certified AllExperts Expert
-
Feb 8th, 2000, 05:49 AM
#3
Junior Member
Add a form and a caption box
put this code into the form load event
Label1.Caption = Date & Chr(13) & Time
This will show the date and time of loading but will increment the time until you reload form.
You could look at putting a loop or timer event in to do this
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|