Re: Default value
- From: "tina" <nospam@xxxxxxxxxxx>
- Date: Sat, 22 Apr 2006 18:59:41 GMT
when you set the DefaultValue property of a field in a table, or bound
control in a form, the value is assigned programmatically - therefore the
control's AfterUpdate event does not run.
what action are you taking on the AfterUpdate event of the control? can you
run it at some other point in the form?
hth
"Scott" <NoSpam-ScottXe@xxxxxxxxx> wrote in message
news:eIm60sjZGHA.5000@xxxxxxxxxxxxxxxxxxxxxxx
I use after update event procedure in a field of form and it works fine.differences
However, once I put a default value, i.e., Date(), the after update event
procedure does not work at all. Can someone advise what are the
between no default value and default value and how to resolve it ifdefault
value is needed.
Thanks,
Scott
.
- Follow-Ups:
- Re: Default value
- From: Scott
- Re: Default value
- References:
- Default value
- From: Scott
- Default value
- Prev by Date: Default value
- Next by Date: Re: Not in list combo questions
- Previous by thread: Default value
- Next by thread: Re: Default value
- Index(es):
Relevant Pages
|