Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

Combo Box Help

$
0
0
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?

Attached Files
File Type: zip blank.zip (74.6 KB)

Viewing all articles
Browse latest Browse all 13329

Trending Articles