Hi,
I have a seriously ridiculous deadline to meet because I'm picking up from a disgruntled developer. I have a database with a few tables and some one-to-one mappings, nothing too complicated.
I need to create a backend for searching and editing these tables in some kind of HTML form style (not necessarily web-based if there is a better solution like MS Access or something).
I suspect I'm being vague, simple example:
Customer table:
CustomerID Name Email
Bookings table:
BookingID CustomerID Departure_Date Return_Date
I need the easiest, quickest solution that will allow a non-programmer client to create, read, update and delete records from these tables. Any suggestions?