Link to home
Start Free TrialLog in
Avatar of Ted Penner
Ted PennerFlag for United States of America

asked on

Using MySQL tables instead of MS Access

What do I do next to get an input form for each contractor?

http://screencast.com/t/Ql0Oi2Sb
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Suggest you get either of the beginning PHP+MySQL books that are listed in this article.  The process you're describing is called "table maintenance" and it's one of the PHP 101 exercises that we all have to learn.  In the books it will probably be a chapter or two, so as you can imagine it's not something we can teach in a back-and-forth email forum like EE.  That's why I wrote the article.  I believe that the Welling/Thompson might be the best choice.
https://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/A_11769-And-by-the-way-I-am-new-to-PHP.html
Avatar of Boyd (HiTechCoach) Trimmell, Microsoft Access MVP 2010-2015
What I do is install rhe mySQL 5.1 ODBC Driver. Now you can create linked tables to the mySQL server tables. Now access sees the tables link any other linked table. You can create forms, reports, and queries against the linked mySQL tables as you normally would in Access.

I also use  http://www.heidisql.com/ for remote management.

NOTE: Your hosting provider myse allow remote access tot eh mySQL server. You will need to contact them to find out the connection settings to use when you set use the DSN for Access.
frugalmule, the video is nice.  However, can you please try and phrase what you want in text so your question can be useful to others.

1) You have a MySQL database

2) You have some experience relational databases via MS Access

3)
A)You want an input form for a contractor to have "All data on one page"
B) each contractor will have a page
C) something has to be added each day?

For each of these, you should elaborate on the specifics.   I would even go so far as to build a static html page so we can see what you want to do.

Is this for a website? Desktop? Mobile?
What programming language do you use?
If you were going to do this in access, what would you do?

In the meantime, here are some very good articles you should read.

https://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/A_11769-And-by-the-way-I-am-new-to-PHP.html

https://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/A_11177-PHP-MySQL-Deprecated-as-of-PHP-5-5-0.html

https://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/A_2391-PHP-login-logout-and-easy-access-control.html

Our job here is to help you help yourself.  Not write all of your code for you.  If you can let us know exactly where you are at as far as programming skills and languages you are familiar with it would be a big help.  We may need to break this out into multiple questions depending on what you are trying to do.

Please start by briefly detailing out what you want.  Make a few static web pages or forms or wire frame. (how to make test cases http://sscce.org/) Let us know your skills.
ASKER CERTIFIED SOLUTION
Avatar of Hamed Nasr
Hamed Nasr
Flag of Oman image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial