K
Kitty
I am attempting to run a query against our corporate
Oracle database. In that database, the branch field is a
decimal.
I want to have a table where I can input the branches I
want. That values in the source table would be used as
parameters for several queries in an application.
I've tried formatting the FieldSize in the source table as
decimal with the same properties as that in the Oracle
database.
The query will not return records. The Access help file
states that numeric fields can be joined only if the
FieldSize properties are Byte, Integer or Long Integer.
Does this mean I'm out of luck, and will have to manually
input the branches I want into each query definition (the
branches change each month, and there are several queries
involved).
Thanks for any help you can provide.
Oracle database. In that database, the branch field is a
decimal.
I want to have a table where I can input the branches I
want. That values in the source table would be used as
parameters for several queries in an application.
I've tried formatting the FieldSize in the source table as
decimal with the same properties as that in the Oracle
database.
The query will not return records. The Access help file
states that numeric fields can be joined only if the
FieldSize properties are Byte, Integer or Long Integer.
Does this mean I'm out of luck, and will have to manually
input the branches I want into each query definition (the
branches change each month, and there are several queries
involved).
Thanks for any help you can provide.