I
Iowa Joe
I have a query which is used to subtract small quantities ('Releases') from a
large initial quantity ('Hold'). The query works fine as it gives me a
current value still in hold for each HoldID. However, it only shows the
current value for holds that have had at least on release quantity. I would
like my query to show all current values because I am using a DLookup in one
of my forms so that the user can see how many items are currently in hold.
So, my problem is that when a user selects a HoldID (using a combo box) that
hasn't had any releases yet, the current quantity (using the DLookup
Function) is Null. I would like it to show the current quantity as the
initial quantity if no releases have been made yet.
Any help would be great. Thanks
large initial quantity ('Hold'). The query works fine as it gives me a
current value still in hold for each HoldID. However, it only shows the
current value for holds that have had at least on release quantity. I would
like my query to show all current values because I am using a DLookup in one
of my forms so that the user can see how many items are currently in hold.
So, my problem is that when a user selects a HoldID (using a combo box) that
hasn't had any releases yet, the current quantity (using the DLookup
Function) is Null. I would like it to show the current quantity as the
initial quantity if no releases have been made yet.
Any help would be great. Thanks