Out of my "Know How"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have the basic knowledge to create a database. The database I am currently
working on is a little out of my "know how"

I have a templete that I want to use for the report, I have all the
information in a table, I also have a query to pull the information I need
for the report. What do I do to combine the templete and my query.

I created the templete in forms and reports. Now I just need have the data
to filter in to the templete. I created both templete in the design view.
 
The baic concept here, is for the Query to be set as the Record Source
of the report, and each field in the query needs to be represented by a
bound control (probably a textbox) on the report.

I am not sure what you are referring to with the "templete". Maybe it
would be better to create the basic report using the report wizard.
From the Reports tab in the Database Window, click New, then select
'Report Wizard', enter the name of the query in the 'Choose the table...
' box, and take it from there.
 
Back
Top