On Fri, 22 Feb 2008 11:07:09 -0800, Vanessa wrote:
> Good Afternoon,
> I'm really new at Microsoft Access, so I'm using a super basic contact
> database template to store contact information for sales leads for my
> business. All I need is a report that will pull from three tables:
> -Contact Info (Name, Address, Phone #, referred by, etc)
> -Contact Type (Residential, Commercial)
> -Call Info (Call Date, Call Time, Call Notes, etc)
>
> I use the report wizard, which clearly states I can pull info from more than
> one table, and go through the formatting. But when I preview the report it
> shows the header, field titles, but then does not populate the field. Please
> help, I'm at my wits end with Access!!! Could the problem be I'm trying to
> pull too much info?
If you are attempting to get the report data from 3 tables, before you
do so you must first create a query that combines all the data. You'll
need to make sure all of the correct relationships are created. Then
create a new report, using the wizard, and use the query as the
report's record source when prompted.
If you have already done this step, then open and run the query. Do
you get all of the correct data shown?
If so, then make sure the query is actually the reports's record
source.
By the way, if one of your table fields is really named "Name" I would
strongly suggest you change it to something else, perhaps ClientName.
Name is a reserved Access keyword and should not be used as a field
name.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
|