Hello
I have not used Access for a few years and have never used much code in the past. I am creating a db to calculate the cost of building materials for a house restoration project. I have three tables, BOM, Specification and Room Size. As an example, I want to update the BOM table with the quantity of floor boards required. I have a form with check boxes, if the room need floor boards I check the box, Replace_Floor_Boards. I want to update the BOM, field Floor Boards table with the data. In this example this would be the width of the room (From RoomSize tbl) / width of Floor Board from Specification Tbl * Room Length, from the room size tbl. I know I could achieve this with a query, but as there are many different materials, I think it would be much better run from code.
Can anyone please point me in the right direction, I am sure that with a little help I can get going again
Many thanks
Stephen
I have not used Access for a few years and have never used much code in the past. I am creating a db to calculate the cost of building materials for a house restoration project. I have three tables, BOM, Specification and Room Size. As an example, I want to update the BOM table with the quantity of floor boards required. I have a form with check boxes, if the room need floor boards I check the box, Replace_Floor_Boards. I want to update the BOM, field Floor Boards table with the data. In this example this would be the width of the room (From RoomSize tbl) / width of Floor Board from Specification Tbl * Room Length, from the room size tbl. I know I could achieve this with a query, but as there are many different materials, I think it would be much better run from code.
Can anyone please point me in the right direction, I am sure that with a little help I can get going again
Many thanks
Stephen