Forum Replies Created

Viewing 4 posts - 1 through 5 (of 5 total)

  • RE: Selecting into a new temp table

    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

  • RE: Selecting into a new temp table

    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...

  • RE: Selecting into a new temp table

    Thankyou thats great!:D

    I am using the data in the same procedure - will not be kept long

    Mike

  • RE: Selecting into a new temp table

    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...

Viewing 4 posts - 1 through 5 (of 5 total)