undefeatedskillz26
Registered User.
- Local time
- Today, 09:11
- Joined
- Nov 26, 2014
- Messages
- 51
2 Questions
I have query named Bills that has about 200 records. I need to make a report so I put a criteria in the query for the columns LastName and wrote:
<>"Johnson"
or
NOT "Johnson"
1.) Do both output the same thing? I want to have all records in the query and take out any record with last name Johnson.
Now in the query it shows me all the records besides Johnson. Now I have 100 records. Great. Okay. But now I must have forms that shows all records including Johnson.
2.) How can I take out cirteria on Query and add a criteria or filter it in the columns LastName in Reports? Can I write some kind of criteria in Column's control source? Anyone know how? In control source it says "LastName" right now.
Would like to set filter to only reports so I can get the 100 filetered records and have query show the 200 records. Is this possible? I am sure just do not know ehre to go.
Many thanks my friends.
I have query named Bills that has about 200 records. I need to make a report so I put a criteria in the query for the columns LastName and wrote:
<>"Johnson"
or
NOT "Johnson"
1.) Do both output the same thing? I want to have all records in the query and take out any record with last name Johnson.
Now in the query it shows me all the records besides Johnson. Now I have 100 records. Great. Okay. But now I must have forms that shows all records including Johnson.
2.) How can I take out cirteria on Query and add a criteria or filter it in the columns LastName in Reports? Can I write some kind of criteria in Column's control source? Anyone know how? In control source it says "LastName" right now.
Would like to set filter to only reports so I can get the 100 filetered records and have query show the 200 records. Is this possible? I am sure just do not know ehre to go.
Many thanks my friends.