How to get a value from a form with an OnClick event
I am trying to get a value from a form in Access 2010. I have a form that has a subform in it. What I am trying to do is grab the value of the id and then use that value for the subform so that the subform will populate with the correct information according to that ID. I have not programed in VB for years so I am trying to get myself back on track.
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
ASKER
That did it.