P
PeteCresswell
This is kind of involved to explain, so I made up a sample mini-
application and made it available for download from http://tinyurl.com/554xld
In a nutshell:
-------------------------------------------------------------------------------------
- I've got a "------- Program Changes -------" table whose PK is a
Double, named "VersionNumber"
- When I try to run a parameter-driven query against it - with
"theVerisonNumber" defined as Double, it doesn't seem to work.
- When I change the query's parameter to a Decimal, it works.
- Invoking the query from VBA code, however, it doesn't work either
way.
- Granted the table name is seriously goofy... but I've tried it with
the table renamed so "zstblProgramChanges" and nothing seems to
change.
------------------------------------------------------------------------------------
I've just frittered away almost two manhours on something that shb a
slam dunk.
Could some body take a look at the sample and tell me what I'm doing
that's dumb?
application and made it available for download from http://tinyurl.com/554xld
In a nutshell:
-------------------------------------------------------------------------------------
- I've got a "------- Program Changes -------" table whose PK is a
Double, named "VersionNumber"
- When I try to run a parameter-driven query against it - with
"theVerisonNumber" defined as Double, it doesn't seem to work.
- When I change the query's parameter to a Decimal, it works.
- Invoking the query from VBA code, however, it doesn't work either
way.
- Granted the table name is seriously goofy... but I've tried it with
the table renamed so "zstblProgramChanges" and nothing seems to
change.
------------------------------------------------------------------------------------
I've just frittered away almost two manhours on something that shb a
slam dunk.
Could some body take a look at the sample and tell me what I'm doing
that's dumb?