Where do the Forms get their information from?
(a) Forms
(b) Modules
(c) Tables
(d) Queries
Answers
Explanation:
tables
hope it helps you
Answer:
Forms make that data available on the screen. With a form, you can view and edit the data, display it nicely, sort it, add to it, delete it and so on. Forms let you work with your data. They don’t hold any data – they are just a tool for viewing the data in your table. Change something in your form, and you’re actually changing it in your table. Yes, you could – theoretically – just work with the data in your tables directly, like you would work with data in an Excel spreadsheet. But remember that tables don’t sort the data or present it nicely – so you’ll quite likely end up looking at very old data that’s no longer relevant (because the new data is a long way down the table), or data displayed in ways which aren’t very intuitive. And if you open a load of data in a table, there’s a chance (a tiny one, but a chance nonetheless) that you’ll then delete a load of data… That’s a bad thing. And it’s much less likely to happen with a form.
Therefore ,The option A is correct.
Explanation:
I think this will help you