G
Guest
Hi,
I have a database that has vendor information as well as project
information. Within the project information form we would like to have a
list of the vendors that and be able to check off which ones will each
project be using.
How do I best implement this?
So far this is what I have done:
I created a simple query (qryVendors) that lists all the vendors and used it
to populate a table (tblVendors) which has a checkbox and then dragged that
table over to the project info form (frmProjectInfo). This works if there is
just one project. Problem is, there are multiple projects so I can't keep on
using the same table because the checkbox would have already been used for
another project.
Please help!
Thanks a lot!
I have a database that has vendor information as well as project
information. Within the project information form we would like to have a
list of the vendors that and be able to check off which ones will each
project be using.
How do I best implement this?
So far this is what I have done:
I created a simple query (qryVendors) that lists all the vendors and used it
to populate a table (tblVendors) which has a checkbox and then dragged that
table over to the project info form (frmProjectInfo). This works if there is
just one project. Problem is, there are multiple projects so I can't keep on
using the same table because the checkbox would have already been used for
another project.
Please help!
Thanks a lot!