Search results

  1. W

    How to keep a variable alive?

    Thankx for the code but Yes, I have tried and created those 30 forms having different pictures and some enhancements also using mydb.openrecordset.. and defining some varibles, I am now able to transfer the scores in a table. But now the big challenge in front of me is I do not know how to make...
  2. W

    How to keep a variable alive?

    ok I did it I added a module and declared a public variable called total and now I can access the var from any form. I have been able to capture the value of the variable. Now How can I replace the value of this variable to a field called (score) in xyz table. In dbase I used to do it with the...
  3. W

    How to keep a variable alive?

    Let me explain! I have a form formA. In the general declaration of the form I have written Public total as integer. This formA has just 1 command button at all which when I click FormA closes (docmd.close) and another form formB opens (docmd.open) this formB also has only 1 command button and...
  4. W

    How to keep a variable alive?

    Counting no. of clicks Actually, each button is, the correct option of a quiz question based on which I want to calculate this final score. Also his name and score should go to the table record.
  5. W

    How to keep a variable alive?

    Hi all, I have a simple access form. It has a simple command button. When I click the command button, the form will be closed(i have used docmd.close) and another form opens(docmd.openform) with a command button in that and the current form becomes closed. When the command button is again...
Back
Top Bottom