johndoomed
VBA idiot
- Local time
- Today, 02:42
- Joined
- Nov 4, 2004
- Messages
- 174
Hi,
I use this code to open a form and adding (goto) a new record.
But, there is a problem with some of the "knockleheads" at my work. The can navigate between the records using the mousewheel. This is actually a problem, and I have to work around it.
Is it posible to only show the new record? (The form can not be an add only form. Only from this button)
I use this code to open a form and adding (goto) a new record.
PHP:
DoCmd.OpenForm ("Oppgave")
DoCmd.GoToRecord , , acNewRec
Is it posible to only show the new record? (The form can not be an add only form. Only from this button)