This worked fine for me, but I am on Access2000
DoCmd.OutputTo acOutputTable, "superform", acFormatRTF, "c:\bobbyr3" & Format(Date, "mmddyy") & ".rtf"
I would just submit the selection to the same page and have the selected choice determine the second drop down list...or are you trying to make this happen without submitting? I wouldn't think that was possible, as the server has to be queried 2 seperate times.
>>Plus can you have a set of ASP tags within another?
>> ie. <% code <%=Request.Form("field1")%> more code %>?
No. Plus you don't need them, you already have asp tags. You can refer to request.form("field1") as long as you are within one set of asp...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.