Hi,
I am trying to find out how I can update a control based on the value from the previous record, i.e.
Inventory(newrecordvalue) = Inventory(currentrecordvalue) - InventoryChange
or
Inventory(currentrecordvalue) = Inventory(currentrecordvalue-1) - InventoryChange
I can't find any reference to find the actual number of the recordset that is seen in the navigation bar on the form.
Any help would be greatly appreciated. This should be quite simple, but I think I don't know the correct syntax to look up.
I am trying to find out how I can update a control based on the value from the previous record, i.e.
Inventory(newrecordvalue) = Inventory(currentrecordvalue) - InventoryChange
or
Inventory(currentrecordvalue) = Inventory(currentrecordvalue-1) - InventoryChange
I can't find any reference to find the actual number of the recordset that is seen in the navigation bar on the form.
Any help would be greatly appreciated. This should be quite simple, but I think I don't know the correct syntax to look up.