J
Joseph Shealaday
If first, last, state, and zip fields are correct, the "Correct" check boxes are selected. If the data is incorrect (in the example - address, city, and phone), the "incorrect" check box is selected. Since 4 of 7 fields are correct, I need to display the average score in percentage on the form (4/7 = 57%).
For example (on my audit form):
Correct Incorrect
First Name: John x
Last Name: Doe x
Address: 12345 Any St. x
City: AnyTown x
State: Zip x
Zip: 98765 x
Phone: 999-999-9999 x
Score: (result displayed as %)
* Do I use the Abs ()? If so, how? I would like to create a command button that does this automatically? Thanks everyone for your assistance.
EggHeadCafe - Software Developer Portal of Choice
WPF And The Model View View Model Pattern
http://www.eggheadcafe.com/tutorial...b-7374d3da3425/wpf-and-the-model-view-vi.aspx
For example (on my audit form):
Correct Incorrect
First Name: John x
Last Name: Doe x
Address: 12345 Any St. x
City: AnyTown x
State: Zip x
Zip: 98765 x
Phone: 999-999-9999 x
Score: (result displayed as %)
* Do I use the Abs ()? If so, how? I would like to create a command button that does this automatically? Thanks everyone for your assistance.
EggHeadCafe - Software Developer Portal of Choice
WPF And The Model View View Model Pattern
http://www.eggheadcafe.com/tutorial...b-7374d3da3425/wpf-and-the-model-view-vi.aspx