A
AH
Hi,
I had some help from the wonderfull people here at the
Microsoft Newsgroup for creating a Crosstab Query from
this table:
name, date, time, direction
----------------------------
user1, 8/8/03, 8:00, In
user1, 8/8/03, 18:00 Out
user2, 8/8/03, 8:05, In
user2, 8/8/03, 18:01, Out
The result of the Crosstab Query was like this:
name, date, In, Out
---------------------------
user1, 8/8/03, 8:00, 18:00
user2, 8/8/03, 8:05, 18:01
Which works out great with the exception of one thing: I
cannot use a parameter to search this query. If I
put "[Name:]" under Criteria in the "name" column, I get
the following error:
The Microsoft Jet database engine does not
recognize "[Name:]" as a valid field name or expression.
Thanks for the help
I had some help from the wonderfull people here at the
Microsoft Newsgroup for creating a Crosstab Query from
this table:
name, date, time, direction
----------------------------
user1, 8/8/03, 8:00, In
user1, 8/8/03, 18:00 Out
user2, 8/8/03, 8:05, In
user2, 8/8/03, 18:01, Out
The result of the Crosstab Query was like this:
name, date, In, Out
---------------------------
user1, 8/8/03, 8:00, 18:00
user2, 8/8/03, 8:05, 18:01
Which works out great with the exception of one thing: I
cannot use a parameter to search this query. If I
put "[Name:]" under Criteria in the "name" column, I get
the following error:
The Microsoft Jet database engine does not
recognize "[Name:]" as a valid field name or expression.
Thanks for the help