S
|
Spitty 6/26/2006 |
Sorry its not an answer, but this is basically what i think im requiring.... before you even get to the database table view you have a menu where you can select particular records you want to view in the database! Basically querying the table via a link (sorry just i want to know how aswell). |
T
|
toolpusher author 6/27/2006 |
Sorry its not an answer, but this is basically what i think im requiring.... before you even get to the database table view you have a menu where you can select particular records you want to view in the database! Basically querying the table via a link (sorry just i want to know how aswell). joe
|
![]() |
Alexey admin 6/27/2006 |
Hi, <form method="POST" action="Cars_list.asp" name="editform">
<form method="GET" action="Cars_list.asp" name="editform">
|
T
|
toolpusher author 7/7/2006 |
Hi, if you need to get a direct link to Advanced Search results do the following. Open your generated ..._search.asp file, find this line there: and replace it with: Open your pages in browser and do the search. Now you can copy the search URL from browser's Address box. After you copy the URL you can change the ..._search.asp file back.
|