Forum Discussion
badongism
Mar 31, 2020Copper Contributor
Using Forms as a front end for a database
Hi all, First time posting so I hope this makes sense. I have a piece of work to do where I need to get various departments to check a spreadsheet of course start and end dates and a few othe...
RobElliott
Mar 31, 2020Silver Contributor
badongism Forms is not the best tool for this: unless you are using Forms Pro and CDS you can't pre-populate the form. And Forms doesn't have a feature to select course code and it then shows the course start date etc.
You would need to build an app in Power Apps to connect to the SharePoint list of courses for the user to amend as necessary.
Rob
Los Gallardos
Microsoft Power Automate Community Super User
luistorres
Feb 14, 2023Brass Contributor
I am following this post because I have a small project as well.
I don't have Power Apps in my list of tools because I am not sure if all the users that are going to access the forms must has a license in Microsoft, and second the users need access to Internet for accessing the Power Apps hosting and the Power Apps host connects to On-premises database, which is a lot of network traffic, I know that a form has very small foot print regarding to network traffic.
I think Power Apps is more suitable for all the layers online, web host and database.
I am reading about .Net MAUI and I like it because the code can be deployed for Desktop and Mobile and, it is easy to code a form.
One point for Power Apps is security, hosted and maintained by Microsoft, while .Net MAUI is deployed to a folder so the form will be accessed in the office only.
I don't have Power Apps in my list of tools because I am not sure if all the users that are going to access the forms must has a license in Microsoft, and second the users need access to Internet for accessing the Power Apps hosting and the Power Apps host connects to On-premises database, which is a lot of network traffic, I know that a form has very small foot print regarding to network traffic.
I think Power Apps is more suitable for all the layers online, web host and database.
I am reading about .Net MAUI and I like it because the code can be deployed for Desktop and Mobile and, it is easy to code a form.
One point for Power Apps is security, hosted and maintained by Microsoft, while .Net MAUI is deployed to a folder so the form will be accessed in the office only.