Dylan Snyder
Registered User.
- Local time
- Today, 16:25
- Joined
- Dec 31, 2007
- Messages
- 89
okay, I think I'm in the right area. I'm not sure if this will require code or not.
I have a form that allows the user to make changes to the Quantity of items on Orders. Simple enough, but I need the user to be able to add items to orders where there currently aren't any instances of that item
The Order number is contained in the PO header table. THe item number is contained in a PO Detail table. I need to have a nonuser editable field on the form that lists the original quantity. (I'm currently just using a hidden form tied to a query to accomplish this) If an item is not on the orignal PO-as in a new item that the user is adding to a PO, how would I get the orignal Order Quantity lookup field to display something like "Item added to PO" I'm not Sure if VBA or some fancy unbound fields will be the ticket here. Any ideas?
HasValue? is that applicable here???
I have a form that allows the user to make changes to the Quantity of items on Orders. Simple enough, but I need the user to be able to add items to orders where there currently aren't any instances of that item
The Order number is contained in the PO header table. THe item number is contained in a PO Detail table. I need to have a nonuser editable field on the form that lists the original quantity. (I'm currently just using a hidden form tied to a query to accomplish this) If an item is not on the orignal PO-as in a new item that the user is adding to a PO, how would I get the orignal Order Quantity lookup field to display something like "Item added to PO" I'm not Sure if VBA or some fancy unbound fields will be the ticket here. Any ideas?
HasValue? is that applicable here???