You can use a query to add some normalisation to begin with.
select projectnr,machine,[hour meter,[date / time], ucrollers as chk, 'rollers' as chktype from tblchecklist
union
select projectnr,machine,[hour meter,[date / time], hydhoses as chk, 'hoses' as chktype from tblchecklist
union
select...