I’m looking for a front-end that’s very simple, to access a to-be-built MySQL Database. I actually need it for only one table. I was thinking that the user could search in a way that would ask for values for each field of that table, and give the option of leaving it blank. Then, it would return all the entries that match up with the query.
You’ve probably noticed already, but I’m kind of new to database. If you could point me in the right direction, that would be fantastic.
Also, I’m willing to right a little app myself. I’ve done apps that use simple commands like “SELECT this FROM that”, or whatever. If I do that, I’m going to do it in VB, since I only know C and VB, and it has to be on Windows (I’m volunteering at a med center that apparently only uses Windows).
What do you guys think is a better idea?
Anyway thanks a lot for any help!
One option you have would be to build a simple front-end to the data using MS Access. It’s intended for tasks like this, and you can use mySQL as a backend database using myODBC.
Alternatively, look at HeidiSQL. It is not going to be as simple as your users need it to be, but it’s very nice to use and requires no additional setup work. You could create a user with the right to only edit the relevant tables and hide everything else.