J
JGR
I have not gotten to the .edit problem yet. When it
reaches the 'Set rs= ' statment it crashes with 'Run Time
Error 424 Object Required
I have rs dim as Variant. Is this correct?
that add .edit .That may fix your problem, it should have
given you an error telling you the record set was not in
edit mode so it could not be updated.
reaches the 'Set rs= ' statment it crashes with 'Run Time
Error 424 Object Required
I have rs dim as Variant. Is this correct?
to the edit mode. So where you have "with rs" right under-----Original Message-----
In your code you I think you need to set the record set
that add .edit .That may fix your problem, it should have
given you an error telling you the record set was not in
edit mode so it could not be updated.