0
I want to put the information of a .mdb
on a website, to make it available to the public.
When opened in Access, it has forms to carry out queries.
I can have a website that directly displays these forms on the screen?
Or I would have to create new forms and pull the information directly from the queries?
It is possible if you use Sharepoint.
– gmsantos
But in Sharepoint you have to be a user, right? It seems that it is not possible to have anonymous access, and I would need this to open for the general public.
– michelvmelo
You can make it available for anonymous access. But Sharepoint is not as "affordable" as you need to invest in your environment or use Sharepoint online (which is not very cheap)
– gmsantos
I see here that Sharepoint online charges per user. It means that I will have to pay for every user who accesses anonymously?
– michelvmelo
Unfortunately I don’t know much about Sharepoint online, I can’t answer you.
– gmsantos
If the structure is not large and your access demand is low convert your base to sql express or my-sql, access is not made for web access.
– Almeida
Want to open a query form or to fill with data in the database?
– djva