A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Çould not find file - error



 
 
Thread Tools Display Modes
  #1  
Old February 13th, 2009, 02:52 AM posted to microsoft.public.access.tablesdbdesign
Vivek
external usenet poster
 
Posts: 28
Default Çould not find file - error

I am running this simple query to load the Manufacturer table from Inputs
table.

INSERT INTO Manufacturer.[(Manufacturer Name)]
SELECT Inputs.Manufacturer AS Manufacturer
FROM Inputs;

but I am getting a message, 'Çould not find file 'pathname\Manufacturer.mdb'

Where should I go and change the path name?
  #2  
Old February 13th, 2009, 05:03 PM posted to microsoft.public.access.tablesdbdesign
Jerry Whittle
external usenet poster
 
Posts: 4,732
Default Çould not find file - error

Assuming that Manufacturer is a linked table and you have Access 2003 or
older, go to Tools, Database Utilities, Linked Table Manager and relink to
the proper database file.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.

"Vivek" wrote:

I am running this simple query to load the Manufacturer table from Inputs
table.

INSERT INTO Manufacturer.[(Manufacturer Name)]
SELECT Inputs.Manufacturer AS Manufacturer
FROM Inputs;

but I am getting a message, 'Çould not find file 'pathname\Manufacturer.mdb'

Where should I go and change the path name?

 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:48 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.