ODBC--Call Failed

G

Guest

My Access2000 database has a link to Timberline Precision
4.0 Estimating database table. I can easily append data
from Access into it. From another non-action, Select
query I only wish to view records based upon a form field:
Forms![Reserve]![PrecPhas]

According to MS Article 268453, I need to concatenate my
query parameter statement in order to avoid an odbc--call
failed problem.

My question is, are there SQL characters required other
than my Forms![Reserve]![PrecPhas] needing to be placed
within my query's design view criteria in order to avoid
the call failure?
 
D

david epsom dot com dot au

If you query an ODBC linked table, Jet will attempt to
convert any JET SQL to ODBC standard SQL as required.

If you open an ADO recordset against a database that is
NOT a Jet database, you will have to use SQL as required
by that connection.

(david)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

ODBC--Call failed. 4
ODBC Call failed 3
update query ODBC--call failed 3
Update Query ODBC --- call failed 11
ODBC --call failed 0
ODBC call failed 3
ODBC Call Failed 2
Problem querying table linked ODBC Database 2

Top