Auto Populating a Date Field

S

SkyGuy

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
 
D

Douglas J Steele

In the AfterUpdate event of your checkbox, have a procedure that assigns
Date to the text box
 
D

Douglas J Steele

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
 
B

Brian Bastl

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
 
Top