Recent content by huey

  1. H

    command language problem

    Hi guys, Can anyone help? I wish to include expert users for my project interface (access forms) and need help on finding a way of using command language on the buttons for example <alt>+e for exit database. can someone please explain how this is done, thanks
  2. H

    Update query / Sql problem

    Thanks for pointing me in the right direction...this is what I did. I first created a make table query for three fields - ID (Group by), Odds as decimal (Min), RaceEntry_Favs (Group by and criteria Is Null). I then created an update query using the original RaceEntry_Favs field set to Is Null...
  3. H

    Update query / Sql problem

    Many thanks Studentos, I will give it a shout.
  4. H

    Update query / Sql problem

    Here is my problem... ID Name Odds as Decimal RaceEntry_Favs --------- ------------------------- --------------- -------------- 19940001 FREE DANCER 5.5 19940001 FRENDLY FELLOW 4.5 19940001 MCCARTHYS HOTEL 34...
Back
Top Bottom