Forum Replies Created

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

  • RE: simple MAX question

    Thank you very much. I thought there might be an easy way with the max function, but it looks like I need to use a different function...so will go and...

  • RE: One-To-One Relationship

    I am confronting the same problem and don't really know how to solve this. I think you can use trigger queries, but haven't really looked too far into this.

  • RE: Altered views not executing in access project

    Thank you ever so much :0)

  • RE: Altered views not executing in access project

    thats brilliant thanks. do you happen to know the VBA to trigger this? I have:

    Dim cmd As ADODB.Command

    Set cmd = New ADODB.Command

    Set cmd.ActiveConnection = CurrentProject.AccessConnection

    cmd.CommandText = strSQLFinal

    which executes some sql...

  • RE: Counting Nulls

    brilliant! thank you

  • RE: Counting Nulls

    The plot thickens...sorry i didn't want to make to too complicated to begin with but what if i have this table

    PersonId, Value, AltValue

    1, NULL, 6

    1, NULL, 6

    1, NULL, NULL

    1, 6,...

  • RE: Counting Nulls

    Sorry i should have been more specific - i was trying to break the problem down into the part i was stuck with. this is actually the result table i...

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