When i close a form i have an sql command run which clears certain fields in a record setting them to null. But when i try it it gives the above error, "Undefined function 'nullWhere' in expression".
is there a way to overcome this?
I appreciate any help and advice.
DoCmd.RunSQL "UPDATE TBL_NewRequests SET txtAssigned = Null, txtActions = Null, txtName = null" & _
"WHERE (((TBL_NewRequests.MyLink)=[Forms]![FRM_UserWorkForm]![MyLink]));"
"Children are smarter than any of us. Know how I know that? I don't know one child with a full time job and children."...Bill Hicks
is there a way to overcome this?
I appreciate any help and advice.
DoCmd.RunSQL "UPDATE TBL_NewRequests SET txtAssigned = Null, txtActions = Null, txtName = null" & _
"WHERE (((TBL_NewRequests.MyLink)=[Forms]![FRM_UserWorkForm]![MyLink]));"
"Children are smarter than any of us. Know how I know that? I don't know one child with a full time job and children."...Bill Hicks