Pop-up calendar and clock in Form

B

BillH

I often duplicate a form and need to edit only a few Fields in the
copy. Two of the Fields are Time and Date. For editing the Date I have
tried =Date() OnClick. For a new Time I used =Time() or =Now(). Using
these methods, I could manually edit the Fields but want to point and
click on a drop-down or pop-up calendar and clock respectively so that
what I point and click are the new entries in the Fields.
Any thoughts on how to add these pop-ups will be very much
appreciated.
Thank you-
Bill Howard
 
M

Mark Andrews

I usually use this code for the popup calendar:
http://www.allenbrowne.com/ser-51.html

for time selection I would usually just use a dropdown box showing the time
choices
(if they are only allowed to choose 8am to 5pm every 15 minute intervals
etc...). You populate it via looping code.
If you are allowing any minute or second, not sure best solution perhaps
just manual entry and error checking?

HTH,
Mark
RPT Software
http://www.rptsoftware.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top