You are designing a form that will be used to record the mileage driven by a sales representative. Which of the following is the best name for this form?

A. MilesForm
B. Form1
C. frmSalesRep
D. frmMilesDriven

Answer: D

Computer Science & Information Technology

You might also like to view...

In Word, ________ view is the default document view

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which one of the following is the general format for a variable declaration statement?

a. VariableName DataType; b. DataType VariableName; c. DataName VariableType; d. NameType VaraibleData;

Computer Science & Information Technology