B
boris
I hope someone out there is familiar with the autofilter
command in Excel. It is the basis for the logic which I'd
like to put into an Access project. Basically, I'd like
to have a report, which in essence is a form. In other
words, I want the user to see what looks like a report,
with dropdowns for the column headers. These dropdowns,
when selected, act as filters, in the sense that each and
any one's selection of some criteria parameter limits what
shows up in the others. So if I have:
Name Address Phone Type
Bob Lowell Lane 215-xxx-xxxx regular
john Terry drive 215-xxx-xxxx irregular
sheila lowell lane 310-xxx-xxxx regular
The word "Name" and each of the column headings is a
dropdown when I see this. If I select within
address "lowell lane", then when I do the dropdown of
name, I only want to see bob and sheila. If I then
select "contains 215" in the phone, I only want to see Bob.
Hope that makes sense. This is step one, and is more the
reporting functionality of what I want.
The form functionality is that I want the user to be able
to go to any one of these "cells" (to equate it to Excel)
and type in information (and by typing, I mean I want the
entry field to be able to have the same kinds of
characteristics as in any form, namely dropdown, combo
box, straight entry, spinner, etc.). I also want a button
for update on the right of each record, which of course
appears and disappears along with the record, as the
filters are selected. Once a change is "typed" in,
whether it's in filtered or unfiltered mode, I want the
user to be able to hit the update button on the right of
that record and have whichever of the fields were changed
updated into the record in the right table.
Conceptually, is this possible?
Thanks. Boris
command in Excel. It is the basis for the logic which I'd
like to put into an Access project. Basically, I'd like
to have a report, which in essence is a form. In other
words, I want the user to see what looks like a report,
with dropdowns for the column headers. These dropdowns,
when selected, act as filters, in the sense that each and
any one's selection of some criteria parameter limits what
shows up in the others. So if I have:
Name Address Phone Type
Bob Lowell Lane 215-xxx-xxxx regular
john Terry drive 215-xxx-xxxx irregular
sheila lowell lane 310-xxx-xxxx regular
The word "Name" and each of the column headings is a
dropdown when I see this. If I select within
address "lowell lane", then when I do the dropdown of
name, I only want to see bob and sheila. If I then
select "contains 215" in the phone, I only want to see Bob.
Hope that makes sense. This is step one, and is more the
reporting functionality of what I want.
The form functionality is that I want the user to be able
to go to any one of these "cells" (to equate it to Excel)
and type in information (and by typing, I mean I want the
entry field to be able to have the same kinds of
characteristics as in any form, namely dropdown, combo
box, straight entry, spinner, etc.). I also want a button
for update on the right of each record, which of course
appears and disappears along with the record, as the
filters are selected. Once a change is "typed" in,
whether it's in filtered or unfiltered mode, I want the
user to be able to hit the update button on the right of
that record and have whichever of the fields were changed
updated into the record in the right table.
Conceptually, is this possible?
Thanks. Boris