Hello,
I just can't get thru it. I have a form and a subform in it. Subform is tabular and it displays a query(Id,name,d ate). In main form I have text field "enterDateF rom" and "enterDateT o". I want subform to display only records where 'data' is between 'enterDateFrom' and 'enterDateTo'. How? I guess I will have to write some AfterUpdate function in VB but I don't know how. I will accually have to change the query, not just requering.
saddist
I just can't get thru it. I have a form and a subform in it. Subform is tabular and it displays a query(Id,name,d ate). In main form I have text field "enterDateF rom" and "enterDateT o". I want subform to display only records where 'data' is between 'enterDateFrom' and 'enterDateTo'. How? I guess I will have to write some AfterUpdate function in VB but I don't know how. I will accually have to change the query, not just requering.
saddist
Comment