Re: New record problem in sub-form
- From: "Linq Adams via AccessMonster.com" <u28780@uwe>
- Date: Mon, 18 Aug 2008 01:59:15 GMT
Wow! I did remember correctly! I'm always amazed when that happens!
From Access Help:
The Refresh method shows only changes made to records in the current set.
Since the Refresh method doesn't actually requery the database, the current
set won't include records that have been added or exclude records that have
been deleted since the database was last requeried. Nor will it exclude
records that no longer satisfy the criteria of the query or filter. To
requery the database, use the Requery method. When the record source for a
form is requeried, the current set of records will accurately reflect all
data in the record source.
--
There's ALWAYS more than one way to skin a cat!
Answers/posts based on Access 2000/2003
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-forms/200808/1
.
- References:
- New record problem in sub-form
- From: dinaC
- Re: New record problem in sub-form
- From: tina
- Re: New record problem in sub-form
- From: dinaC
- Re: New record problem in sub-form
- From: Linq Adams via AccessMonster.com
- New record problem in sub-form
- Prev by Date: Re: New record problem in sub-form
- Next by Date: Re: Filtering subform combo from main form combo
- Previous by thread: Re: New record problem in sub-form
- Index(es):
Relevant Pages
|