dynamic database result

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have created an access database, and i also created an database result
everything works fine. i am wondering if i can the result of the query can
have a check box next to each record that the user can select. by selecting
one or more records i would like to pass that record to another page for
processing. plz help. thanks
 
Yes
- but the results page (w/ each result row/checkbox) would need to be a single form w/ each checkbox carrying a unique field name
(from ASP code w/ the field name being say a unique record field identifier)
- and the receiving page would need to be hand code ASP to evaluate all the form field check boxes to build a sql string

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|i have created an access database, and i also created an database result
| everything works fine. i am wondering if i can the result of the query can
| have a check box next to each record that the user can select. by selecting
| one or more records i would like to pass that record to another page for
| processing. plz help. thanks
 
Back
Top