Hi Guys!
I want to insert an update-button in my form (see attachment). When i use the Access-guide it inserts the following line into the buttons onClick-code:
DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70
But then I get this strange 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 want to insert an update-button in my form (see attachment). When i use the Access-guide it inserts the following line into the buttons onClick-code:
DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70
But then I get this strange 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