Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)

  • RE: Sproc

    Thanks, that works fine, Still learning SQL

  • RE: Case?

    select *,

    case when contractretd = 0 then '-Terms & Conditions' else '' end TC,

    case when letterretd = 0 then '-Offer Leter' else '' end let,

    case when scheduleretd = 0 then...

  • RE: Query Error

    So the line would read

    case when substring(claimed,1,1)= '1' then 1 end claimed

    So when you enter the pararmater 2 it will then return all the 2 ...

  • RE: Query Error

    The query worked fine until we tried to use 2a as this can occur. If the A is removed then it works?

  • RE: SQL Newbie - if ..begin ??

    I'm just trying to get the query to work then i will put it in an sp

  • RE: ADP Frontend

    This option is not in an access data project

  • RE: SQL Newbie - date ?

    That works thanks still getting used to sql from access

  • RE: SQL Newbie - date ?

    Get error

    Server: Msg 170, Level 15, State 1, Line 3

    Line 3: Incorrect syntax near '<'.

  • RE: Triggers?

    contracts.startdate = 01-08-04 then nextperiod = 1 form dates.period

  • RE: Triggers?

    period from dates

  • RE: Triggers?

    Sample from dates

    PeriodDatesesWorked
    101/08/04

  • RE: Triggers?

    ??? what do you mean

  • RE: dlookup

    Solved by using sproc

  • RE: Sum hours

    The hrs field is a short time field

Viewing 14 posts - 1 through 14 (of 14 total)