Viewing 15 posts - 1 through 15 (of 20 total)
thanks for the queries. think ill leave this task, it seems a little too hard as i was trying to combine both scripts into one so i could use it...
May 16, 2006 at 3:18 pm
yeh that works great!!
one slight problem is that it displays entries for all the posts,
At the moment it shows.
ThreadID PostID LastPostDate
4 1...
May 16, 2006 at 12:34 pm
Im am still getting this error...
http://img451.imageshack.us/img451/3696/error0ka.jpg
any more help is greatly appreciated as this is so frustrating.
Ben
P.S the database is here http://www.sendspace.com/file/6v9yov if this...
May 16, 2006 at 10:21 am
i get an error saying syntax error in FROM clause (highlighting the first join).
if i change it to inner join i get this error message:
Syntax error (missing operator) in query...
May 16, 2006 at 9:08 am
I get a syntax error in FROM clause (highlighting the last join)
for this code
select t.ThreadID,
t.ThreadName,
...
May 16, 2006 at 8:53 am
im afraid i cant get either of these to work, access keeps throwing up errors.
I have uploaded the DB to here http://www.sendspace.com/file/6v9yov,
its only 20k so if...
May 16, 2006 at 7:33 am
the query should for all threads.
thanks,
ben
May 16, 2006 at 3:47 am
yeh i managed to figure it out in the end cheers
April 22, 2006 at 9:20 pm
ok, I have another problem with the hosting. i have no permissions to drop the table. i can truncate the table but when i run the script again, substituting truncate...
April 22, 2006 at 3:26 pm
hi,
firstly thanks for all the replies!!
Marshall Smith's suggestion threw up some errors i couldnt understand.
Farrell Keough's suggestion kept mentioning group by error messages which i couldnt get...
April 22, 2006 at 1:19 pm
ALTER TABLE myTAB ADD newIDcolumn INT NOT NULL IDENTITY(1,1) PRIMARY KEY
worked a treat thanks!
April 21, 2006 at 2:55 am
thanks for the help, im used Eddie Wuerch's suggestion and it works great!
ben
April 19, 2006 at 3:26 pm
used RyanRandall's suggestion and it worked great!
thankyou
April 19, 2006 at 11:44 am
WOW, that works a treat!!
thanks a lot noeld
April 17, 2006 at 3:35 pm
Viewing 15 posts - 1 through 15 (of 20 total)