S
Steve
Hope this subject matter makes a refreshing change from businesss matters !
I have a modelling stocks database, to keep track of all the items I possess
that go towards making one aircraft !
Now take an example. I buy a canopy set with canopies for Spitfire,
Hurricane, Lancaster.
I enter the details in a new record and in a field called
ForAircraftType1 using a combo list I select Spitfire, then in field
ForAircraftType2 I select Hurricane, then in ForAircraftType3 I choose
Lancaster and so on.
I have seven of these fields to cope with one cockpit set that had seven
types supplied for, as I stick to one record per purchase.
Then I buy a set of wheels for a Hurricane model so this time just select
Hurricane in ForAircraftType1
I buy some RAF national markings which the hurricane as well as others used,
and select in ForAircraftType1 All_RAF
I buy a set of Sutton seat harnesses and in ForAircraftType1 choose
RAF_Fighters
It even shows scans of the items, I am pleased with that aspect I have
managed to create with some help from here in the past and a good friend !
AND NOW MY PROBLEM:
I want to run a query to show what items I have for Hurricane
If I put "Hurricane" in the Criteria line for field ForAircraftType1 it
shows me e.g. 12 records,
If I then put "Hurricane" in the 'or' cell ForAircraftType2 I still get
12 records, and don't see the canopy set so its not seeing the hurricane
entry in the ...Type2 field. but this 'or' cell entry seems the right
thing to do but ?????
And what of the All_RAF...do I put that in the 'or' cell of
ForAircraftType1
Likewise for RAF_Fighters, I put that in the 'or' cell of ForAircraftType1
but still the result set shows just the 12 records
What do I need to do, if it involves a string of code please type out what
it should be and say where it goes as code is not my strong point !!
Hope someone can help
Thanks
Steve
I have a modelling stocks database, to keep track of all the items I possess
that go towards making one aircraft !
Now take an example. I buy a canopy set with canopies for Spitfire,
Hurricane, Lancaster.
I enter the details in a new record and in a field called
ForAircraftType1 using a combo list I select Spitfire, then in field
ForAircraftType2 I select Hurricane, then in ForAircraftType3 I choose
Lancaster and so on.
I have seven of these fields to cope with one cockpit set that had seven
types supplied for, as I stick to one record per purchase.
Then I buy a set of wheels for a Hurricane model so this time just select
Hurricane in ForAircraftType1
I buy some RAF national markings which the hurricane as well as others used,
and select in ForAircraftType1 All_RAF
I buy a set of Sutton seat harnesses and in ForAircraftType1 choose
RAF_Fighters
It even shows scans of the items, I am pleased with that aspect I have
managed to create with some help from here in the past and a good friend !
AND NOW MY PROBLEM:
I want to run a query to show what items I have for Hurricane
If I put "Hurricane" in the Criteria line for field ForAircraftType1 it
shows me e.g. 12 records,
If I then put "Hurricane" in the 'or' cell ForAircraftType2 I still get
12 records, and don't see the canopy set so its not seeing the hurricane
entry in the ...Type2 field. but this 'or' cell entry seems the right
thing to do but ?????
And what of the All_RAF...do I put that in the 'or' cell of
ForAircraftType1
Likewise for RAF_Fighters, I put that in the 'or' cell of ForAircraftType1
but still the result set shows just the 12 records
What do I need to do, if it involves a string of code please type out what
it should be and say where it goes as code is not my strong point !!
Hope someone can help
Thanks
Steve