Some Introductory Programming 1. Structured Query Language - used for queries. - a standard database product. 2. Visual Basic for Applications - use of Visual Basic to develop an Access application.
An SQL version of a query
The Access Design Screen Version
An SQL version of a query
The Access Design Screen version
Example: student marks A table for student number and name, coursework mark, exam mark and the result (pass or referred). Total - 75% coursework, 25% exam, shown in a calculated field on a form. Result - 40% or over = Pass, otherwise Referred.
The event procedure is this code:
Adding three extra lines gives the following New lines