asteropi
Member
- Local time
- Today, 08:34
- Joined
- Jun 2, 2024
- Messages
- 136
That doesn't even give me 0. It stays blank.Code:Me.OrderPrice = Nz(DLookup("Price", "OrderDetailsQ", "ProductDetailsID=" & ProductCmb & " AND CustomerType = '" & Me.Parent.CustomerType & "'"), 0)
That still relies on previous values being correct, which they will not be at this moment.
Why is this so hard
The logic is pretty simple, but it seems my brain is not braining at the moment