Re: Form change when record added
- From: "Larry Daugherty" <Larry.NoSpam.Daugherty@xxxxxxxxxxx>
- Date: Tue, 2 Sep 2008 09:29:55 -0700
Something that might help is to add a command button to "Save Record".
In the Click event of that command button put the line
me.dirty = false
That might confuse your users who might then assume that records won't
be saved unless an explicit "save" command is given.
The question arises: why do you want to continue to edit a record
after you have just saved it?
Another method that works is simply to use the navigation buttons at
the bottom of the window.
One other thing that could cause problems would be the form
properties.
HTH
--
-Larry-
--
"luis_a_roman via AccessMonster.com" <u41449@uwe> wrote in message
news:89976147f5197@xxxxxx
I have a form that enable me to add a record with several fields.When I add
the last record or when the last field is entered the record in theform
change.Could I
Is there anyway that I can refresh the form with the record added?
modified the record RowSource with the appropriate SQL statement? Orshould I
execute another Docmd.OpenForm with a filter to get the recordadded?
understand
Want options to understand how does it work? Specially, want to
the impact that the RowSource has when modified in a form?http://www.accessmonster.com/Uwe/Forums.aspx/access-formscoding/200809/1
Thank you for guidance and collaboration with this question.
Luis
--
Message posted via AccessMonster.com
.
- Prev by Date: Re: Using IIf + default value for a combo box
- Next by Date: Re: DoCmd.RunMacro
- Previous by thread: Re: Using IIf + default value for a combo box
- Next by thread: Re: Auto-choose combo box option
- Index(es):
Relevant Pages
|