Microsoft
Software
Hardware
Network
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
WHAT'S THE DIFFERENCE BETWEEN NATURAL KEYS AND surrogate keys
Equipment for home MPLS test lab?
jquery auto complete
Brother Printer shows paper jam when there is none.
How to store a path in EditBox1.Text via DialogBox control?
Add New record from unbound form
High CPU utilization
Request.PhysicalApplicatio
nPath returns I.P. not URL
Outlook 2003 won't display calendar as sidebar
PHP.ini file 'display_errors' is set to Off but errors still appear on page?