Spyder,
I am not a Data Access Pages guy - I prefer to code in straight ASP and I have done a lot of that.
If you are interested in a straight ASP solution I can give you some sample code.
Good Luck,
Kevin
I hope this code will help you... I put a multi-select list box on a form bound to data in an employee table. I have a button which says "Get Selected" which runs the following code when clicked:
Private Sub cmdGetSelected_Click()
Dim ctlEmp As Control
Dim intCurrentRow As...
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.