Search results

  1. O

    Of Saving Queries and Calculating Fields

    I would go with calculations on forms or reports or where ever You want to diplay it,
  2. O

    realtime clock

    all credit to ghudson
  3. O

    display time remaining on the form

    Anyy one...please help
  4. O

    Combo Boxes

    do a requery of your postcodes field aftter update of states it would be like Private Sub sates_AfterUpdate() me.postcodes.requery End Sub
  5. O

    display time remaining on the form

    yes this is what ihad in mind but unfortunately i am ahving hard time calculating with itmes first Time function doesnt see to work if you could show me synatx hr = Hour(Time) min = Minute(Time) sec = Second(Time) startTime = Time + 15 ' add 15 minutes this is what i am doing...
  6. O

    display time remaining on the form

    i want to display time remainig on my quiz form say quiz has a total time of 15 mins so i want to show the time on my form so the user know how much time he/she got i did search th eforums but couldnt find any sorry if it is here already if it is can some on epint it for me thanks in advance
  7. O

    access quiz system

    hi i am trying to make a quiz system using ms access i want to select 30 questions randomly from a questionbak of 100 or more also i need to select 3 answers randomly including the corect answer from answer bank that has 5 possible answers for each question tblquestionbank QID Question 1...
  8. O

    access security

    is there a way to authenticate user using his/her network username and password.......... i know i could get network user details help will be appreciated
Back
Top Bottom