V
vrk1
I have a Data Access Page called "Page1" where the user enters the
"StartDate" and clicks on the Submit button.
I have a Query called "qry1" with the following syntax:
select * from tbl1 where date >#startdate#;
The submit button on "Page1" should launch "Page2" with the result of
"qry1". Ideally, I would like the record source of "Page2" to be "qry1".
I am using Access 2000 and I have gone through the msdn article
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnacc2k2/html/odc_PassParam.asp)
for Access 2002 but I am unable to make sense out of this. Its not working
for me somehow.
Can someone please help me? If you can mock up a small db and send it to
me thats a huuuuge help for me, as I can further modify this to my
requirement.
"StartDate" and clicks on the Submit button.
I have a Query called "qry1" with the following syntax:
select * from tbl1 where date >#startdate#;
The submit button on "Page1" should launch "Page2" with the result of
"qry1". Ideally, I would like the record source of "Page2" to be "qry1".
I am using Access 2000 and I have gone through the msdn article
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnacc2k2/html/odc_PassParam.asp)
for Access 2002 but I am unable to make sense out of this. Its not working
for me somehow.
Can someone please help me? If you can mock up a small db and send it to
me thats a huuuuge help for me, as I can further modify this to my
requirement.