I have a db I created in mysql using a program to convert a ms access db to mysql. The program worked fine from what I can see.
What I want to do though is to create a form that will allow me to search this db for the following
Company (one table)
position (one table linked to company)
Country (one table linked to company)
I extracted the db out of mysql using phpmyadmin.
Now I am lost as to how to create the form.
The file it created is attached however I cut some of the options out so the file would fit in this message.
Any assistance would be great.