If you create a form based on a table with a lookup field, the lookup field becomes a Combo Box control on the new form.

Answer the following statement true (T) or false (F)


True

Computer Science & Information Technology

You might also like to view...

Write an equivalent expression in relational algebra for the following SQL query:

SELECT        P.Name, C.Name
FROM         Professor P, Course C, Taught T
WHERE       P.Id = T.ProfId AND T.Semester = ’S2002’
                        AND T.CrsCode = C.CrsCode

Computer Science & Information Technology

The ________ command keeps a heading with its first paragraph of text on the same page

A) Keep lines together B) Keep with next C) Transition D) Window/Orphan control

Computer Science & Information Technology

The area covered by one or more interconnected wireless access points is commonly called a(n) _____.

A. reception area B. hot spot C. coverage zone D. access area

Computer Science & Information Technology

In public-key encryption, the two keys, one for coding and one for decoding, are known as ________.

A. code keys B. linked keys C. key tags D. a key pair

Computer Science & Information Technology