prabha_friend
Prabhakaran Karuppaih
- Local time
- Tomorrow, 01:46
- Joined
- Mar 22, 2009
- Messages
- 879
Yes.Possible?
With a lot of research/learning I guess.How?
Looking for more opinions/Answers. Your answers might decide on which ebook I am buying tonight...Thanks Cheeky. If an Access Developer, wants to set foot into the web side. Which would be right tool to start learning with Sharepoint? or Visual Studio?
Will this form need to be accessible from anywhere on the internet, or just from within your organisation? - IntranetPerhaps explain your use case in more detail.
Will this form need to be accessible from anywhere on the internet, or just from within your organisation?
Are you hoping it will link directly to an existing Access database?
How many users / how much traffic are you expecting this form to have?
Does you organisation already have ShitearePoint installed/available?
Why do we have to move out of our "Office" umbrella... As the same is familiar and pre-built too?Choose a stack, OP
I recommend MySQL, Express, React and NodeJS. You'll use mostly JavaScript for this, so it's very convenient because you write both the backend and frontend with the same language. Let me know if you have doubts about this suggestion, but for what you've said, that stack covers all your needs.
Because you want to build a web app that uses a browser. Access has the web browser control and you can also write html code dynamically and then show the page to your users with an Access frontend, but it's not going to be a professional solution. It's going to be a hack, a temporary thing that requires a lot of understanding. You could use that energy to learn web development properly and be a more skillful programmer who can also provide web solutions without requiring Office. A proper web application that uses the browser is cross-platform, it can be used on a Mac, Linux, Windows, a mobile phone, etc. Access just can't provide that, Office in general can't do it. You may argue about sharepoint or azure, but you're just limiting yourself to what they allow you to do, and each additional integration comes with a per-user price tag.Why do we have to move out of our "Office" umbrella... As the same is familiar and pre-built too?
Kind of suggesting learning to run before you know how to walk. Better to have some idea of the basic building blocks before building up the stack.Choose a stack, OP
I recommend MySQL, Express, React and NodeJS. You'll use mostly JavaScript for this, so it's very convenient because you write both the backend and frontend with the same language. Let me know if you have doubts about this suggestion, but for what you've said, that stack covers all your needs.