Hi Guys,
I have an order processing form, with a combo box to select items for the order, I also have another form (frmlastXweeks) that shows ordered items [items] over the past X weeks.
Currently I am trying to format the past order items, [frmLastXweeks.items] to show in green when the item is added in the order processing form combo.
The combo box is bound to productID and the frmLastXweeks has the a field productID so been trying : Expression is: Forms![frmOrderPlacement]![frmOrderItems].Form![cboProducts]="txtproductID" = [productID]
I am sure that syntax is not correct, so looking for for guidance on this, plus I need to reload frmLastXweeks each time the combox has an onchange event, so thinking something like: me.frmLastXweeks, requery again not sure of the syntax for that, can you advise suggest way to achieve this please?
The goal is to highlight items in the order form on the past orders to show in green and prompt users to check for important items not highlighted and confirm they are not required.
Thanks