Problems binding querys to reports.

J

James

I have a query that returns about 25 fields of info for a
single record number. The first part of the query
prompts for a record number. I want to make a report
that when I open it it prompts me for the record number
then displays all the info in a two page report that is
neat and tidy and printer friendly. What is the easiest
way to do this? I do allright with forms but have just
started with reports. All I know is that the wizzard
stinks for this.

James
 
G

GVaught

If the query you created to prompt for a record number has all the necessary
fields that will be used in your report you can use that query also for your
report source. If the query does not have all the fields then make a copy of
the other query, add the fields you need and then set the following
statement in the 'criteria' box under 'Record Number'.

Like [Enter the Record Number] & *

This will allow the user to enter a specific record number or just press
enter and get all the records.
 
G

Guest

The query works fine. I am only using it for one record
at a time. IT gives me all the data for that record that
is in the three tables. I just want to put the query in
a nice pretty format on a form that I can print. When I
manually put in a text box with that query as the sorce
it no longer asks for the record number like it does when
I just run the query. how can I fix this?
-----Original Message-----
If the query you created to prompt for a record number has all the necessary
fields that will be used in your report you can use that query also for your
report source. If the query does not have all the fields then make a copy of
the other query, add the fields you need and then set the following
statement in the 'criteria' box under 'Record Number'.

Like [Enter the Record Number] & *

This will allow the user to enter a specific record number or just press
enter and get all the records.


James said:
I have a query that returns about 25 fields of info for a
single record number. The first part of the query
prompts for a record number. I want to make a report
that when I open it it prompts me for the record number
then displays all the info in a two page report that is
neat and tidy and printer friendly. What is the easiest
way to do this? I do allright with forms but have just
started with reports. All I know is that the wizzard
stinks for this.

James


.
 
J

James

I have a form with 3 tab in a control to save space. I
wrote the query that as soon as I open it it displays
Type in the record number. Then when I do it shows all
of the information for that record. it is about 20
fields some with as much as 255 characters. What I want
to know is how to bind that query to a report so that
after I am done formating the whole thing it will give me
a nice pretty report with a letter head and plenty of
room for all the stuff I want to print. I also want it
to prompt me for a record number as soon as I open it.
Or is there a better way?

James
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top