Access: Form Design Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28

Home ->View ->Form View

 

Test Your Form

The Wizard wrote the following code for your Combo Box:

 

SELECT tblRating.Rating FROM tblRating ORDER BY [Rating];

 

Well, well, well. You just created your first SQL statement. SQL means Structured Query Language.

 

All forms need to be tested, and tested again. Try your Combo Box. You done good, you can get two cookies.

DONE