A field in the Group By field list can refer to any field in a table except the ________ data types
A) OLE Object and Attachment B) Memo and Hyperlink
C) OLE Object and Memo D) Attachment and Hyperlink
C
Computer Science & Information Technology
You might also like to view...
A mirrored set is another name for which of the following?
A. RAID 0 B. RAID 1 C. RAID 3 D. RAID 5
Computer Science & Information Technology
Which of the following statements will display the getStudentDataForm form in such a way that any code following the statement will not execute until the getStudentDataForm closes?
a. getStudentDataForm.Open() b. getStudentDataForm.Show() c. getStudentDataForm.ShowDialog() d. getStudentDataForm.OpenForm.Modal()
Computer Science & Information Technology