E
ericb
On my main form, Home Base, is a subform that shows me a list of persons. I
have a set of command buttons that make different report for the selected
person. That works fine.
What I need to do is a command button that modifies the list, Ex : 30 days,
60 days 90 days. I click the 30 days button and the list will be composed of
the people that I saw in the last 30 days.
I can make a query and all for that but I can't manage to simply update (or
requery) the list with the selected filter (or query) without changing the
hole screen.
How can I update the present subform without having to change the entire
screen ?
Thank's for the help
have a set of command buttons that make different report for the selected
person. That works fine.
What I need to do is a command button that modifies the list, Ex : 30 days,
60 days 90 days. I click the 30 days button and the list will be composed of
the people that I saw in the last 30 days.
I can make a query and all for that but I can't manage to simply update (or
requery) the list with the selected filter (or query) without changing the
hole screen.
How can I update the present subform without having to change the entire
screen ?
Thank's for the help