Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Button in DAP that "showall" data 1

Status
Not open for further replies.

Techniproshop

Programmer
Apr 24, 2007
50
0
0
CA
I need a button to refresh the page and remove any filters. In Access I use docmd.ShowAllRecords. What's the code in DAP?

Thanks.
 
The quickest and easist way, load the page again. See this script.
<SCRIPT language=vbscript event=onclick for=AllRecs>
<!--
're-load the page.
window.navigate("ItemPicktest.htm")
-->
</SCRIPT>

Obviously, substitute your page name and combobox name.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top