Real Wally
Registered User.
- Local time
- Today, 22:21
- Joined
- Jan 28, 2003
- Messages
- 107
Hi,
I'm trying to open a new record form from another form.
This is the code I came up with that dosn't work
DoCmd.OpenForm "frmSingleNoteOnPatent", acNormal, , , "PublicationID = " & Me.PublicationID
DoCmd.GoToRecord , , acNewRec
I get error message "type mismatch"
I don't understand that. Both form have the same PublicationID field (number field).
Anybody any clue?
Thanks,
Wally
I'm trying to open a new record form from another form.
This is the code I came up with that dosn't work
DoCmd.OpenForm "frmSingleNoteOnPatent", acNormal, , , "PublicationID = " & Me.PublicationID
DoCmd.GoToRecord , , acNewRec
I get error message "type mismatch"
I don't understand that. Both form have the same PublicationID field (number field).
Anybody any clue?
Thanks,
Wally