Auto Populating a Date Field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I'd like to have a form Date field automatically populate with Today's Date
when a checkbox field in the same form is checked.

Any suggestions?

Thanks in advance,
Bob
 
In the AfterUpdate event of your checkbox, have a procedure that assigns
Date to the text box
 
What is JobNumber, and what is the relationship between it and your reports?

To be honest, I've never had occasion to use DoCmd.Requery
 
Doug,

got posted to wrong thread.

Brian


Douglas J Steele said:
What is JobNumber, and what is the relationship between it and your reports?

To be honest, I've never had occasion to use DoCmd.Requery
 

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

Back
Top