Combo Box Help (1 Viewer)

finneyz

Registered User.
Local time
Today, 18:50
Joined
Dec 27, 2012
Messages
51
Hello Again.
I am having an issue with my combo box. The code I am using is not populating my other boxes.
attached is my database. and form.
This is the code I am using for the combo box.
It is not pulling in the data from the query.



Private Sub Combo69_Change()
Me.txtMATL_.Value = Me.Combo69.Column(1)
Me.txtFINISH.Value = Me.Combo69.Column(2)


End Sub

I have several other fields that need to be filled in.
I was hoping that this would work but it is not.
Any other ideas by chance?
 

Attachments

  • blank.zip
    74.6 KB · Views: 70

Users who are viewing this thread

Top Bottom