B
_Bigred
I have a table
UnitData that contains the inmateName, inmateNumber,inmateCell and a bunch
of other data. I want to create a seperate table (or should I) that would
contain all the different housing unit jobs: janitor,recycler,servery lead,
laundry,library etc..
I ultimately want to generate a report (listing) of all the housing unit
jobs and what inmateName,inmateNumber,inmateCell and his jobCode,payrange
and hire date.
should i create this in 1 table (just add to my primary table) or put all
the job info in a seperate table and have lookup fields that pull from the
UnitData table?
I would also like to setup the form that will be used to manipulate the
data - that will get sent to the report so that when I input the
inmateNumber it will auto-fill the remaining data into the form fields in
the job table??
I hope this is understandable. I need to make sure that whatever I do I
cannot delete the inmate from the UnitData table unless he actually is
removed from the housing unit (he remains on the unit even if he is not in
the job).
Just want to avoid problems, if I can avoid them at the front end of things.
TIA,
_Bigred
UnitData that contains the inmateName, inmateNumber,inmateCell and a bunch
of other data. I want to create a seperate table (or should I) that would
contain all the different housing unit jobs: janitor,recycler,servery lead,
laundry,library etc..
I ultimately want to generate a report (listing) of all the housing unit
jobs and what inmateName,inmateNumber,inmateCell and his jobCode,payrange
and hire date.
should i create this in 1 table (just add to my primary table) or put all
the job info in a seperate table and have lookup fields that pull from the
UnitData table?
I would also like to setup the form that will be used to manipulate the
data - that will get sent to the report so that when I input the
inmateNumber it will auto-fill the remaining data into the form fields in
the job table??
I hope this is understandable. I need to make sure that whatever I do I
cannot delete the inmate from the UnitData table unless he actually is
removed from the housing unit (he remains on the unit even if he is not in
the job).
Just want to avoid problems, if I can avoid them at the front end of things.
TIA,
_Bigred