jono261970
Programmer
hello,
I am using the following code to update a field in access. My aim is to actually overwrite the existing data and not append.Could somebody help me with this?
rs1.AddNew
rs1!year7 = Text3.Text
rs1.Update
thanks in advance
jono
A good fortune may forbode a bad luck, which may in turn disguise a good fortune.
I am using the following code to update a field in access. My aim is to actually overwrite the existing data and not append.Could somebody help me with this?
rs1.AddNew
rs1!year7 = Text3.Text
rs1.Update
thanks in advance
jono
A good fortune may forbode a bad luck, which may in turn disguise a good fortune.