N
Nelson
I have been using a form for showing the “available inventory†and orders
that need to be shipped from this inventory. The forms data source is based
on 2 nested queries, each time the user releases goods to be shipped the
available inventory is reduced.
The code for this is as follows;
[Forms]![frmCMAOpenToRelease].Requery
Recently I have updated the form with cosmetic improvements, and now this
statement does not work. The code runs with no errors, however the form does
not update with the new “available inventory†qty.
Any ideas as to how to resolve?
Thank you
Nelson
that need to be shipped from this inventory. The forms data source is based
on 2 nested queries, each time the user releases goods to be shipped the
available inventory is reduced.
The code for this is as follows;
[Forms]![frmCMAOpenToRelease].Requery
Recently I have updated the form with cosmetic improvements, and now this
statement does not work. The code runs with no errors, however the form does
not update with the new “available inventory†qty.
Any ideas as to how to resolve?
Thank you
Nelson