Filter Table in Subform Control according to TextBox control value

K

K

Hi all, I have put Subform control on a Form1 and in Source Object of
that Subform I selected Table1 from drop down list. I also got Text
box control on Form1. In the first column of the Table1 which
appearing in Subform I got Ticket No. What I need that when i type
that Ticket No in Text box control the Table1 in Subform should get
filter on that Ticket No row. Please can any friend can help
 
B

BruceM via AccessMonster.com

More information about the tables would help. I will use tblMain as the name
of the Record Source for Form1. Are tblMain and Table1 related? If so, on
what field? Typically you would set the Link Child and Link Master
properties of the subform control to the name of the linking field, so that
the subform shows only the records that are related to the main form's record.
 

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