Hello everyone, Is it possible that i want to attach html form to MS Access and post data in in the table of MS ACCESS with the help of HTML form, If yes then please help me,
The only way you can connect HTML form to MS Access database is by using ASP, here are some links for more info: http://www.webwiz.co.uk/kb/asp-tutorials/connecting-to-an-access-database.htm http://www.w3schools.com/ado/ado_connect.asp http://www.4guysfromrolla.com/webtech/042599-1.shtml
ok, this is if MS ACCESS is online, but i have install MS ACCESS in my computer and make an HTML form so now i want to connect that HTML form to ACCESS
You want people on the web to be able to access MS Access on your computer? Or you want to access it using an HTML form?
Ok, Let me Clear i create MS Access Database on my Personal Computer and also make a HTML form On my Personal Computer, so now i want to add data to the table not directly is it possiable to add data to the table using that HTML form? If yes then how? And the html form and MS ACCESS database both are on my pc, not for online for the People
A data access page is an HTML page that has an Office Web Component embedded into it. The Office Web Component stores connection information about a data source. This article describes how to use data access pages to connect an HTML page to tables in a database.
If you want to learn something you can actually use for other things while doing this, install xampp on your computer, and write the Access-connection part in PHP. Then write a form on your HTML page and use that to connect to the PHP file. IOW, create a website that can insert data into the database. (Use the PHP ODBC functions to connect to Access.)