B
ben
I have been wrestling with this problem for the past
couple weeks, and I can't seem to get a solid answer from
anyone I talk to...hopefully one or more of you guys can
here.
I have a total of four tables, each with several fields
1.) tblShaftdescriptiondata
Counter #
Type
Manufacturer
Model
Date/Cost
2.) tblShaftpropertydata
Counter #
Sample #
CPM 0
CPM 90
....21 other fields
3.) tblFrequencyprof
Counter #
CPM @ location 1
CPM @ location 2
.....CPM @ location X...
4.) tblTorsionprof
Counter #
deg @ location 1
....deg @ location X...
From these tables, I have a query that averages values
from tables 1.) and 2.)
I currently have several hundred records, with thousands
more on the way...
What I have been trying to find out is if it's possible
to be able to go through the records, select a set number
of records (this will not be possible by filtering and/or
querying), and have those selected records pass on to a
prepared report.
I think I have the report part figured out, but trying to
get the query information to a point where I can SELECT
the records I want.
I realize this is a long post, but I am trying to be as
clear as I can.
Thank you for any help, and for your patience reading
this post.
Thanks again
Ben
couple weeks, and I can't seem to get a solid answer from
anyone I talk to...hopefully one or more of you guys can
here.
I have a total of four tables, each with several fields
1.) tblShaftdescriptiondata
Counter #
Type
Manufacturer
Model
Date/Cost
2.) tblShaftpropertydata
Counter #
Sample #
CPM 0
CPM 90
....21 other fields
3.) tblFrequencyprof
Counter #
CPM @ location 1
CPM @ location 2
.....CPM @ location X...
4.) tblTorsionprof
Counter #
deg @ location 1
....deg @ location X...
From these tables, I have a query that averages values
from tables 1.) and 2.)
I currently have several hundred records, with thousands
more on the way...
What I have been trying to find out is if it's possible
to be able to go through the records, select a set number
of records (this will not be possible by filtering and/or
querying), and have those selected records pass on to a
prepared report.
I think I have the report part figured out, but trying to
get the query information to a point where I can SELECT
the records I want.
I realize this is a long post, but I am trying to be as
clear as I can.
Thank you for any help, and for your patience reading
this post.
Thanks again
Ben