ms access training - access

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Access Training and help » ms access training - Access

ms access training - Access

resolvedResolved · Low Priority · Version Standard

Tim has attended:
Access Introduction course

Access

How do I get the data to appear on the web - looking at loading tables onto our website

RE: Access

Hi Tim

You can load data from Access onto the web, howeverm, you need to consider several areas to get this to work. In our advanced Access course, we cover creating PAGES which is Microsofts answer to Access data on a website without complex coding.

What you do to create this is to create a new object in PAGE. when you save this, an external HTML (web) file is created with a link to the database you have created it from.

There are a few rules that apply. The database file must be on the web server that is hosting the website, along with the HTML file that you have created.


You can also achieve online database functionality using the following technology - HTML, ODBC and ASP. This is the hand coded way, and is significantly more complex than the first method I mentioned, however, it is far more flexible.

Hope that gives you an idea of how to proceed.

Regards

Richard


 

Access tip:

Copy a Previous Record's Values to a New Record

If you often enter the same value in one field of a table, there are two methods to save re-typing the data.

1. Use Ctrl+' (apostrophe) to repeat the value input in the previous record.

2. Change the field's DefaultValue property in Design View to the most commonly used value.

View all Access hints and tips


Server loaded in 0.09 secs.