I have a table like the following:
A 101 12/13/2011
101 A 12/4/2012
101 A 12/4/2012
101 B 12/7/2012
I am creating a basic query but looking to retreive the entries when "A" is in field 1 or field 2.
Basically retreive this data:
A 101 12/13/2011
101 A 12/4/2012
101 A 12/4/2012
Any suggestions?
A 101 12/13/2011
101 A 12/4/2012
101 A 12/4/2012
101 B 12/7/2012
I am creating a basic query but looking to retreive the entries when "A" is in field 1 or field 2.
Basically retreive this data:
A 101 12/13/2011
101 A 12/4/2012
101 A 12/4/2012
Any suggestions?