Need Help...

  • Thread starter Thread starter Nad
  • Start date Start date
N

Nad

Hi Guys,
I have a project Update form.The record source of the form is a parameter
query.
I made a custom from for parameter.But when i open the form,firstly the
system generated parameter box appear and after giving the value the custom
parameter form appear.
How do i remove this system generated form?

Please Help!

But,In Reports its working fine.(Only the custom form appear asking the value)
Regards,
 
The first form that you open cannot use a parameter-containing query as its
record source if you do not want to see that parameter popup box. The form
that you use to enter the parameter should have a blank record source. The
report should use the query with the parameter in it as the report's record
source.
 
Sorry Sir,
I could not get U clearly.I will be greatful to u if explain it.

Actualy, the custom parameter popup box should only appear when i open the
Project Update form,not the system generated parameter popup box.
In my case both popup box are asking the parameter value.

Thanks again for your reply.
 
I am out of town for a few days, so I may not be able to post a reply until
later this week.
 
Please post the SQL statement of the query that you're using as the
RecordSource for the report. Also post the SQL statement of the query that
you're using for the Project Update form. What is the name of the form that
you're using for entering the customized parameter value; and what is the
name of the textbox (or other control) into which you're entering the
customized parameter on this form?
 
Back
Top