Hi,
Trying to figure out a physical inventory problem.
Want to open the Item Journal Line table in a query and have users directly modify the physcial count field.
I get a Write Conflict error box that warns that "another user" has made changes, and if I save......bla bla But the Save box is grayed out.
Any thoughts on this problem?
0
Comments
After u write the code to open the form write this code below it
CurrForm.UPDATE(FALSE);
This should probably work if i have got ur problem.
Regards
Tushaar