Is there a way

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

Guest

Is there a way to add a date stamp to a text box on a form. This does not
have to go to a qry or a tbl. Just on the form so that before i pull my
payroll reports i can see if my District managers has approved the time. Or
does anyone have any suggestions.
 
Is there a way to add a date stamp to a text box on a form. This does not
have to go to a qry or a tbl. Just on the form so that before i pull my
payroll reports i can see if my District managers has approved the time. Or
does anyone have any suggestions.

YOu can display the current (system clock) date and time on a Form by
setting the Control Source of a textbox to

=Now()

I don't see how this has ANY relationship to the district manager's
approval or nonapproval, though!

John W. Vinson[MVP]
 
Back
Top