I
IMK
In an app I made with Access 2k there is one query that I created as part
of a dynamic report interface that causes the whole app to crash. I get the
basic memory error (error number 0x1b0564df, if it matters). I looked on the
Microsoft site for articles on that particular error but came up with
nothing.
The query is this:
SELECT qryPostQAReview.SubName
FROM qryPostQAReview
WHERE qryPostQAReview.SubName = 'Methadone';
When I recreated this query in the SQL editor and ran it, it only flashed,
it didn't give me an error message, just nothing. When I removed the WHERE
clause it ran fine.
I've got four other parameters for the users to choose from on this report
form. They all work, it's just this one parameter that kills the whole thing
(dramatically). They want to be able to use this parameter both by itself
and along with other parameters and I am stumped.
Has anyone dealt with anything like this?
of a dynamic report interface that causes the whole app to crash. I get the
basic memory error (error number 0x1b0564df, if it matters). I looked on the
Microsoft site for articles on that particular error but came up with
nothing.
The query is this:
SELECT qryPostQAReview.SubName
FROM qryPostQAReview
WHERE qryPostQAReview.SubName = 'Methadone';
When I recreated this query in the SQL editor and ran it, it only flashed,
it didn't give me an error message, just nothing. When I removed the WHERE
clause it ran fine.
I've got four other parameters for the users to choose from on this report
form. They all work, it's just this one parameter that kills the whole thing
(dramatically). They want to be able to use this parameter both by itself
and along with other parameters and I am stumped.
Has anyone dealt with anything like this?