Hi all,
I've never written a lick of VBA, so this may be an easy problem to solve.
I have a parent/child table construct. In the Parent (Action_Item_Main_Table) I have an element named Current_Status. In the child table (Action_Item_Status_Table) I have the element Status. I know this isn't the way to design it, but I don't know how to get around what I want to do any other way.
Status in the child table has a date associated with it. The element is named Status_Date. What I want to do is to get the MAX Status_Date in the Child table and display the Status on the Main Form. My workaround has been to have a subform where I go and look up the lastest date, get the status and manually put it in to Current_Status.
Can somebody help me with this one?
Thanks,
jdbegg
I've never written a lick of VBA, so this may be an easy problem to solve.
I have a parent/child table construct. In the Parent (Action_Item_Main_Table) I have an element named Current_Status. In the child table (Action_Item_Status_Table) I have the element Status. I know this isn't the way to design it, but I don't know how to get around what I want to do any other way.
Status in the child table has a date associated with it. The element is named Status_Date. What I want to do is to get the MAX Status_Date in the Child table and display the Status on the Main Form. My workaround has been to have a subform where I go and look up the lastest date, get the status and manually put it in to Current_Status.
Can somebody help me with this one?
Thanks,
jdbegg