combo box requery

chuckgoss

Registered User.
Local time
Today, 08:48
Joined
Mar 26, 2001
Messages
44
Hi all,

Just a quickie here...How do I get a combo box to NOT get automatically get requeried after a record is duplicated and appended to the table?
It is set to run 'AfterUpdate', and I want to avoid using a command button on the form.

Thanks in advance,
chuck
 
Private Sub Form_AfterUpdate()
LastName.Requery

replace your combo box name for LastName
I hope this is what your looking for. I'm new at this
 

Users who are viewing this thread

Back
Top Bottom