Viewing 6 posts - 1 through 6 (of 6 total)
Cheers mate, that bloody apostrophe gets me every time!
February 1, 2002 at 5:57 am
I can get the query to populate the dropdown, just not pass to the query page.
February 1, 2002 at 2:43 am
I don't think me not posting is an option at the moment, but as soon as I contribute something other than questions, I will.
Any other suggestions for a replacement to...
November 13, 2001 at 2:15 am
I'd tried that method before and got no joy, it looks like it's worked that time, thanks.
I need to add extra parameters to the SET
line, but I think I'm on...
November 8, 2001 at 6:01 am
SQLStmt = "UPDATE helpdesk SET progress = 'txtProgress' where SupportID = 'LogNo'"
should read
SQLStmt = "UPDATE helpdesk SET progress = 'txtProgress' where SupportID = 'txtSupportID'"
November 8, 2001 at 4:20 am
Viewing 6 posts - 1 through 6 (of 6 total)