Hi all, what im trying to do is link some tables used to order a fuel card,
So in my Employees Tbl (TblTechs) i have a field saying FuelCardRequired, when you use a form to raise a new starter the FuelCardRequired being TRUE when submitted creates an email to order the card, now my issue is how to i store the card ordered data.
i have three table a fuel card and tech table and a joining assignment table.
My first thought was to raise a record in the fuel card table when you submit the new started request but i was advised against it as that record would really have any data other than the order date. Which wasnt very efficient.
Also a new starter request wouldnt be the only way of ordering cards as techs could require replacements.
What would be peoples suggestions on this, please note im very very new so my understanding is limited.
TblTechs
ID
TechID
FirstName
Surname
EmployeeNumber
DateOfBirth
NationalInsuranceNumber
DrivingLicenseNumber
Town
Address
PostCode
HomeNumber
PersonalMobile
WorkMobile
UserID
VirginEmailAddress
UserGroupID
ComexEmailAddress
StartDate
EndDate
Salary
LastReviewDate
FuelCardRequired
RegionID
FieldStoreID
ReasonForLeaving
Photo
ReEmployee
TblFuelCardAssignment
ID
TechID
FuelCardID
AssignmentDate
UnassignedDate
CardActive
TblFuelCard
ID
FuelCardID
DateReceived
CardNumber
PinNumber
DateCancelled
ReasonForCancellation
ReplacementCard
So in my Employees Tbl (TblTechs) i have a field saying FuelCardRequired, when you use a form to raise a new starter the FuelCardRequired being TRUE when submitted creates an email to order the card, now my issue is how to i store the card ordered data.
i have three table a fuel card and tech table and a joining assignment table.
My first thought was to raise a record in the fuel card table when you submit the new started request but i was advised against it as that record would really have any data other than the order date. Which wasnt very efficient.
Also a new starter request wouldnt be the only way of ordering cards as techs could require replacements.
What would be peoples suggestions on this, please note im very very new so my understanding is limited.
TblTechs
ID
TechID
FirstName
Surname
EmployeeNumber
DateOfBirth
NationalInsuranceNumber
DrivingLicenseNumber
Town
Address
PostCode
HomeNumber
PersonalMobile
WorkMobile
UserID
VirginEmailAddress
UserGroupID
ComexEmailAddress
StartDate
EndDate
Salary
LastReviewDate
FuelCardRequired
RegionID
FieldStoreID
ReasonForLeaving
Photo
ReEmployee
TblFuelCardAssignment
ID
TechID
FuelCardID
AssignmentDate
UnassignedDate
CardActive
TblFuelCard
ID
FuelCardID
DateReceived
CardNumber
PinNumber
DateCancelled
ReasonForCancellation
ReplacementCard