K
kev100 via AccessMonster.com
I have a Form which displays data (in datasheet format) from a query.
The basics all work well (query, displaying of data, etc).
However, part of the criteria used to select records in the datasheet (which
resulted from a query) cannot be coded...it depends on too may fuzzy
variables...so....those "additional criteria" cannot simply be included in
the initial query.
When this Form displays (in datasheet fromat)....it would be GREAT if the
user could select the records they wanted to be included in a report.
For example....the query may produce:
Name Phone Height
Tom 555-555-11111 5'6''
Mary 555-555-11115 5'3''
Will 555-555-11113 6'2''
Jim 555-555-11118 5'11''
Nancy 555-555-11112 5'4''
.....which is displayed in DataSheet form.
The user needs to be able to somehow select the records for Mary, Jim, and
Nancy (preferrably by clicking on them) then click a command button (or
something) which launches a Report that uses only those records they just
selected.
Any advice greatly appreciated.
THANKS
The basics all work well (query, displaying of data, etc).
However, part of the criteria used to select records in the datasheet (which
resulted from a query) cannot be coded...it depends on too may fuzzy
variables...so....those "additional criteria" cannot simply be included in
the initial query.
When this Form displays (in datasheet fromat)....it would be GREAT if the
user could select the records they wanted to be included in a report.
For example....the query may produce:
Name Phone Height
Tom 555-555-11111 5'6''
Mary 555-555-11115 5'3''
Will 555-555-11113 6'2''
Jim 555-555-11118 5'11''
Nancy 555-555-11112 5'4''
.....which is displayed in DataSheet form.
The user needs to be able to somehow select the records for Mary, Jim, and
Nancy (preferrably by clicking on them) then click a command button (or
something) which launches a Report that uses only those records they just
selected.
Any advice greatly appreciated.
THANKS