Requery

T

ToyFixer

Hi.
I have noticed that DoCmd.Requery "queryname"
doesnot always work.
Why is it working sometimes and sometimes returns a runtime error?
Am I missing an important point in doing a requery?
Please shed some light on this.
Toyfixer
 
T

ToyFixer

I forgot to mention it gives me runtime error '2109!
and says "There is no Field named 'queryname' in the current record"
(Note: I substituted the actual name of my query by queryname)
 
Top