If there are two check boxes with the same name, and you've selected the both, then the submitted value will be Val1,Val2. because both boxes are checked.
jump to the first row (if there ARE more than one records exists) and then execute the SQL statement
may be the following will help you.
sSql1 = "SELECT clid, clLoanNo FROM client whERE (((clRegion)='" & region &"') AND ((class)='Active' )) GROUP BY clLoanNo ORDER BY...
i use DreamweaverMX for color coding, UltraDev when to using server-side programming and VB's reference viewer to view the Methods and Properties of an API. All these are best in its nature and work :)
I would like to vote for DSN-Less connections, bcoz it doesn't need to configure the DSN settings again and again.
DSN-Less connection finds its path and comes in action while DSN needs to configure the username and pass etc.
but it's true that DSN connections are more secure.
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.