Viewing 4 posts - 1 through 5 (of 5 total)
SELECT * FROM#temp1 (yes why didnt i think of that? LOL )
Ah that returns what i am expecting - so error is somewhere in my vb code
thanks
Mike
November 30, 2008 at 3:23 am
Hi again
one problem is that when i import the new table into a dataset.table it has 8 columns which are the same as the "Account" table
where as my original...
November 29, 2008 at 11:13 am
Thankyou thats great!:D
I am using the data in the same procedure - will not be kept long
Mike
November 29, 2008 at 10:06 am
Thanks
I tried this in management studio and got the error 'Incorrect syntax near the keyword 'Into'.
select account.nameof as account,
sum (entry.credit-entry.debit) as total from entry,account
where entry.account=account.nameof
and entry.Taxyear...
November 29, 2008 at 9:51 am
Viewing 4 posts - 1 through 5 (of 5 total)