Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: upsizing query concern

    IIf([NRate]>0,[NRate],[HourRate]) AS NewRate

    Try this and it will work (one field from you query):

    CASE NRATE >0 THEN NRATE ELSE HOURRATE AS NEWRATE

Viewing post 1 (of 1 total)