I have this in AfterUpdate:
Private Sub EndInventory_AfterUpdate()
EndInventory As Variant
varEndInventory = ("[StartInventory] + [AmtRecd] - [AmtIssued]"
End Sub
Obviously, it's not working
. I tried to tell it to go to "InventoryTransactions" table but it kept kicking me out "compile error". Do I need to do a query, and if so, how do I get it to run in a form? Or can I have a modified version of this to get it to run?
Thanks!!!
Jackie
Private Sub EndInventory_AfterUpdate()
EndInventory As Variant
varEndInventory = ("[StartInventory] + [AmtRecd] - [AmtIssued]"
End Sub
Obviously, it's not working
Thanks!!!
Jackie