I have a number of text boxes set up with date formats. To enable user to enter todays date quickly I have added the code "txtDate = Date" in the double click event (i.e. when the user double clicks on the text box, it is populated with today's date.
However, I also have a subform set up within this form. This also has a date field, but just cannot get the above code to work. I can use the "Now" funtion but not date. Any one have any idea why?
However, I also have a subform set up within this form. This also has a date field, but just cannot get the above code to work. I can use the "Now" funtion but not date. Any one have any idea why?