Windows XP How to code a subform using recordsets/SQL staements?

Joined
Jul 6, 2005
Messages
6
Reaction score
0
I am trying to create a subform on an unbound form in VBA. I want to write codes to be able to control the disply of my subform by say a textbox. This is how I want it to work.
The record that is feeding/supporting the subform has a FirmID Field that associate it with a particular firm. As the FirmID changes I want the produt/brands that is associated with that particular firm to display in the subform. Remember the subform is supported by the brand/product table that has a firmID field.
Could someone please help on how or the best way to do this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top