J
JM
Hi All,
I'm very new to Access and VBA and I'm hoping to get some help. It seems
pretty simple conceptually but I can't get it to work in Access and I'm
assuming I need to use VBA to get the reults I'm looking for. Any help would
be greatly appreciated.
I have a Product table and a Material table. The Product table is
frequently updated then material specific Product tables are populated using
an Append Query. I can do this by creating a query for each of the 6
material options but I was hoping for a more efficient way to accomplish this.
The basic logic is as follows:
For each record in table Material copy all records in Products to MatlX
Product.
Any thoughts?
Thanks in advance.
I'm very new to Access and VBA and I'm hoping to get some help. It seems
pretty simple conceptually but I can't get it to work in Access and I'm
assuming I need to use VBA to get the reults I'm looking for. Any help would
be greatly appreciated.
I have a Product table and a Material table. The Product table is
frequently updated then material specific Product tables are populated using
an Append Query. I can do this by creating a query for each of the 6
material options but I was hoping for a more efficient way to accomplish this.
The basic logic is as follows:
For each record in table Material copy all records in Products to MatlX
Product.
Any thoughts?
Thanks in advance.