S
sargum
Hi,
I created a DB in Access 2000. Recently we changed over to Office
2007 although I have not officially converted the DB to 2007.
Actually, it won't let me convert for some reason. That's another
issue. None of the crosstab queries work anymore as they were in
Access 2000. It shows up as Access 2000 file format. I did make sure
I have most current Windows, etc. I did use compact/repair on close
which I think was a mistake b/c older versions of the DB where I did
not use this option do show the same query as working. Already tried
importing the tables into the version that works but no luck.
I have been reading about "no current record"...in particular, using
Nz to make the query work with null values...how can I make the
following result in records instead of "no current record" Is there
any other reason besides null values from yes/no field that is
affecting this? I know I have many issues here but if you have a
quick solution to address this, that would be great.
SELECT [Hospital Info].[Hospital Info ID], [Harvester Info].[Territory
Manager Info ID], [Evaluation Score Info].[Territor Manager Name],
[Hospital Info].[Hospital Name], [Harvester Info].[VV4 User?],
Count([Harvester Info].[VV4 User?]) AS [CountOfVV4 User?]
FROM [Hospital Info] LEFT JOIN ([Evaluation Score Info] LEFT JOIN
[Harvester Info] ON [Evaluation Score Info].[Territory Manager Info
ID] = [Harvester Info].[Territory Manager Info ID]) ON [Hospital Info].
[Hospital Info ID] = [Evaluation Score Info].[Hospital Info ID]
GROUP BY [Hospital Info].[Hospital Info ID], [Harvester Info].
[Territory Manager Info ID], [Evaluation Score Info].[Territor Manager
Name], [Hospital Info].[Hospital Name], [Harvester Info].[VV4 User?];
Very Frustrated.
Thanks.
Sue
I created a DB in Access 2000. Recently we changed over to Office
2007 although I have not officially converted the DB to 2007.
Actually, it won't let me convert for some reason. That's another
issue. None of the crosstab queries work anymore as they were in
Access 2000. It shows up as Access 2000 file format. I did make sure
I have most current Windows, etc. I did use compact/repair on close
which I think was a mistake b/c older versions of the DB where I did
not use this option do show the same query as working. Already tried
importing the tables into the version that works but no luck.
I have been reading about "no current record"...in particular, using
Nz to make the query work with null values...how can I make the
following result in records instead of "no current record" Is there
any other reason besides null values from yes/no field that is
affecting this? I know I have many issues here but if you have a
quick solution to address this, that would be great.
SELECT [Hospital Info].[Hospital Info ID], [Harvester Info].[Territory
Manager Info ID], [Evaluation Score Info].[Territor Manager Name],
[Hospital Info].[Hospital Name], [Harvester Info].[VV4 User?],
Count([Harvester Info].[VV4 User?]) AS [CountOfVV4 User?]
FROM [Hospital Info] LEFT JOIN ([Evaluation Score Info] LEFT JOIN
[Harvester Info] ON [Evaluation Score Info].[Territory Manager Info
ID] = [Harvester Info].[Territory Manager Info ID]) ON [Hospital Info].
[Hospital Info ID] = [Evaluation Score Info].[Hospital Info ID]
GROUP BY [Hospital Info].[Hospital Info ID], [Harvester Info].
[Territory Manager Info ID], [Evaluation Score Info].[Territor Manager
Name], [Hospital Info].[Hospital Name], [Harvester Info].[VV4 User?];
Very Frustrated.
Thanks.
Sue