Which of the following allows you to manage attached files in forms and reports?

A) Attachment control B) Attachment file
C) Attachment field D) Attached form

A

Computer Science & Information Technology

You might also like to view...

________ is an important part of programming

A) Spelling B) Capitalization C) Timing D) Grammar

Computer Science & Information Technology

The header of user-defined function empChange, passing emp1 as an output argument, would look like:

a. void empChange (emp1.emprec) b. void empChange (emprec*emp1) c. void empChange (emprec.emp1) d. void empChange (emprec&emp1) e. emp1 = void empChange ()

Computer Science & Information Technology