Re: Default value
- From: "Scott" <NoSpam-ScottXe@xxxxxxxxx>
- Date: Sun, 23 Apr 2006 09:23:37 +0800
Tina,
Thanks for your explanation.
The action is taken to select the records based on the default value or
other value entered and get the highest value of other field amongst records
then automatically fill in other field. Is there any other event procedure
to fit for this purpose?
Thanks,
Scott
"tina" <nospam@xxxxxxxxxxx> wrote in message
news:x2v2g.32286$az4.20493@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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: tina
- Re: Default value
- References:
- Default value
- From: Scott
- Re: Default value
- From: tina
- Default value
- Prev by Date: Re: Not in list combo questions
- Next by Date: Re: refreshing links to back end database via vb code
- Previous by thread: Re: Default value
- Next by thread: Re: Default value
- Index(es):
Relevant Pages
|