jessa_lee
Registered User.
- Local time
- Today, 04:09
- Joined
- Oct 14, 2003
- Messages
- 40
I put a command button on my main form, and want it to pop open a (sub)form with data that is synched with whatever record is currently displayed on the main form via an unbound text box.
In my software inventory DB, the main form data pulls the Manufacturer's name. From there, I link the SW(software)Title, SWVersion#, CDcount, etc. via individual unbound text boxes (synchronized subform) and a small amount of VBA. The subform I want to pop up now is not built into the form (literal subform), rather opened in a seperate form window by a command button in the main form. The unbound text box is synched with the SW Version#, and I want to pull up the data that's directly linked to that in the Purchasing table. The connection would be through the Version#'s unique ID.
How do I do that?
If you need me to attach any more specifics from my DB, let me know.
-Jessa
In my software inventory DB, the main form data pulls the Manufacturer's name. From there, I link the SW(software)Title, SWVersion#, CDcount, etc. via individual unbound text boxes (synchronized subform) and a small amount of VBA. The subform I want to pop up now is not built into the form (literal subform), rather opened in a seperate form window by a command button in the main form. The unbound text box is synched with the SW Version#, and I want to pull up the data that's directly linked to that in the Purchasing table. The connection would be through the Version#'s unique ID.
How do I do that?
If you need me to attach any more specifics from my DB, let me know.
-Jessa