A(n) ________ tells Access that what follows it is an object that belongs to the object that precedes it in the expression

A) parameter B) bang operator C) object operator D) object linker


B

Computer Science & Information Technology

You might also like to view...

Which of the following overloadings will be invoked by this call? g(1.0,2.0);

a) int g(int count, double value); b) void g(double value, int count); c) void g(int value, int count); d) Neither, the compiler cannot decide which of these to use.

Computer Science & Information Technology

Which of the following statements is true of user acceptance testing (UAT)?

A. UAT involves linking individual components together and testing them as a group to uncover any defects in the interface. B. A goal of UAT is to determine the work load at which systems performance begins to degrade. C. UAT is often done by independent testers who were not involved in developing program code. D. UAT must be completed successfully before newly developed software can be rolled out to the market.

Computer Science & Information Technology

Match the following terms with their description:I.Label WizardII.Form WizardIII.Report WizardIV.SubForm WizardV.SubReport WizardA.Simplified way to create formsB.Simplified way to create subformsC.Simplified way to create reportsD.Used to create name tagsE.This does not exist in Access.

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

Computer Science & Information Technology

What type of structure is the following set of statements an example of? if time-of-day is greater than noon    set afternoon access permissions else    set regular access permissions end if

A. iteration B. sequence C. repetition D. selection

Computer Science & Information Technology