I have used some VBA code to increment a "index" row in an append query. See below. The code works correctly when used from my local desktop, but once accessed through citrix, it does not perform the same. What happens is: it calls the function once, and for each record, it places...
does anyone know how to eliminate the problem of double quotes and apostrophes.
if there is an apostrophe in my sql statement, it causes a break in the string. thus, when I try to do an insert from my .asp page, it fails. It is really annoying and I was wondering if someone could help me. Is...
Hello,
I am trying to execute a stored procedure (an Access Macro) from an .asp page. Does anyone know if this is at all possible? I am using Access 2000.
thank you for your time,
ken
Does anyone know how to call a stored Macro from ASP?
My macro is "Macro1", why doesnt the following work?
con.Execute "exec Macro1"
Is it possible to call a macro from an ASP Page?
Thanks.
I am trying to execute an update query already stored in MS Access from an .asp page. Is this possible? Can I use QueryDef? If so, i have no clue on syntax. please help if you can. thanks, ken
wondering if there was anyway to assign a variable dynamically when looping: view code below:
for(nLoopCount = 1; nLoopCount < playerCount; nLoopCount++)
{
var playerStatus = document.write("form." + "position" + nLoopCount + ".selectedIndex");
}
WHAT I'D...
I am trying to get the selectedIndex when using select lists. My problem is, it only returns number values, i want it to return the text that is actually selected. How do I do this?
So far this is my code:
var playerStatus8 = form.position8.selectedIndex;
Hello everyone,
is it possible to write a program to retrieve data directly from a webpage and store it in a flat file. So instead of going to the web page manually, copying text, and pasting it; there is a program to automate the whole process??
Thanks,
kj
I would like to call an asp page via Javascript, but i dont want the asp page to appear, i just want the actions on the asp page to be executed. So, when the user clicks on the button, it will execute the asp page, but not go there.
thanks
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.