G
Guest
In my query I have a statement that asks for the entry of a car number, which displays only that car's information. The problem is that if a number is entered that has no records, a blank screen comes up. How can I put into the query that if there are no records for that number, a message appears stating that there are no records for that car... limiting the query
i.e. when the query is run, a message appears asking for a car number. If I enter "60", the records for car 60 appear. However, if I enter"64" for instance, nothing appears because there are obviously no records for a car by that number
I've set up a form to enter information on the cars by number. If I enter in "64" and not know that there is no "64", information could be entered on a car that doesn't exist
I hope this makes sense. My "access lingo" is limited. I'm proud of myself even to have gotten this far, but I hit a wall
Thanks for your help!!!
i.e. when the query is run, a message appears asking for a car number. If I enter "60", the records for car 60 appear. However, if I enter"64" for instance, nothing appears because there are obviously no records for a car by that number
I've set up a form to enter information on the cars by number. If I enter in "64" and not know that there is no "64", information could be entered on a car that doesn't exist
I hope this makes sense. My "access lingo" is limited. I'm proud of myself even to have gotten this far, but I hit a wall
Thanks for your help!!!