G
Guest
I don't have the database available at the moment for all specifics, but my
general question is, why would an option group frame named DaysAhead (3 radio
buttons 1 = 30, 2 = 60, 3 = 90 (days) )work perfectly to regulate displayed
date ranges on a continuous form but quit working when any data field is
FilterBySelection then restored to full view through RemoveFilterSort? This
is on an Access2002 dbase.
The DaysAhead frame is used to fill two date fields: Date1 and Date2.
Date1 is always Now() and Date2 is Now() + DaysAhead.Value (30, 60 or 90).
Date1 and Date2 are the date criteria on the Expiration form's qryExpiration
query, which are requried in the AfterUpdate Event of the DaysAhead.
general question is, why would an option group frame named DaysAhead (3 radio
buttons 1 = 30, 2 = 60, 3 = 90 (days) )work perfectly to regulate displayed
date ranges on a continuous form but quit working when any data field is
FilterBySelection then restored to full view through RemoveFilterSort? This
is on an Access2002 dbase.
The DaysAhead frame is used to fill two date fields: Date1 and Date2.
Date1 is always Now() and Date2 is Now() + DaysAhead.Value (30, 60 or 90).
Date1 and Date2 are the date criteria on the Expiration form's qryExpiration
query, which are requried in the AfterUpdate Event of the DaysAhead.