S
Steve
I have some simple code as below;
With tblCLA
.AddNew
.Update
.MoveLast
.Edit
![cust] = strCust
.Update
End With
I get the message 'compile error; Method or data member
not found' for the .Edit line. Anyone know why? I have
precisely the same references used by other access
databases and the .Edit function works fine in them.
With tblCLA
.AddNew
.Update
.MoveLast
.Edit
![cust] = strCust
.Update
End With
I get the message 'compile error; Method or data member
not found' for the .Edit line. Anyone know why? I have
precisely the same references used by other access
databases and the .Edit function works fine in them.