Sorry Pbaldy, this is my first time in the form. I'm not even sure I get a reply. Anyway, here it is.
In my query I have a formula that that ref. to 2 tables. One table has 19 root causes and 2nd one has one less. the formula is like this RootCauses: IIF((Shipments.Lead_Time+Shipments.Order_Date>Shipments.Due_Date),Issues2.Issue,Issues.Issue)
Currently in my form, when I right click on my root causes and go to the property, the row source is this: SELECT Issues.Issue_ID, Issues.Issue FROM Issues ORDER BY [Issue];
What I want is the rootcause combo box to reference to either my tables or the formula field in my main qeury.
The big picture is that, If the Lead time + the order date is > than the due date, then I dont want the person to see Late Shipment, else I want them to see all the root causes.
many thanks...I've been breaking my head over this for 3 days.
P.S. Since this is my first time in the forum. Please let me know what I can do to help this site or you with the help. I understand that not is free.
