Hi Paul,
Open your BackEnd database and check the name of the Table/Query "qryname".
It maybe named "qryname" as a linked table but the actual name could be
something like "qrynameX" in the BackEnd database.
I hope this helps! If you have additional questions on this topic, please
respond back to this posting.
Regards,
Eric Butts
Microsoft Access Support
"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
<
http://www.microsoft.com/security/security_bulletins/ms03-026.asp> and/or
to visit Windows Update at <
http://windowsupdate.microsoft.com/> to install
the patch. Running the SCAN program from the Windows Update site will help
to insure you are current with all security patches, not just MS03-026."
--------------------
| Content-Class: urn:content-classes:message
| From: "paul" <
[email protected]>
| Sender: "paul" <
[email protected]>
| Subject: Query not working
| Date: Mon, 1 Mar 2004 09:46:13 -0800
| Lines: 12
| Message-ID: <
[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcP/tRcGrj3z7mZZTZWeLmWYQdwe3g==
| Newsgroups: microsoft.public.access.externaldata
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.access.externaldata:49415
| NNTP-Posting-Host: tk2msftngxa11.phx.gbl 10.40.1.163
| X-Tomcat-NG: microsoft.public.access.externaldata
|
| Hi,
| Good Morning. I have an Access 2000 application, splited
| the application to front end & back end. After the split,
| on a field event, it prompt me error message: The
| Microsoft database engine cannot find the input table or
| query 'qryname'. Before split, it will work. Here is my
| code:
| Set curDB = OpenDatabase("fileLocation:\filename_be.mdb")
| sqlStmt = "SELECT * FROM qryname WHERE BookingNo
| like"""& Me![BookingNo] & """"
| Set subTb = curDB.OpenRecordset(sqlStmt)
| Thanks a lot for your kindly help.
|