R
rob c
I tried to make several bound columns in one combo box of my form then run a
query based on one of the bound colums I set up. Can someone tell me if what
I set up should work.
===================================================
The code I used to bind the columns is:
Private Sub Atestcolumnchange_AfterUpdate()
Me!ID = cboAtestcolumnchange.Column(1)
Me!cust = cboAtestcolumnchange.Column(2)
End Sub
==============================================
the criteria I used in the form of my query is:
[Forms]![Atestcolumnchange]![cboAtestcolumnchange].[Column(2)]
===============================================
After opening my form and picking a record I try to run the query and get a
popup box that has a space for me to add info and states:
Forms!Atestcolumnchange!cboAtestcolumnchange.Column(2)
===================================================
Form name is: Atestcolumnchange
Combo Box name is: cboAtestcolumnchange
The two columns I used are ID and cust
query based on one of the bound colums I set up. Can someone tell me if what
I set up should work.
===================================================
The code I used to bind the columns is:
Private Sub Atestcolumnchange_AfterUpdate()
Me!ID = cboAtestcolumnchange.Column(1)
Me!cust = cboAtestcolumnchange.Column(2)
End Sub
==============================================
the criteria I used in the form of my query is:
[Forms]![Atestcolumnchange]![cboAtestcolumnchange].[Column(2)]
===============================================
After opening my form and picking a record I try to run the query and get a
popup box that has a space for me to add info and states:
Forms!Atestcolumnchange!cboAtestcolumnchange.Column(2)
===================================================
Form name is: Atestcolumnchange
Combo Box name is: cboAtestcolumnchange
The two columns I used are ID and cust