Viewing 9 posts - 1 through 9 (of 9 total)
Hi Ken
1 - I noticed these in an earlier post on another thread, can you explain their importance? is it a case of 'x'+NULL = NULL ???
2 - Yes it...
November 24, 2006 at 6:55 am
This is were this thread has ended for anyone who was following...
Declare
@SetID varchar(10), @ExamID varchar
November 23, 2006 at 3:35 pm
Coupla questions Ken,
What benefits does the option at point 1 above do for me?
And, how did you go about simplifying the underlying sql statement itself. I'm kinda learning at this...
November 22, 2006 at 2:32 pm
Guys, thanks. I can't test on the live db but Farrell's 'virtual data' with the solution works perfectly, a little sluggish on the machine at home but I guess it'll...
November 22, 2006 at 12:02 pm
Thanks for your help, I finally chose to write a simple vba routine in access to cycle thru the _temp table and run a delete row by row against the...
November 17, 2006 at 7:15 am
This is it:
delete from nsturesults n inner join _temp t on n.setid = t.setid and n.groupid = t.groupid and n.studentid = t.stuid where n.setid = '2006-07' and n.deptid = 'ma'...
November 17, 2006 at 6:40 am
With the fixing of a couple of minor typos, it did in fact work and produced exactly the goods desired. Also moved the hardcoded criteria out, they were only a...
November 16, 2006 at 2:47 am
It'd be great if the field was huge, but I have no control and the interface app 'validates' the db everytime you logon, checking all tables, fields etc. If it...
November 15, 2006 at 8:52 am
It works a charm with the braces - why are they so important? I do have access rights to all base tables.
For a follow up is there any way to...
November 15, 2006 at 8:45 am
Viewing 9 posts - 1 through 9 (of 9 total)