Thread: form code
View Single Post
  #2  
Old September 7th, 2006, 12:11 PM posted to microsoft.public.access.forms
Douglas J. Steele
external usenet poster
 
Posts: 9,313
Default form code

Typically that means that you're trying to connect to an external data
source (such as SQL Server or Oracle or MySQL) and there's something wrong
with the query that's going out to get the data, or else with the data
source itself.

Perhaps if you gave more details, one of us could help suggest a fix.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"00KobeBrian" wrote in message
...
I tried to open a form with an event which give an error like below:

3146 DAO.Recordset ODBC--call failed.

Can anyone please tell me what does this mean? Thanks.