The assignment for this week is to build your own application and model the features of Example 4. This can be any database application that you want. You must build an Access database and the table must contain atleast 6 columns. Keep the all Text even if they are really numbers and do not create a key. The attempt here is to eliminate some of the programming complications related to keys and numbers. The chances are good that this application will be modified as part of Week 13.
The only change from Example 4 is in the button display logic. Instead of changing the enabled property of the Command Buttons, use the Visible property. When your testing is complete, go into design mode and overlay the Add/ Update - Save / Cancel set of buttons over the Browse set of buttons. This makes for a much nicer user interface.
Be sure the you use Unbound Controls and that the Data Control is hidden
Here is a list of the Program Grading Criteria