G
guitarstar_86@h
Guest
I'm fairly new to access, so bear with me. My problem concerns 2 forms.
FrmItem contains all details of products in stock - ie Item No, Description, Qty in Stock, Re-Order Qty, etc.
FrmRequest is a basically used for transactions - when stock is taken away. Additionally, it contains a subform, subItem.
What I require is as follows -
The user selects an Item No from a combo box in FrmRequest. All information held on that item is then displayed in the subform, SubItem. This way, the user can see all the information about a product before they make a 'request' for it - Quantity In Stock, Item Description, etc. I know this is possible as I got it to work in a prototype form, but I haven't been able to replicate it in my actual final system. The rest of the form appears to work fine.
Any help would be greatly appreciated.
James
FrmItem contains all details of products in stock - ie Item No, Description, Qty in Stock, Re-Order Qty, etc.
FrmRequest is a basically used for transactions - when stock is taken away. Additionally, it contains a subform, subItem.
What I require is as follows -
The user selects an Item No from a combo box in FrmRequest. All information held on that item is then displayed in the subform, SubItem. This way, the user can see all the information about a product before they make a 'request' for it - Quantity In Stock, Item Description, etc. I know this is possible as I got it to work in a prototype form, but I haven't been able to replicate it in my actual final system. The rest of the form appears to work fine.
Any help would be greatly appreciated.
James