I am I doing something wrong?
Or is this how it is?
I have had to write all of the code just like in VB to make an Access database work. MSDE does not like the "Time" in a Date/Time it wants this 1899-12-30 08:12:00
the .update command does not work any more.
with rs
.addnew
.update
end with
-----------
Can't add a record then save it like so
DoCmd.GoToRecord , , acNewRec
me.textbox1 = "something"
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
Get error "someone has changed the record do you want to undo changes"
All of this worked perfect while it was and Access backend database.
DougP, MCP, A+
Or is this how it is?
I have had to write all of the code just like in VB to make an Access database work. MSDE does not like the "Time" in a Date/Time it wants this 1899-12-30 08:12:00
the .update command does not work any more.
with rs
.addnew
.update
end with
-----------
Can't add a record then save it like so
DoCmd.GoToRecord , , acNewRec
me.textbox1 = "something"
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
Get error "someone has changed the record do you want to undo changes"
All of this worked perfect while it was and Access backend database.
DougP, MCP, A+