bloody_football
Registered User.
- Local time
- Today, 19:21
- Joined
- Sep 8, 2004
- Messages
- 70
I would like to make a value equal to another value in another form, but it keeps telling me that it can't find the Form.
Error message is 'Access can't find the form 'frmLogIn' referred to in a macro expression or Visual Basic code'.
I have rechecked the spelling and caps on the form name 5 times so that's not it
James
Code:
newID = Forms![frmLogIn]![UserID]
Error message is 'Access can't find the form 'frmLogIn' referred to in a macro expression or Visual Basic code'.
I have rechecked the spelling and caps on the form name 5 times so that's not it
James