Suggest a code scheme that will identify each Working Shoes customer.

What will be an ideal response?


The two most common code schemes are straight sequence codes automatically assigned by the system and codes that combine alphabetic and sequence blocks. An example of the latter might be the first four alphabetic letters of the customer’s last name followed by a 4-, 5-, or 6-digit dependent number. For example, Jason Thomson might be THOM28645. Many firms like this approach because it provides some indication of the customer’s last name (which is valuable both to the customer and the company).

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT true about changing field names in a query?

A) The field names assigned in an aggregate query can easily be changed either before or after the query is run. B) You must keep the original field name in the query design grid so Access knows what field to perform the calculation on. C) The default name that Access uses for a field that includes an aggregate function is descriptive and does not need to be changed. D) Field names in aggregate queries are a composite of the selected aggregate function and the table field name.

Computer Science & Information Technology

One of the advantages of using a master document is that you can:

A) work with several smaller subdocuments, rather than one large document. B) open and edit the subdocuments in the master document more quickly and easily. C) lock and unlock the subdocuments frequently. D) collapse all the subdocuments to shrink the file size of the master document.

Computer Science & Information Technology

3D graphics can be animated.

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

Computer Science & Information Technology

After the following declaration, you can define and initialize a variable birth of this structure type as follows ____.struct Date{  int month;  int day;  int year;};

A. Date birth = {12, 28, 1987}; B. struct Date birth = {12, 28, 1987}; C. Date birth = {12; 28; 1987}; D. struct Date birth = {12; 28; 1987};

Computer Science & Information Technology