#DELETED error in form

S

sssadie

Alas, I too am a Newbie!

I delete 4 lines of "test" information from my query which left me with
"#DELETED" on my form for record 1 through 4. How can I get these "Deleted"
errors out of my form? I don't have these errors in my query or table.
For future reference, what is the correct way to get the test information
deleted. Through the form?
 
K

KARL DEWEY

For now I would say you need to do compact and repair by clicking on menu
TOOLS - Ulitites - Compact and Repair Database.

If you post your SQL statement for your form or record source select
statement someone might be able to analyze your process.
 
J

J. Goddard

That can usually be fixed by requerying the form source (me.requery).
If you close the form an reopen it, and still get the errors, try the
comact and repair as suggested.

John
 
Top