J
Jeep165
I have a DB that includes information for each employee. Part of the
information will hold uniform transactions and show their deduction from each
employee's uniform allowance. The problem is that I have 4 diffrent uniform
allowance amounts according to the employees job (150.00, 300.00, 450.00 and
750.00) I would like to have on the employee info form a combo box listing
the values, as I do not want someone just typing in their own uniform
allowance amount ;-). This information isn't set in stone. If and when
increases in the uniform allowances are made I would like to just change it
one place and have it reflect throughout the DB.
So I guess my question is this;
Is it better to break up little bits of information into small tables and
link them in a relationship or use the lookup wizard? My gut tells me to use
the table as my employee table is fairly big.
information will hold uniform transactions and show their deduction from each
employee's uniform allowance. The problem is that I have 4 diffrent uniform
allowance amounts according to the employees job (150.00, 300.00, 450.00 and
750.00) I would like to have on the employee info form a combo box listing
the values, as I do not want someone just typing in their own uniform
allowance amount ;-). This information isn't set in stone. If and when
increases in the uniform allowances are made I would like to just change it
one place and have it reflect throughout the DB.
So I guess my question is this;
Is it better to break up little bits of information into small tables and
link them in a relationship or use the lookup wizard? My gut tells me to use
the table as my employee table is fairly big.