Recent content by fluidmind

  1. F

    Rookie: Broken loop

    Or at least, so I thought.... :-) It acts very strange! It only inserts the first seven lines into the table. Sometimes it is 8 or 9 lines, but never all of them. After hours of testing, I have found out, that the problem is related to the number of posts in the "stats" table. When there are...
  2. F

    Rookie: Broken loop

    Thank you very much for your help and the thorough explanations. That helped me a lot. It now works perfectly!
  3. F

    Rookie: Broken loop

    Hi guys! Hope you can help me with this one. I have a form listing a number of players from a query. When clicking the okay button I wish to create a line in the table "stats" for each player listed in the form. In the player table, the playerID and the gameID (taken from a text-box in the form...
  4. F

    'Mail to all' button

    Thank you very much for your help. It is really, really appreciated... I will try that right away!
  5. F

    'Mail to all' button

    please... please... HELP!!! JR
  6. F

    'Mail to all' button

    please help... Could anyone please help me with this. I'm totally stuck, and it's really important that I'm getting it done... Thank you in advance... JR
  7. F

    'Mail to all' button

    Hi again! Thanks to you both! 1) I've tried surfing through the sample-db's, but either it was a lot more advanced than what I needed (or understood) or it was an email-system where you were only able to send it to one single person. 2) The example you attached helped me a lot in...
  8. F

    'Mail to all' button

    Thank you very much for your quick response. Well I'm not looking for a button that sends out emails to one employee at a time. I need a button that sends an email to all employees... The to:-field in Outlook should look somewhat like this: to: employee1@email.com; employee2@email.com...
  9. F

    'Mail to all' button

    Hi there! I've searched this forum for like 30 minutes now, but I can't find exactly what I'm looking for. So I really hoped you guys could give me an answer instead. I'm quite new to this Access-programming stuff, so I would really prefer if you would relate to this question instead of posting...
  10. F

    Excel-export date interval problem

    I really need some help on this one. I'm kinda stuck... Please!!
  11. F

    Prompt before closing form

    Hi guys! Thanks so much for your help. I'm getting a little desperate here... I really don't understand why this isn't working. I've tried all you guys' suggestions, I've checked out the entire forum for answers and I've googled my ass off. But this little simple thing still doesn't work. Here...
  12. F

    Prompt before closing form

    nope It may sound weird. But even with all the help from other similar questions, I can't get it to work :-( Would it be possible for any of you to maybe post the entire code??? On yes, the msgbox and the window behind it closes. On no, the msgbox closes but the window behind it stays open...
  13. F

    Excel-export date interval problem

    I don't think I quite follow. How do i "run an export-command from my form". As I understand it, the problem is, that it can't handle values from two different sources (form and query)??? And then the natural conclusion must be to show the data from the query in some hidden fields in the form...
  14. F

    Prompt before closing form

    Hi guys! When closing a form, I want my system to prompt: "Close without saving?". If yes, I want to continue the closing-proces, but when "no" is pressed, I want to just close the MsgBox-window and of course keep all the data-entries... If MsgBox("Close without saving?", vbYesNo, "Close?") =...
  15. F

    Excel-export date interval problem

    Hi! I'm currently facing a wierd problem, and I really hope you can help me! I have a query called "fsRapportSalgsoverblik2" which contains a list of all sales made from a company. I want to export that list to excel, which is no problem at all... But when I try to set a date interval, so that...
Back
Top Bottom