F
Fiona
I have a form bound to a table and I want to set a checkbox based on a
value in another table that is linked to this main table.
I work better with pictures so here goes:
Table1 - Products with fields for ProductID and ProductName
Table2 - Application with field for ApplicationID and ApplicationName
Table3 - Join table - fields for ProductID and ApplicationID
Table1 is the main table in the form but I want a checkbox to be
checked if the Product has a particular Application. I probably do not
need Table2 as I can hardcode the ApplicationID.
I would really appreciate it if someone could offer some advice on how
to accomplish this.
Thanks.
value in another table that is linked to this main table.
I work better with pictures so here goes:
Table1 - Products with fields for ProductID and ProductName
Table2 - Application with field for ApplicationID and ApplicationName
Table3 - Join table - fields for ProductID and ApplicationID
Table1 is the main table in the form but I want a checkbox to be
checked if the Product has a particular Application. I probably do not
need Table2 as I can hardcode the ApplicationID.
I would really appreciate it if someone could offer some advice on how
to accomplish this.
Thanks.