C
CDM
I'm getting an error messsage "Method or data member not found" on a piece of
code that has worked fine for months.
Dim oCustomer as New Customer
If oCustomer.load(mCustomer_Id) Then...
Customer is a class module and "Load" is a method of the class that
retrieves a record from tblCustomers. I don't understand why ".Load" is
causing an error when it has worked without a hitch up until today. Is this a
broken library reference issue?
code that has worked fine for months.
Dim oCustomer as New Customer
If oCustomer.load(mCustomer_Id) Then...
Customer is a class module and "Load" is a method of the class that
retrieves a record from tblCustomers. I don't understand why ".Load" is
causing an error when it has worked without a hitch up until today. Is this a
broken library reference issue?