requery a form

samonwalkabout

Registered User.
Local time
Today, 02:16
Joined
Mar 14, 2003
Messages
185
Im having a puzzeling problem with a form requery.

I was happly using

requery

to requery a form, but once i installed the DB FE onto another users machine, the code stopped at this line. so i replaced with

me.form.requery

which worked fine for a while but has began to crash the DB giving error object not defined. Whats wrong? im i missing a ref or DLL on this users machine, if so what???

Many thanks in advance for the wisdom :)
 
it's Me.Requery - not Me.Form.Requery (the Me. is the form)

Another one to try is:

Me.RecordSource = Me.RecordSource - uit loads it all in again
 

Users who are viewing this thread

Back
Top Bottom