AKMonkeyboy
IS-IT--Management
I have an Acess 2000 DB. In it is a form "FrmContact". That form contains fields "CustID" and "Date". I would like to update a table not bound to this form.
My common fields are:
"ID" (TblCustomers.ID)
and
"CustomerID"(Forms!FrmContact!CustomerID).
I would like to add to the Afterupdate event of Forms!FrmContact!ContactDate a process that updates TblCustomers.Date with the value entered. There are other fields that I wish to update, so I have ruled out running queries for all of this updating. I would like to run it in VBA. I'm not real good with recordset opening and the like, but I think that's the route I will end up taking. Any ideas?
Adam
Give me a fish and I eat. Teach me to fish and I will never be hungry again.
My common fields are:
"ID" (TblCustomers.ID)
and
"CustomerID"(Forms!FrmContact!CustomerID).
I would like to add to the Afterupdate event of Forms!FrmContact!ContactDate a process that updates TblCustomers.Date with the value entered. There are other fields that I wish to update, so I have ruled out running queries for all of this updating. I would like to run it in VBA. I'm not real good with recordset opening and the like, but I think that's the route I will end up taking. Any ideas?
Adam
Give me a fish and I eat. Teach me to fish and I will never be hungry again.