database - microsoft access to web pages -


is possible use access create web pages? let's have 20 pages have same layout different content (ie- different address, different phone, etc...). want webpages retrieve information database rather me having hardcode each one.

would possible use access create database stores info, creates page rather having hardcode it?

thanks in advance

new access 2010 ability build web sites. if @ following video, note how @ half way point, switch running access application 100% in web browser.

http://www.youtube.com/watch?v=au4mh0jpnti

there several things keep in mind when building web forms access 2010. forms cannot have vba, must use macro code. macro code converted javascript , run inside of browser. resulting forms standard .net xaml (zammel) forms. server side code possbile writing data macros.

the access reports publish web rendered` using sql server reporting services. use access web services need sharepoint or wait until office 365 comes out support publishing of access web applications. (so, there web based versons of excel , word, there web based version of access).

since resulting forms , reports based on .net technology, resulting application scale horizontally (large number of users). resulting applications not require activex or silverlight (i tested them , run fine on ipad example). last not least, there no covert utility existing vba forms web forms, have create new forms in access designated web forms. new web based applications can have mix of vba forms, , web forms in them now.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -