Data Tutor 3

Database Tutorial - Continued...Back

(2) Forms for User Interface

Forms provide a better interface for the majority of users because;

  1. They can make it obvious what information is required
  2. You can include code to validate user input
  3. They can include complex logic to transform user input into the required data

You can also make the form look really cool. Just be careful that art does not obscure function. Most users prefer a worksheet that does something, and does it really well - they do not use worksheets because they like looking at works of art on their screen. Having said that, a good looking, clean interface is much better than a cluttered, messy layout.

 

Continue...