M
Molly
What is the proper format of the .Update code?
I've tried:
Me!txtPrintData = Null
With rst
.Edit
!printData = Me!txtPrintData
.Update ,True
End With
and end up with a runtiime error. I need to update a field in a table
without access message 'Write Conflict'
TIA
Molly
I've tried:
Me!txtPrintData = Null
With rst
.Edit
!printData = Me!txtPrintData
.Update ,True
End With
and end up with a runtiime error. I need to update a field in a table
without access message 'Write Conflict'
TIA
Molly