Hello Iain,
As I understand, currently you has one server which can run Access, Excel
and has some data. Now you want you web client users can view and input
some data into that Access database or Excel work book, right?
If that, that is typically a asp or asp.net web application model. Please
don't use Access, Excel in server side. That is not a good practice. The
best way is to devise a web application so that you web client can
input/view data in server side Access and Excel. All that your client needs
is a web browser such as IE. They don't need Access or Excel installed.
The following are some good articles for your reference:
"HOWTO: Use ASP to Query and Display Database Data in Excel"
http://support.microsoft.com/?id=189198
"HOWTO: Query and Update Excel Data Using ADO From ASP"
http://support.microsoft.com/?id=195951
"HOW TO: Query and Display Excel Data by Using ASP.NET, ADO.NET, and Visual
C# .NET"
http://support.microsoft.com/?id=306572
"HOW TO: Retrieve and Display Records from an Access Database by Using
ASP.NET, ADO.NET, and Visual C# .NET"
http://support.microsoft.com/?id=308100
"HOW TO: Update Information in a Microsoft Access Database Using ASP in
FrontPage 2000"
http://support.microsoft.com/?id=240090
and etc.
If you are not familar with asp or asp.net programming, you may need to buy
some books and learn from it first.
Hope that helps.
Best regards,
Yanhong Huang
Microsoft Community Support
Get Secure! ¨C
www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
-http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.as
p&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.