Linking tables to front-end - Access 2003 (1 Viewer)

verdandi

New member
Local time
Today, 20:18
Joined
Jan 13, 2014
Messages
3
Hi all,
I'm not overly familiar with the terminology and processes of Access, but am using Access 2003 as a means of working on a project which involves a lot of data (currently 400,000 entries across 50 fields). My colleague and I wish to pare this data down in order to get clear about what we require from the database before handing it over to a professional developer for the next stage of our project (including the normalisation process), which will involve other people being able to query and add to the data through a front-end on a website (our interest lies in the subject of the data itself, rather than the in-depth technical workings of the database).

In order to share the database more efficiently and safely, we hoped to share the data online - thus I split the database, moving the main table and look-up tables to a back-end (our web host) and trying to link to these tables from the front-end. I've been using the Linking Tables wizard to try to achieve this but am unsure what file path to use in order for Access to link to the back-end. Using the direct url to the file where the tables are saved on the host, I can see that Access manages to link to the server but then tells me that this is an invalid file path (obviously, as it's linking to a file rather than to the actual tables?).

My questions:
1) is this even the best way to do this at this point, considering we're using Access 2003 and have no desire to upgrade just before moving our project forward;
2) if we are doing this in the correct manner, is there a simple answer to linking the tables? I'm hoping someone can tell me "Your file path needs to be ______"!

Many thanks in advance :)
 

verdandi

New member
Local time
Today, 20:18
Joined
Jan 13, 2014
Messages
3
Thanks for your help. I'm still getting stuck at the same point. I go via Files / Get External Data and have been choosing the ftp location which connects to our server and I can see the DB_be.mdb file - however, when I click 'Link' it returns the message 'Not a valid file name'.

Using the UNC //server name/path/db name - at what point would I enter this - before navigating into the files on the server through the ftp location option? Or in the file where I can see the back-end? And would it read as something like http://OURSITE.com/public_html/DB_be.mdb or http://ip address/public_html/DB_be.mdb (as I've tried those options to no avail).

Apologies if this is basic stuff, we're just interested in sharing our data and thought this should be a straightforward step using the Linking Tables tool.
 

Rx_

Nothing In Moderation
Local time
Today, 13:18
Joined
Oct 22, 2009
Messages
2,803
FTP is out, see the 2nd discussion. Still looking. Here are some more discussions about it.
http://www.access-programmers.co.uk/forums/showthread.php?t=39594
http://www.access-programmers.co.uk/forums/showthread.php?t=193330
There is a new web feature on he latest Access that appears to link (probably read-only) to web services. I will have to look more into that myself.

My gut feeling is that it must pretty much be a shared drive location.
Now, how a remote user maps into that is more a network problem.
http://www.utteraccess.com/forum/Link-Tables-Internet-t1943542.html
Sharepoint uses SQL Server back end.
Useing SQL Server is a totally different animal than using the MDB (file).
My guess is going to be it can't be done unless some kind of remote session or citrix is being used.

This might be a good time to look into SQL Azure -
For just SQL Server alone, it a good deal if you were considering migrating Access to SQL Server anyway. Last Time I checked it was was about $10 a month for something that would easily hold your DB.

If you find something that works, please let me know.
Here are two more interesting articles:
http://stackoverflow.com/questions/5044680/how-to-share-ms-access-2010-database-over-the-internet
And
http://stackoverflow.com/questions/2652046/is-it-possible-to-host-access-forms-online
They are pretty much in alignment with what should be the case.
 

Users who are viewing this thread

Top Bottom