Recent content by kentendresen

  1. K

    1-2-3-4-5....

    Hi! I still want the Select Question Form to be open, but get the Report in front of that form when I click the Print Preview button. If I set Me.Form.Visible = True, then the report opens behind the SelectQuestion form... How can I get it in front? Thank you!
  2. K

    1-2-3-4-5....

    And even one more thing: When I preview the report, it always opens behind the Select Question Form. How can I move it in front? Guess it is very simple, but I couldn't find out where... Thank you!
  3. K

    1-2-3-4-5....

    Thank you so much, everything is working fine, both the numbers and the select question form. Just one more thing: Is it possible to count how many question the user has marked? The list is quite long, so it would be nice to have a field on top of the form which counts all the marked questions.
  4. K

    1-2-3-4-5....

    Hi! In my report I have a lot of questions picked out from a table. Since they are picked out, they will not be numbered in order if I use QuestionID. I just want the numbers in front of each question to be in order, starting with 1. I guess there is a simple code I can put in my report almost...
  5. K

    Selct some posts of long list

    Hi! I have a form with a long list of posts. The administrator of this form should be able to pick out just some (e.g 25) of the posts in the list and then make a report of the ones picked. I need good ideas how I can do this. And I'm not very good at this, so please keep it simple, thank you!
  6. K

    from one field to another

    Here is a snapshot of how I want it! (Not from the real database, but anyway...)
  7. K

    from one field to another

    It didn't work! I have a long list, with around 150 questions. When I click on one question, the question get marked. Then I want to just click a button, and the marked question moves to the empty list. Maybe I use the code you have suggested wrong?! Thanks!
  8. K

    from one field to another

    Thank you, but... I'm not good at this, so I need some more explanation or code. I have a long list of questions, and I want a button who can move selected question over to the next empty list, so that the user can print out 20 selected questions afterwards...
  9. K

    from one field to another

    Hi I have a form where I have listed a lot of questions. I want to mark one of the questions, click a button, and that question moves over to another field. Is that possible? And if yes, how do I fix that?! Thanks!
  10. K

    Optiongroup

    Disregard! I just put in Me.MyOptionGroup.Locked = False on the Next Question button Thank you
  11. K

    Optiongroup

    Pat! It worked on the first post, but when I should answer the next question, the optiongroup was locked. Have I put the code in the wrong place?
  12. K

    Scoring query

    I have this scoring query which compares a given answer with an actual answer (multiple choice test). IIf Actual Answer = Given Answer AS Correct and so on.... (The whole query is made by Mile O Phile) Is it possible to link this Correct data to the form? If the answer is right and the Correct...
  13. K

    Copy data table to table

    I have two tables with the same fields and records in both. When a user updates one of the tables I want the new data to be automatically copied into the other table. Is it possible, i.e when the user exits the database or close the form? Regards, Kent
  14. K

    Optiongroup

    Hi! Is it possible to change the background on the optiongroup after the user has checked one box? I have a multiple choice form, and the user has to check off one box in the optiongroup before he goes to the next post. If he hits the right answer, I want the white 'field' in the background...
  15. K

    Random selction error when importing

    Brilliant!!! Thank you so much!
Back
Top Bottom