Problems making reports

nille1234

Registered User.
Local time
Today, 20:27
Joined
Feb 15, 2006
Messages
14
Hi!

It's me again, the beginner.

I'm trying to make reports of all my queries, but when I try to make reports a there's a message saying "enter parameter value". I don't know what to make of that.

I've made command buttons for some of the queries, maybe that's the reason.
When I for example try to make a report for the query "Kunder och telefonnummer", I don't see any names nor phone numbers on the report all I'm asked to do is enter parameter value.
My database is in the other thread"Delete query"
Please help me!

Nille
 
Last edited:
query

Your report is using a query that has a criteria set for one or more fields. Look at your query and look for the criteria you specified.
 
Excuse my ignorance, but I don't quite follow you.
Is there any chance that you could help me making a report out one of my queries if I enclose my database again?
I just get "enter parameter value" and the I don't know what to do.
Kind regards
Nille
 

Attachments

Last edited:
query

Your query (Kunder och telefonnummer)is looking for [Forms]![Huvudformulär]![Text10] for it's criteria for Kundnamn.

You must have your form (Huvudformulär)open to run a report that uses that query as it's record source.
 
Ok, I think I see.

How can I make reports of my queries although they're linked to command buttons in huvudformulär without having to have that form open?

Nille
 

Users who are viewing this thread

Back
Top Bottom