Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unmatched Query not showing all fields for matching

Status
Not open for further replies.
Mar 5, 2004
11
Table 'A' is a link back to an Oracle table.
Table 'B' is an actual Access table.

both tables are the same in ALL ways other than the data elements in the ACCESS table identified as NUMBERS are showing a "field size" of LONG INTEGER while the number elements in the linked table are showing "field size" of DECIMAL. Obviously I can't modify the "field size" of the data elements in the linked tables.

When I try to run an unmatched query none of the fields from table A that have a field size of DECIMAL are showing up for me to use as matches to the other table..

anybody run across this before?

Thanks for any help/tips
 
You may tweak the generated SQL code playing with the CLng function.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top