Hi Guys!
I get a strange error, when inserting the update-function into my code:
DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70
I have the same line like a million times on other parts of my code, but one time I get the error: "The update-command is currently not available" (translated from danish version of Access).
I think that is really strange. What does that error mean?? Anyone knows? How can I possibly fix this?
//JR
I get a strange error, when inserting the update-function into my code:
DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70
I have the same line like a million times on other parts of my code, but one time I get the error: "The update-command is currently not available" (translated from danish version of Access).
I think that is really strange. What does that error mean?? Anyone knows? How can I possibly fix this?
//JR