edioguardi
Technical User
Hi- My company hired a programmer to enhance our scheduling program to include attendance tracking. To try and enhance our ability to use this information I have succesfully linked the main tables to an access database.
This is what he had
NAME DATE LETTERID
nnnn
mmmm
nnn There is no primary key defined- multiple entries
nnn for each employee-
nnnn
mm
mmmm
I need to be able to sort the data in a calendar type form.
Like so:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 (days in a month)
Dec.
Jan. LETTERID as data
Feb.
(Months)
I used an expression to extract the Date parts hoping I could use those to determine the appropriate form field to view the Letter ID.
Here's what it looks like:
NAME DATE LETTERID DATEPARTDAY DATEPARTMONTH NOTES
nnnn 1/6/01 v 6 1 blahblah
mmm 1/13/01 LO 13 1 blahblah
nnnn 1/9/01 S 9 1 blahblah
What's the "easiest" way I can do this without creating more tables? Working with Access2000
I'm barely experience with Access so step by step will help the most- but I would appreciate any type of direction you might be able to give me. Thanks in advance.
Elizabeth
This is what he had
NAME DATE LETTERID
nnnn
mmmm
nnn There is no primary key defined- multiple entries
nnn for each employee-
nnnn
mm
mmmm
I need to be able to sort the data in a calendar type form.
Like so:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 (days in a month)
Dec.
Jan. LETTERID as data
Feb.
(Months)
I used an expression to extract the Date parts hoping I could use those to determine the appropriate form field to view the Letter ID.
Here's what it looks like:
NAME DATE LETTERID DATEPARTDAY DATEPARTMONTH NOTES
nnnn 1/6/01 v 6 1 blahblah
mmm 1/13/01 LO 13 1 blahblah
nnnn 1/9/01 S 9 1 blahblah
What's the "easiest" way I can do this without creating more tables? Working with Access2000
I'm barely experience with Access so step by step will help the most- but I would appreciate any type of direction you might be able to give me. Thanks in advance.
Elizabeth