I may very well be just missing the bigger picture here but what is a remote desktop type interface going to help with in this case?
You could create some Web content to interact with the Access file but it would require the use of a language such as ASP, rather than just HTML.
Bill
BillBrown
Junior Poster in Training
61 posts since Dec 2006
Reputation Points: 10
Solved Threads: 2
Go to PHP gys in PHP forum. There are google video on issue just find them!
BTW good place to get answers is PHP forum!
Steve
evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392
Hi Laurie,
No matter, really, which language your developer uses to interact with the Access file as long as it work properly to meet your needs. If your developer knows enough to want to use Java within an Apache environment, it sounds like you'll end up being in good shape when it's finished. :-)
Bill
BillBrown
Junior Poster in Training
61 posts since Dec 2006
Reputation Points: 10
Solved Threads: 2
You used to be able to make such pages using wizards in Access but it was removed in Access 2007.
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
on the left where there is tables, forms, queries etc... choose pages
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
i just accept by the Twintech college as a labrian, they ask me to create a database for the labrary, i already finish the database (using Access 2003), now i want to create the interface using HTML but i dont know how to connect the HTML to the database.
Firts you have to know that HTML is *NOT* a language so you cannot definitely connect to database via HTML. It is a markup language with which you can only make UI (Tables, forms et al) No More. You need full fledged language like PHP, ASP,JSP etc.
I advice you go for PHP, learn it and do your job. I suggest PHP with SQLite or MySQL depending on whether you need server/embeded DB app. http://www.w3schools.com/html/
http://www.w3schools.com/php/default.asp
EDIT: and start new threads instead of posting on eons old threads
evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392