-----Original Message-----
Here you go!
SELECT Customers.CompanyName, Customers.ContactFirstName,
Customers.ContactLastName, Customers.BillingAddress,
Customers.City, Customers.StateOrProvince,
Customers.PostalCode, Customers.[Follow Up], Customers.
[Appt Date], Customers.ContactTitle, Customers.Status,
Customers.[1st Contact], Customers.Operator,
Customers.PhoneNumber, Customers.[Work Phone], Customers.
[Alternate Phone], Customers.[Property Type],
Customers.Intersection, Customers.[Sub-Division],
Customers.[e-mail], Customers.Directions, Customers.
[Special Promotion], Customers.Motivation, Customers. [Lead
Source], Customers.[Referred By], Customers.[Frame
Complete], Customers.[High Ladder], Customers.Verticals,
Customers.Mini, Customers.[Cellular Shades], Customers.
[Wood/Faux Wood], Customers.[Luminette/Stardust],
Customers.[Woven Wood], Customers.[Roman Shades],
Customers.[Rollar Shade], Customers.[Silhouette/Shangra-
la], Customers.[Need Ideas], Customers.[# of Rooms],
Customers.[#of Windows], Customers.[Sales Person],
Customers.[Decision Maker], Customers.[Appt Time],
Customers.[Instlalled Date], Customers.Notes,
Customers.FaxNumber, Notes.Date, Notes.[Activity Type],
Notes.Note
FROM Customers INNER JOIN Notes ON Customers.CustomerID =
Notes.CustomerID
WHERE (((Customers.ContactLastName)=[Last Name]));
-----Original Message-----
Cassie,
Aha! The plot thickens. So, you are using a Parameter Query. What is
the RecordSource of the report? Can you post the SQL view of the query
that the report is based on?
--
Steve Schapel, Microsoft Access MVP
.
.