Forum Replies Created

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

  • RE: Using CASE in another CASE Statement?

    Thanks for the response, i used a subquery to complete the task.

    I did the first set of computations in the subquery, then reused those fields within the query...i'm still new...

  • RE: Calculated Field - Invalid Column Name Error

    Thanks, I've inlcuded formulas directly in the queries

     

     

     

     

  • RE: RUNNING MACROS

    hmm...I'm not sure how DTS fits in the picture; hope I'm not in the wrong forum..

    The data is stored in an Access database and not in SQL Server

  • RE: RUNNING MACROS

    I had partial success with the following code (i converted the macro to a module and called that module using runcommand:

    Private Sub Form_Load()

    If Time() >= #2:09:00 PM# And Time() <=...

  • RE: RUNNING MACROS

    Thanks guys for all your responses....I'll make a go at it during the day and let you know my progress..

    Thanks

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