I created a macro with an "If" statement using expression builder and it doesn't work and I don't receive an error.
If ([Forms]![Inventory_OutboundRequest]![SF_inventorydetailsitems].[Form]![QtyAdjustOut])> Forms![Inventory_OutboundRequest]![OnHand] Then
MessageBox
Message Insufficient inventory, please adjust your quantity
Beep No
Type Warning!
Title Inventory check
I set the property sheet value of [QtyAdjustOut] to run the macro "After Update". So far no luck. Any help is greatly appreciated...running out of hair
If ([Forms]![Inventory_OutboundRequest]![SF_inventorydetailsitems].[Form]![QtyAdjustOut])> Forms![Inventory_OutboundRequest]![OnHand] Then
MessageBox
Message Insufficient inventory, please adjust your quantity
Beep No
Type Warning!
Title Inventory check
I set the property sheet value of [QtyAdjustOut] to run the macro "After Update". So far no luck. Any help is greatly appreciated...running out of hair
