R
Robbro
I have one query summarizing data that then feeds another query that begins
to work on it. I made a form to filter the very first query in my process by
date, right now I have 2 items begdate and enddate. I added the date field
of the underlying table to my first query and in design view on "Total"
selected "where" and in the criteria section added
"<[Forms]![frmFilterForm]![enddate] And >[Forms]![frmFilterForm]![startdate]"
Opening this Query works fine and results in the correct info being shown.
When I try to open any query which is based on the first one above I get an
error about Access not recognizing [Forms]![frmFilterForm]![enddate] as a
valid field, name or expression?
to work on it. I made a form to filter the very first query in my process by
date, right now I have 2 items begdate and enddate. I added the date field
of the underlying table to my first query and in design view on "Total"
selected "where" and in the criteria section added
"<[Forms]![frmFilterForm]![enddate] And >[Forms]![frmFilterForm]![startdate]"
Opening this Query works fine and results in the correct info being shown.
When I try to open any query which is based on the first one above I get an
error about Access not recognizing [Forms]![frmFilterForm]![enddate] as a
valid field, name or expression?