filter form on value from linked table

  • Thread starter greeknl via AccessMonster.com
  • Start date
G

greeknl via AccessMonster.com

Is it possible to filter a form (based on table A) on a value in a table B
where the tables are linked?

Table A
ID
lastname
firstname
companyid
...

Table B
companyid
companyname
...

I would like to filter the form records (Table A) by using as input the
company name (or part of it) from a textbox.

Thank you
 
G

greeknl via AccessMonster.com

Sorry for this but I forgot

I would like to use like
frm.Filter =
as I already use it to filter the form based on values from another txtbox on
the lastname
 

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