Interesting. I don't understand what you mean by "create a database on a
website and then with the ODBC option, I can create an Access file". As far
as I know, you cannot use ODBC from Access to access another Access
database -- was this a server DB you created, and are you using it,
in-place, via ODBC?
On the website, I used MySql, PHP, and HTML to create a form which person
can fill out and the information is posted to a database (MySQL). Then with
the ODBC the information can be imported and an Access file is created.
----------------------------------------------------------------------------------------------
How to access the CPF database from the website.
The data base on website is created using MySQL which is an free, open
source database application. Microsoft Access can connect to it using the
OBDC feature.
To connect to the database, you need to have MS Access installed on your
computer. MS Access is an application that is part of MS Office.
You need to download and install the MySQL Connector from the following:
http://dev.mysql.com/downloads/connector/odbc/3.51.html
You will probably need to use the Windows and not the Windows64 (unless you
have the newest Windows Vista that uses 64 bit technology).
For Setup Type:
Select the Typical
Please ensure that a DSN mapping for the database has been set up correctly.
To do this on Windows 2000, instructions are given and the user is also
given the database host, server, password, etc.
---------------------------------------------------------------
But anyway, it works very nicely. I have the report set up and can save it
as PDF and email it but it would be nice for others to be able to obtain
report on their own and not be totally dependent upon me!
So the database mdb file contains the table, report and everything? When
you create a report or more than one report for one database, it is all
contained in that mdb file?
-----------------------------------------------------------------