V
VIDDOM
Dear community, I have a formular which shows me, from a
list of past and future events, the first one already done.
The problem is that I am not interested in the past neither
in the future event, but in the current ones. I can obtain
what I want through a filter, typing in the field "DATE"
the next expression "BETWEEN DATE()-30 AND DATE()+30" which
shows me the event done last month and the one for this
month. What I want is to have this information shown as
soon as I open the form (without clicking the filter button).
Additional Info:
1.The list of events come from a table called "EVENTS"
2.If I interested in past or future events, I want to be
able to see them.
Question:
What do I have to do, so that I can automaticaly retreive
this information everytime I open the form?
Thanks a lot
list of past and future events, the first one already done.
The problem is that I am not interested in the past neither
in the future event, but in the current ones. I can obtain
what I want through a filter, typing in the field "DATE"
the next expression "BETWEEN DATE()-30 AND DATE()+30" which
shows me the event done last month and the one for this
month. What I want is to have this information shown as
soon as I open the form (without clicking the filter button).
Additional Info:
1.The list of events come from a table called "EVENTS"
2.If I interested in past or future events, I want to be
able to see them.
Question:
What do I have to do, so that I can automaticaly retreive
this information everytime I open the form?
Thanks a lot