View Single Post
  #2  
Old April 27th, 2010, 07:56 PM posted to microsoft.public.access.reports
KARL DEWEY
external usenet poster
 
Posts: 10,767
Default Subreport link by Date field

Try using CustomerID in the links and Date criteria from main form in query
for the sub.

--
Build a little, test a little.


"Don" wrote:

Hello, I have an Access 2003 report with a subreport. The main report has a
column for customerID and Date, I want the subreport to show any records from
another table that occurs after the Date on the main record. Can I use the
Link Child Field and Link Master Field for this? I know I can put
"CustomerID;Date" in these fields but that would give me results that have an
exact date match.

Thanks