![]() |
|
|||||||
![]() |
|
How do i make a Query in Microsoft Access that shows A or B not A and B?
|
![]() |
LinkBack | Thread Tools | ![]() |
Display Modes | ![]() |
|
|||
|
example question: Make a Query that looks for all widgets that are either Green OR Fuzzy. Show all fields in the answer.
|
| Links |
|
|
|
|||
|
Select * from yourtable where searchfield = 'Green' or searchfield = 'Fuzzy'
hope this helps.. ![]() |
|
|||
|
select * from widgetsTable where widgetsColor='Green' or widgetsColor='Fuzzy'
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|