Connecting Tech Pros Worldwide Help | Site Map

Database linking

 
LinkBack Thread Tools Search this Thread
  #1  
Old November 13th, 2005, 12:41 PM
Bryan via AccessMonster.com
Guest
 
Posts: n/a
Default Database linking

Private Sub ShipmentRequest_Click()
Dim DB As Database
Dim rst As DAO.Recordset
Set DB = DBEngine(0).OpenDatabase("\\Backup\hosted files\CustomerDatabase\
customerdbnew.mdb")
Set rst = DB.OpenRecordset("Customer Number", dbOpenDynaset)


End Sub

This code gives me the error

run-time error '3078':
The microsoft jet database engine cannot find the input table or query
'customer number'. Make sure it exists and that its name is spelled correctly.


The table does exist, and it is spelled correctly, any ideas of how to solve
this?


--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200508/1

  #2  
Old November 13th, 2005, 12:41 PM
Bryan via AccessMonster.com
Guest
 
Posts: n/a
Default Re: Database linking

figured it out. Thanks anyway


--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200508/1
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,840 network members.