G
Guest
I have created an eForm that successfully sends data an Access database
created through FP. I am able to pull -ALL- results into an asp page, which
it shows as a table. I also created a version using more options to set the
criteria so that any records that had an entry in this newly-added column
that shows the date would be used to filter; however, what I am trying to do
is create a page that would have beginning and ending date fields to select a
date range, driven off of the column that has the date in it.
I realize that I would have to have 2 pages, one that has the beginning and
ending date fields, and that I would somehow have to "send" the filtering
statement to the results page and another that has the results. I have
followed the article from spiderwebwoman on the subject, but couldn't get it
to work in my implementation.
My question is, how would I go about creating an user interface that allows
them to select a date range of data to view and shows them all columns for
the date selected? I'm not really sure where to begin here and could really
use some advise. Also, while learning asp code is on my list of things to do
in the forseeable future, I am not a programmer. I do recognize the
importance of understanding asp and html code in the field. I just haven't
been able to devote the time to this pursuit yet. So, please be specific and
advise wherever possible when something can be done entirely through FP. (Be
gentle) Any advice the group can provide is greatly appreciated. Thanks in
advance for your help.
created through FP. I am able to pull -ALL- results into an asp page, which
it shows as a table. I also created a version using more options to set the
criteria so that any records that had an entry in this newly-added column
that shows the date would be used to filter; however, what I am trying to do
is create a page that would have beginning and ending date fields to select a
date range, driven off of the column that has the date in it.
I realize that I would have to have 2 pages, one that has the beginning and
ending date fields, and that I would somehow have to "send" the filtering
statement to the results page and another that has the results. I have
followed the article from spiderwebwoman on the subject, but couldn't get it
to work in my implementation.
My question is, how would I go about creating an user interface that allows
them to select a date range of data to view and shows them all columns for
the date selected? I'm not really sure where to begin here and could really
use some advise. Also, while learning asp code is on my list of things to do
in the forseeable future, I am not a programmer. I do recognize the
importance of understanding asp and html code in the field. I just haven't
been able to devote the time to this pursuit yet. So, please be specific and
advise wherever possible when something can be done entirely through FP. (Be
gentle) Any advice the group can provide is greatly appreciated. Thanks in
advance for your help.