Hi.
I have a database based on Microsoft Assets Database template. I have three tables: tblBuildings; Parent. PK BuildingID
tblAssets; Child. PK AssetID, linked to parent via BuildingID
tblMaintenance.Child of tblAssets. linked via AssetID
Service reports are received by building. I want to be able to select a building to give a list of assets, then select those assets which have "passed" the service and then append records in the maintenance table based on the selection. I've tried form, sub-forms, radio buttons, sub forms without success & am now going round in circles. I suspect I need some code to achieve this but this is beyond my current knowledge. Any advice appreciated.
I have a database based on Microsoft Assets Database template. I have three tables: tblBuildings; Parent. PK BuildingID
tblAssets; Child. PK AssetID, linked to parent via BuildingID
tblMaintenance.Child of tblAssets. linked via AssetID
Service reports are received by building. I want to be able to select a building to give a list of assets, then select those assets which have "passed" the service and then append records in the maintenance table based on the selection. I've tried form, sub-forms, radio buttons, sub forms without success & am now going round in circles. I suspect I need some code to achieve this but this is beyond my current knowledge. Any advice appreciated.