Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Access Filter in SubForm

Hi

I have a sub form that needs to filter data based on a label in my main form. The label contains a key value
How and where would I do this?

Thanks
Avatar of PatHartman
PatHartman
Flag of United States of America image

Labels are the names of things.  They don't contain data.  How is the data getting into the label?
Avatar of Murray Brown

ASKER

there is a field called ArmPK on the main form that it gets its data from. Thanks for pointing this out
In Access, you can use the subform wizard (by dragging the table to your form design) to complete that.

User generated image29163801.accdb
Thanks Ryan but the subform already exists
ASKER CERTIFIED SOLUTION
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks very much