Hi, I'm looking for one of you nice experts to put me on the road to solving this. I've got the separate action queries to run but as you might imagine thats all too complicated. I'm not sure how to start I'm a little familiar with code but writing it isn't always straight forward. Thanks for any help in advance
I have a table called "EquipmentRequired" which is populated by 4 append queries, 5000BaseReq, 6000BaseReq,6000IFBBReq,EquipmentReq which get some of their information by counting fields in another table but all have the same field names. The queries contain all data that is initially used to append new records to the table and this works fine.
Unless some information changes or a record is added then I would like to add a button to a form and call it "update equipment" behind which would run a vba code firstly to delete all the records in "EquipmentRequired" table then run the 4 queries without the warnings and re-populate the table.
I have a table called "EquipmentRequired" which is populated by 4 append queries, 5000BaseReq, 6000BaseReq,6000IFBBReq,EquipmentReq which get some of their information by counting fields in another table but all have the same field names. The queries contain all data that is initially used to append new records to the table and this works fine.
Unless some information changes or a record is added then I would like to add a button to a form and call it "update equipment" behind which would run a vba code firstly to delete all the records in "EquipmentRequired" table then run the 4 queries without the warnings and re-populate the table.