B
Bateman28
Hi
I only have some experience of IIF statements so please bare with me. I am
trying to get the value of three fields into One field. The Problem I have
is, there are three fields that are either Yes Or No Fields. For Example here
are the only possible outcomes from any record displayed within a query with
the three field values.
Record1 Record2
Record3
Field1 = Yes Field1 = No
Field1 = No
Field2 = No Field2 = Yes
Field2 = No
Field3 = No Field3 = No
Field3 = Yes
I would like to create a new field Called "Work Due" that will be able to
pick up the Field data "Yes" from either of the three different Fields(1,2 &
3) from any record within the records returned by the query, so that when I
put the query into a form in datasheet view the form will only show 1 field
header ("Work Due") instead of 3 with the data from the field type where the
data equals "YES"
Example:
Work Due
Field 1 = Yes(The Yes Is the value the field Work Due is Looking For!)
Field 3 = Yes
Field 2 = Yes
Field 2 = Yes
Field 3 = Yes
Field 1 = Yes
And so on with every record.........If anyone could help it would be greatly
Appreciated as I’m starting to loose my hair!
I only have some experience of IIF statements so please bare with me. I am
trying to get the value of three fields into One field. The Problem I have
is, there are three fields that are either Yes Or No Fields. For Example here
are the only possible outcomes from any record displayed within a query with
the three field values.
Record1 Record2
Record3
Field1 = Yes Field1 = No
Field1 = No
Field2 = No Field2 = Yes
Field2 = No
Field3 = No Field3 = No
Field3 = Yes
I would like to create a new field Called "Work Due" that will be able to
pick up the Field data "Yes" from either of the three different Fields(1,2 &
3) from any record within the records returned by the query, so that when I
put the query into a form in datasheet view the form will only show 1 field
header ("Work Due") instead of 3 with the data from the field type where the
data equals "YES"
Example:
Work Due
Field 1 = Yes(The Yes Is the value the field Work Due is Looking For!)
Field 3 = Yes
Field 2 = Yes
Field 2 = Yes
Field 3 = Yes
Field 1 = Yes
And so on with every record.........If anyone could help it would be greatly
Appreciated as I’m starting to loose my hair!