Aug 11, 2007 #1 neilmcmor Technical User Joined Aug 9, 2007 Messages 30 Location GB Is there anyway to get MSCAL.Calendar.7 to open showing todays date in a form?
Aug 11, 2007 1 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR Can't you set its value in the Load event procedure of the form ? Hope This Helps, PH. FAQ219-2884 FAQ181-2886 Upvote 0 Downvote
Can't you set its value in the Load event procedure of the form ? Hope This Helps, PH. FAQ219-2884 FAQ181-2886
Aug 11, 2007 1 #3 PoppaSmurf Programmer Joined Jun 8, 2007 Messages 9 Location AU Suppose your calendar is called cal_1. On the Load Event of your form put the following cal_1=date() When you open the form the default date of the calendar is the current date. PoppaSmurf Upvote 0 Downvote
Suppose your calendar is called cal_1. On the Load Event of your form put the following cal_1=date() When you open the form the default date of the calendar is the current date. PoppaSmurf
Aug 11, 2007 Thread starter #4 neilmcmor Technical User Joined Aug 9, 2007 Messages 30 Location GB Thanks both PHV & PoppaSmurf Upvote 0 Downvote