Visual Basic Query

terry

Registered User.
Local time
Today, 13:35
Joined
Jan 26, 2010
Messages
15
I have written a small update query which will not work. I have one of the fields named CODE. Is CODE acceptable for a field name?

Terry
 
Here is the code, basically updated a field.

Private Sub Code_AfterUpdate()
Me.AccountName = Me.Code.Column (1)
End Sub
 
That isn't an update query.

But besides that - what actually happens when you select from the Code combo?
 
Fixed it!
Don't know how, but it is working.

Terry
 

Users who are viewing this thread

Back
Top Bottom