Question : Record Update Function Access VBA

Hi,

I have a table (MT_SKU_MASTER) containing the following fields:

ITEM
STATE_CODE
UOM

My problem is that some of the UOM records are blank. For example: 25, 1, CASE, 25, 2, " ", etc

Can anyone tell me how I can create a function that will do the following:

1. Retrieve the UOM from the table. The UOM is a global setting based on the ITEM
2. Update all the UOM fields for the item based on the UOM retrieved in step 1.
3. Loop through the entire table (15,000 records) and perform the same operation for all ITEMS that have the same problem

I can send DB example if required.

Thanks in advance.

CF

Answer : Record Update Function Access VBA

Its an internal helper table used by SQL Server.
Practically its not recommended to touch this table.
Random Solutions  
 
programming4us programming4us