S
Steve
Database is for a shop that fixes heavy equipment. I have
tables for Jobs, non-stock parts, stock parts, and labor.
The question is about the labor table. Records consist of
the work order #, employee Id, reg hours, reg rate, ot
hours,ot rate description and date. Time must be entered
daily and some of these jobs take weeks so I have a lot of
duplicate records. Is there a way to insert something
like a line number or other id to make a key column? I
was thinking something like a line number by job number
but I do not know how to insert line numbers to tables. Or
do I even need a key? Will I be able to move up to SQL
server without one?
Thanks
SLow
tables for Jobs, non-stock parts, stock parts, and labor.
The question is about the labor table. Records consist of
the work order #, employee Id, reg hours, reg rate, ot
hours,ot rate description and date. Time must be entered
daily and some of these jobs take weeks so I have a lot of
duplicate records. Is there a way to insert something
like a line number or other id to make a key column? I
was thinking something like a line number by job number
but I do not know how to insert line numbers to tables. Or
do I even need a key? Will I be able to move up to SQL
server without one?
Thanks
SLow