Explain the relationship between the Like operator and the wildcard character using an example that describes how to create criteria for all values in a CompanyName field that start with the letter J.

What will be an ideal response?


The criteria for the CompanyName field would be entered as J* in Query Design View.  The final criteria would be Like "J*".  Access helps you with the syntax and rules of the criteria. The Like operator is used in conjunction with the wildcard character.

Computer Science & Information Technology

You might also like to view...

What is the value of number after the following statements execute?

int number = 10; number += 5; number -= 2; number *= 3; a. 3 b. 30 c. 39 d. 2 e. None of these

Computer Science & Information Technology

The TCP/IP network model was developed after the OSI Reference Model.

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

Computer Science & Information Technology

An understanding of recursion is essential to programming any algorithm.

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

Computer Science & Information Technology

The command _______ :users somefile.txt changes the group affiliation of somefile.txt to users.

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

Computer Science & Information Technology