What is the query process called when Access searches the records in the table(s) included in a query design, finds the records that match the specified criteria, and then displays those records in a datasheet?
A) Design B) Perform C) Activate D) Run
D
Computer Science & Information Technology
You might also like to view...
Which of the following is a correct declaration?
a) const char yes = ‘y’; b) const string yes = ‘y’; c) const char yes = “y”; d) const char yes = ‘yes’;
Computer Science & Information Technology
A disadvantage of machine languages is that they are machine dependent. That is, each machine language is specific to a particular computer, and different computers require different machine languages. Describe why this is the case.
What will be an ideal response?
Computer Science & Information Technology