Hi guys,
I'm in need of some help!!!
I have two tables:
Table 1 holds information about a experiments, i.e. 1A, date started, equipment used etc. There are 24 parts to an experiment, i.e. 1A1, 1A2, 1A3 - 1A24
Table 2 holds information about each part. i.e. 1A1, used 5 people, 8 cars etc.
I have a query based on Table 1 which looks like:
Experimental Code Finished?
1A yes
1B no
1C yes
How can I get the query to look up the code in the first 'expeirmental code' field, i.e. 1A of the query, relate it to whether there are 24 entries like this code in Table 2, and then either tick a box or say yes or no in the finished? column of the query?
IIf(Table2!code) is like (Query![Experimental Code]) and there are 24 entries, then 'yes' or tick!
I know this isn't written properly but I thought it may help explain my problem.
I just don't know how to make it relate to specific field of each query record?
any help would be great!
cheers
Sue
I'm in need of some help!!!
I have two tables:
Table 1 holds information about a experiments, i.e. 1A, date started, equipment used etc. There are 24 parts to an experiment, i.e. 1A1, 1A2, 1A3 - 1A24
Table 2 holds information about each part. i.e. 1A1, used 5 people, 8 cars etc.
I have a query based on Table 1 which looks like:
Experimental Code Finished?
1A yes
1B no
1C yes
How can I get the query to look up the code in the first 'expeirmental code' field, i.e. 1A of the query, relate it to whether there are 24 entries like this code in Table 2, and then either tick a box or say yes or no in the finished? column of the query?
IIf(Table2!code) is like (Query![Experimental Code]) and there are 24 entries, then 'yes' or tick!
I know this isn't written properly but I thought it may help explain my problem.
I just don't know how to make it relate to specific field of each query record?
any help would be great!
cheers
Sue