A(n) ______ represents form data in tabular format and only exists while a form is running.

Fill in the blank(s) with the appropriate word(s).

Answer: record group

Computer Science & Information Technology

You might also like to view...

What is the default program association for JPG files on a Windows computer?

a.Explorer b.Photos c.Picasa d.Preview

Computer Science & Information Technology

To assign a double variable d to a float variable x, you write

a. x = (long)d b. x = (int)d; c. x = d; d. x = (float)d;

Computer Science & Information Technology