can a form display data from queries
Answers
Answer:
Yes
Explanation:
A form is a database object that you can use to enter, edit, or display data from a table or a query. You can use forms to control access to data, such as which fields of data are displayed. For example, certain users may not need to see all of the fields in a table.
Please Mark my Answer As Brainliest if you are satisfied :)
Answer:
The correct answer is yes it can display data from queries.
Explanation:
The form is used for the purpose of connecting to a data source of table or query, which is used for the options such as edit, enter and display data. The bound form is used for controlling access to a data in a rows or fields of given data that exists.
Example of the form will be:
When a user is not willing to see all the fields in a table it can be made disable or invisible.
#SPJ3