View Single Post
  #1  
Old May 20th, 2010, 12:21 AM posted to microsoft.public.access.queries
JudyKemp
external usenet poster
 
Posts: 2
Default Parameter Query No Results - Needs to Auto Create Record

I have a parameter query works as long as there are related records in the
tables. My problem is I when the query results are "null" or no records
exist I want the query to automatically create a new record based on the
parameter input. Is this possible?

Example:

[CustomerID] criteria shows Like "*" & [Enter Customer ID:] & "*"

If this is a new record for this Customer my query returns no values. I
want the query to automatically create a new record for this Customer or show
all records related.

Your help is GREATLY appreciated!