Make a checklist

B

Bizi

Hi
I need to make a checklist in MS ACCESS but don't know how to start

It must be possible to have a view like this

Hour = 7 8 9 10

Kitchen x x
Toilet x x x
Garage x x

anybody any suggestions or links?
tnx
 
C

Cameron Sutherland

Here is a very simplistic way of doing it. One table with
this layout:

FIELD NAME | DATA TYPE | DESCRIPTION
Activity | Text | kitchen, toilet...
7 | Yes\No | Hour
8 | Yes\No | Hour
9 | Yes\No | Hour
10 | Yes\No | Hour

-Cameron Sutherland
 
Top