I'm not sure if this is what you need..
You can be sure to include an ORDER BY statement in your Sql sting:
theSql = "Select * FROM TABLE ORDER BY ID"
by default Access creates a primary key that is an auto number so the oldest record would appear. You can sort your records...
My upload works great when im not uploading any files larger than say 1.5 megs. However with larger files the script times out before the upload is complete.
<% server.ScriptTimeout = 25000 %> does not seem to be helping. any sugestions?
Thanks in advance
Here is the situation:
Our company sends out promotions via email to its 10,000 + newsletter subscribers. What I am looking for is a solution for tracking the email addresses of those who have actually clicked from the email back to the web site.
Has anyone done something similar to this?
I...
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.