Re: How can i delete a record?
- From: John Mishefske <jmishefskeNO@xxxxxxxxxxxxx>
- Date: Fri, 14 Jul 2006 01:36:07 GMT
Nick 'The Database Guy' wrote:
Hi Allen,
I can't beleive how long this saga has become.
If after you delete the record you simply insert the line:
Me.Refresh
Have you tested this?
From the online 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.
Perhaps you meant Requery? This is a common mistake.
'---------------
'John Mishefske
'---------------
.
- References:
- How can i delete a record?
- From: MartinR
- Re: How can i delete a record?
- From: Allen Browne
- Re: How can i delete a record?
- From: Nick 'The Database Guy'
- How can i delete a record?
- Prev by Date: Image Field Help.
- Next by Date: Re: Whjere is a file created?
- Previous by thread: Re: How can i delete a record?
- Next by thread: Re: How can i delete a record?
- Index(es):
Relevant Pages
|