query from textbox

cah1982

Registered User.
Local time
Today, 02:26
Joined
May 7, 2005
Messages
27
how can i create a query that uses a customer id text box rarther then having it a pop up box asking for the customer id


ive tried using
[Forms]![Customers Details]![CustomerID]
as the criteria but is still asks for it


cheers
 
there are two reasons why you are getting the prompt:

either
1: you mistyped the formname or fieldname

or
2: you have your form closed when you tried running the query.
 

Users who are viewing this thread

Back
Top Bottom