How do I have a field display information from the internet

R

Ryan

I have a database that sits locally on a computer that I
would like to be able to display in a field on a form
some information that is in a excel/access database that
is sitting on my server on the internet. Can this be
done?

Please help

Ryan
 
J

Jeff Boyce

Ryan

A traditional approach to Access database design is to "split" the data
tables into a "back-end" database that sits on your server, and a
"front-end" database that holds forms, queries, and everything else besides
tables. This front-end sits on your users' PCs, one copy on each PC.
 
Top