Don't Requery

snagrat

Registered User.
Local time
Today, 22:13
Joined
Apr 2, 2002
Messages
61
I have apiece of code the requerys my form, however I don't want it to requery some of the txt boxes on the form.

At the moment I have: [Forms]![frmNewInvoice].Requery

Is there a piece of code which I can add for my txt boxes so that they don't requery??
 
Rather than requery the form why not requery the controls you need

i.e Me.txtBlaBlaBla.Requery
 
Yeh I thought that but there are a lot of controls so I thought there might be a quicker way to do it.

Never mind will do it that way.

Cheers
 

Users who are viewing this thread

Back
Top Bottom