A
Anne
I have used Allen Browne's routine in another database and it works. I added
it to a form in another database and I can't get it to work.
When opening the FrmCustomer, I get the run-time error 2001. You cancelled
the previous operation. On clicking debut it takes me to the line:
varID = DLookup("Value", "tblSys", "[Variable] = 'CustomerIDLast'") and it
shows me the varID =empty.
It is correct, it never put anything into the tblsys.
When I reopen the form, select a customer and exit, I get: Run-time error
3265, item not found in this collection. It cannot find the customerID.
I just don't know what I am looking for. The form is the main form and is
based on tblCustomer and the primary ID is CustomerID.
I even copied the Loan and Unload directly from the website.
I have not missing references.
Help, why could this be happening?
Anne
it to a form in another database and I can't get it to work.
When opening the FrmCustomer, I get the run-time error 2001. You cancelled
the previous operation. On clicking debut it takes me to the line:
varID = DLookup("Value", "tblSys", "[Variable] = 'CustomerIDLast'") and it
shows me the varID =empty.
It is correct, it never put anything into the tblsys.
When I reopen the form, select a customer and exit, I get: Run-time error
3265, item not found in this collection. It cannot find the customerID.
I just don't know what I am looking for. The form is the main form and is
based on tblCustomer and the primary ID is CustomerID.
I even copied the Loan and Unload directly from the website.
I have not missing references.
Help, why could this be happening?
Anne