K
KevinK
Hi
I have a SelectSupplierfrm that has a combo box called SupplierFilter.
There are two fields in this filter SupplierID and Supplier. This
SupplierFilter combo box has an After Update event to open the POBySupplier
form. This form has a sub form which will list all the historic purchase
orders from the supplier selected on the SelectSupplierfrm. I have used this
statement in the SupplierID field criteria behind the POBySupplierfsub sub
form.
[Forms]![SelectSupplierfrm]![SupplierFilter].Column(0)
This is the message I get from Access when I try to run these two forms
Undefined function ‘[Forms]![SelectSupplierfrm]![SupplierFilter].Column’ in
expression
What am I doing wrong?
I have a SelectSupplierfrm that has a combo box called SupplierFilter.
There are two fields in this filter SupplierID and Supplier. This
SupplierFilter combo box has an After Update event to open the POBySupplier
form. This form has a sub form which will list all the historic purchase
orders from the supplier selected on the SelectSupplierfrm. I have used this
statement in the SupplierID field criteria behind the POBySupplierfsub sub
form.
[Forms]![SelectSupplierfrm]![SupplierFilter].Column(0)
This is the message I get from Access when I try to run these two forms
Undefined function ‘[Forms]![SelectSupplierfrm]![SupplierFilter].Column’ in
expression
What am I doing wrong?