G
Guest
Hi -> signature says it all...
I know a little about access programming (which may be dangerous) LOL
I am creating a little DB for me to keep track of overtime, travel Claims,
etc.
We have a set rate for travel, meals (breakfast, Lunch, Dinner)... I am hung
up there.
Not sure what is the best way to handle this.
This is what I've done:
tables - Rates, Travel, OT, Repairs, etc
Our Rates go up every now and then so I figured they should have their own
table.
then (will use travel as an example) I travel 100 kms one day and get a meal
allowance for lunch. When I designed it I thought it would look best with
Checkboxes Yes/No for each meal. With a meal total field to calculate meals
based off of check boxes.
Does this make sense or should I have made a each meal a field and enter the
amount in there? The checkboxes are tricky. I was thinking of
if checkbox is true then it would lookup rate in rates table and add the
amount to the total meal claim field.
Any other ideas?
PLEASE cuz
I know a little about access programming (which may be dangerous) LOL
I am creating a little DB for me to keep track of overtime, travel Claims,
etc.
We have a set rate for travel, meals (breakfast, Lunch, Dinner)... I am hung
up there.
Not sure what is the best way to handle this.
This is what I've done:
tables - Rates, Travel, OT, Repairs, etc
Our Rates go up every now and then so I figured they should have their own
table.
then (will use travel as an example) I travel 100 kms one day and get a meal
allowance for lunch. When I designed it I thought it would look best with
Checkboxes Yes/No for each meal. With a meal total field to calculate meals
based off of check boxes.
Does this make sense or should I have made a each meal a field and enter the
amount in there? The checkboxes are tricky. I was thinking of
if checkbox is true then it would lookup rate in rates table and add the
amount to the total meal claim field.
Any other ideas?
PLEASE cuz