Creating a form to supply parameters to a report

  • Thread starter Thread starter Pam Corley
  • Start date Start date
P

Pam Corley

I have created a report using a form to supply parameterers. I used the
instruction provide in Access Help under Using parameters with queries and
reports.

When I open the report the form opens but none of the text boxes or command
buttons are visible.

When I open the form in design view it runs a debug and opens visual basics
with this highlighted in yellow:
AccessObject = CurrentProject.AllForms(strFormName)

This is the code provided in the instuctions.

Any ideas how to fix this?

Thanks!
 
What exactly are you trying to do? Are you trying to create a report that
when you open it, asks for criteria? (Like a name or a number). Or are you
trying to create a form that allows you to enter criteria to search for data?
Please clarify. I am not an "access mvp" but if I can help I'd be glad to. -ds
 
Back
Top