Here is what I am trying to do. I need to create an onclick function that will open a table look at the table check the field name letterset if its unchecked then print all the unchecked records?
Example Two
What I also really need is a VBS code that runs out side of any onclick that could open the database print the letter based on a sql statement the check the proper box before it exits the record that way I could put it on a scedualed tast to run at night.
dim conn, rs, sql, intTelephone, intMobile
set rs = Server.CreateObject ("ADODB.Recordset")
Set conn = Server.CreateObject("ADODB.Connection")
Conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=F:\Data.mdb;" & _
"Jet OLEDB:System Database=F:\Secured.mdw", _
"Login", "Password"
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.