954,206 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Error when making an event procedure in Visual Basic

In Microsoft Access 2000, I have a form that is for adding a new record and contains 2 subforms that each link to different tables. The subforms are connected by a user ID. I do not want the user to type his user ID twice, so when the user types his user ID in the first subform I want it to also show up in the user field in the second subform. I have tried the following event procedure:
Me![User_ID]=[forms]![add education info]![User_ID].

However, this code does not work and the computer tells me that is cannto find the form add education info. The name is spelled correctly and I do not know why this isn't working or if there is a better way. :mad:

morgan drutchas
Newbie Poster
3 posts since Aug 2004
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You