Re: Connecting a Check Box with a date Field?
- From: "Jeff Boyce" <nonsense@xxxxxxxxxxxx>
- Date: Mon, 20 Jun 2005 08:49:39 -0700
JR
Tables store data, forms display it.
NOTE: the following is predicated on the assumption that you are using a
form for data entry. Your ARE using a form, right?!
In the checkbox's AfterUpdate event, add code to "push" the current date
into the date control. If you only need the date, use Date() ... if you
need date & time, use Now().
Good luck
Jeff Boyce
<Access MVP>
"JR" <JR@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:2C0FFEFD-F6F8-407F-BBB4-075A085ABA2F@xxxxxxxxxxxxxxxx
> Is there a way to connect a check box, so when I put a check in it, it
> automatically fields in the date with the current date ??
> --
> "JR"
.
- Follow-Ups:
- References:
- Prev by Date: Connecting a Check Box with a date Field?
- Next by Date: Re: Format a field for Time, but as duration?
- Previous by thread: Connecting a Check Box with a date Field?
- Next by thread: Re: Connecting a Check Box with a date Field?
- Index(es):
Relevant Pages
|