F
Fred
I'm experienced at Access but new to programming.
I'm doing something in a way that is cumbersome to the point of being
unworkable. I'm simplifying a bit in order to keep my question short. I
have a table which has action items for people. Three of the fields are used
for selection criteria regarding which records get displayed.
"WhoBy" Contents = John, Mary, Joe etc.
"ActionDate" (data field)
"Priority" Contents = A, B.C,D
I need 15 buttons on a "menu" form, each of which will bring up the same
"view" form, except with different record selection criteria. For example,
the first button brings up all records where "WhoBy" = Mary, "ActionDate"
is older than today, and "Priority" = "A". (And I don't want the people
to have to type in the selection criteria)
So, not knowing a better way, right now those 15 buttons who's "on click"
events open 15 different forms which draw from 15 different queries, and I
have those selection criteria implemented in the 15 queries.
And so, amongst othr problems, when I make a design change on a form, I have
to make it on all 15 forms.
Is there a better way to have the button pass along / implement the filter
criteria for the display of the form?
Again, I'm experienced at Access but new at Access programming, to please
give any programming answers at my dummy level.
Thanks.
Fred
I'm doing something in a way that is cumbersome to the point of being
unworkable. I'm simplifying a bit in order to keep my question short. I
have a table which has action items for people. Three of the fields are used
for selection criteria regarding which records get displayed.
"WhoBy" Contents = John, Mary, Joe etc.
"ActionDate" (data field)
"Priority" Contents = A, B.C,D
I need 15 buttons on a "menu" form, each of which will bring up the same
"view" form, except with different record selection criteria. For example,
the first button brings up all records where "WhoBy" = Mary, "ActionDate"
is older than today, and "Priority" = "A". (And I don't want the people
to have to type in the selection criteria)
So, not knowing a better way, right now those 15 buttons who's "on click"
events open 15 different forms which draw from 15 different queries, and I
have those selection criteria implemented in the 15 queries.
And so, amongst othr problems, when I make a design change on a form, I have
to make it on all 15 forms.
Is there a better way to have the button pass along / implement the filter
criteria for the display of the form?
Again, I'm experienced at Access but new at Access programming, to please
give any programming answers at my dummy level.
Thanks.
Fred