Tables, queries, reports, and forms are all examples of ________

Fill in the blank(s) with correct word

objects

Computer Science & Information Technology

You might also like to view...

Markups drawn on a slide in Slide Show view are called ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

If nums is a two-dimensional integer array, ____ refers to element nums[0][0].

A. *nums B. *(*nums) C. *(&nums) D. &(*nums)

Computer Science & Information Technology