Membership
Main Menu
Forum Boards
Stats
- 18 tutorials
- 72,298 members
- 695,968 forum posts
- 11 blog posts
Tutorials
Data Joins Unions
by Barry Andrew on Jun 30, 2008 5:59:59 PM
Views: 21991
Sample Application
Beetsem-Daley wants an input screen, similar to his original spreadsheet, where he can view and edit the subjects chosen by each pupil. Pupils will be listed in alphabetical order within their houses. Checkboxes will be used to indicate pupils' choices.
+------------+----------------+--------------------------------------------------------------+ | House | Pupil | Biol Chem Comp Econ Engl Geog Germ Hist Math Phys | | Jardine | | | | | Anne Bailey | [X] [ ] [ ] [ ] [ ] [ ] [X] [X] [ ] [X] | | | John Patterson | [ ] [ ] [ ] [ ] [ ] [X] [X] [ ] [ ] [ ] | | | John Tully | [X] [ ] [ ] [ ] [X] [ ] [ ] [X] [X] [ ] | | | Mary Sheldon | [ ] [X] [ ] [X] [X] [ ] [ ] [X] [ ] [ ] | | | Michael Grove | [ ] [ ] [ ] [X] [X] [ ] [ ] [ ] [ ] [X] | | | Peter Appleby | [X] [ ] [ ] [X] [ ] [ ] [X] [ ] [X] [ ] | +------------+----------------+--------------------------------------------------------------+
The sample code
Hopefully I'll be back with a look at some more advanced queries
Comments
1. Tom Butterworth on Jul 1, 2008 6:20:06 PM
2. swatisonee on Jul 3, 2008 4:07:11 AM
3. Daniel Egeberg on Jul 3, 2008 5:45:05 AM
4. swatisonee on Jul 4, 2008 4:38:28 AM
Login or register to post a comment.
