Pop-up calendar and clock in Form

  • Thread starter Thread starter BillH
  • Start date Start date
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
 
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
 
Back
Top