I have Access 2002 sp3
When I jump to one of the two sets of code I think, not sure cause the error is evasive, I get the error Method or data member not found. Is this a version thing or something else?
ListDivisionsByCode Me.cboDivisions
Me.lstCustomers.RowSource = CommonCode.ListCustomers("All", 0, "", False)
Me.lstCustomers.Requery
WO_Select
Or possibly this one
Me.lstCustomers.RowSource = CommonCode.ListCustomers(Me.cboDivisions, myCustomerType, mySearchName, myInactive)
Me.lstCustomers.Requery
I am new enough at advanced VBA to get in trouble a lots.
Thank you for any help
When I jump to one of the two sets of code I think, not sure cause the error is evasive, I get the error Method or data member not found. Is this a version thing or something else?
ListDivisionsByCode Me.cboDivisions
Me.lstCustomers.RowSource = CommonCode.ListCustomers("All", 0, "", False)
Me.lstCustomers.Requery
WO_Select
Or possibly this one
Me.lstCustomers.RowSource = CommonCode.ListCustomers(Me.cboDivisions, myCustomerType, mySearchName, myInactive)
Me.lstCustomers.Requery
I am new enough at advanced VBA to get in trouble a lots.
Thank you for any help