K
Karen Middleton
Hello All
I have tableA and tableB I want to update tableB by reading each
record from TableA and before updating a record from TableA into
TableB I want to lookup three other tables and perform lot of if then
else kind of analysis.
I would have done this with a stored procedure in SQL Server since we
cannot do Stored procedures in Access can you kindly share with me a
simple VBA Macro sample of how to read data from tableA which as the
following fields - Customer, Month, Year, Sales, Qty and tableB as the
same tables as TableA.
Please kindly share the VBA code how I can read a table and its fields
from TableA and update TableB fields in between I want to lookup a few
tables.
Thanks
Karen
I have tableA and tableB I want to update tableB by reading each
record from TableA and before updating a record from TableA into
TableB I want to lookup three other tables and perform lot of if then
else kind of analysis.
I would have done this with a stored procedure in SQL Server since we
cannot do Stored procedures in Access can you kindly share with me a
simple VBA Macro sample of how to read data from tableA which as the
following fields - Customer, Month, Year, Sales, Qty and tableB as the
same tables as TableA.
Please kindly share the VBA code how I can read a table and its fields
from TableA and update TableB fields in between I want to lookup a few
tables.
Thanks
Karen