M
MAX
This is a little tricky. I have two tables. Table 1 "Bid
Packages" has a Field [Bid Package]and another Field [CE
Responsible]. Table 2 "Submittals" also has [Bid Package]
amongst other fields.
What I want to do is link the two tables by [Bid
Package]. Problem is that in Table 1 the [Bid Package]
are unique entries, 001, 002, 003 etc. Table 2 [Bid
Package]is multiple entries: 001/002/008, 004, etc. I can
run queries that filter out BPs by using like*"002"*.
What can I do to create a query that sorts the Table 1
[BP] with info from Table 2? Because the [BP] field in
Table 2 are not unique entries, Table 1 will not recognize
the data. Can anything be written to be able to pull out
the unique items in [BP] in Table 1 and link them to the
multiple items in [BP] in Table 1?
Many Thanks for any help on this one.
Max
Packages" has a Field [Bid Package]and another Field [CE
Responsible]. Table 2 "Submittals" also has [Bid Package]
amongst other fields.
What I want to do is link the two tables by [Bid
Package]. Problem is that in Table 1 the [Bid Package]
are unique entries, 001, 002, 003 etc. Table 2 [Bid
Package]is multiple entries: 001/002/008, 004, etc. I can
run queries that filter out BPs by using like*"002"*.
What can I do to create a query that sorts the Table 1
[BP] with info from Table 2? Because the [BP] field in
Table 2 are not unique entries, Table 1 will not recognize
the data. Can anything be written to be able to pull out
the unique items in [BP] in Table 1 and link them to the
multiple items in [BP] in Table 1?
Many Thanks for any help on this one.
Max