In response to
"I have a tech question. If I’m used to running MS Access front ends to back end databases, what language would I need to build a better front-endGUI? -- (edited)"
by
Will Hunting
|
you can use php to make calls to an Access database
Posted by
decline (aka Decline)
Aug 3 '21, 09:07
|
which would allow you to create a web interface to access your data.
The database and webserver would need to be on the same machine for it to work for the most part (otherwise it can get a lot more complicated)
|
Responses:
|