Recent content by Diversion

  1. D

    ID in Table when selecting Text from dropdown-menu

    Didn't think off Queries before. Thnx for the quick help!
  2. D

    ID in Table when selecting Text from dropdown-menu

    Here's my problem: I got a Table which contains software: TblSoft: ID |Software ------------- 1 |Office 2 |Winzip 3 |Etc. I made a form with a dropdown-menu in which I can select the software and it stores it in another Table named TblPC. It stores something allright. but not the text. It...
  3. D

    Multiple Listbox selections problem

    As you can guess I only get to work on this for a couple off hours a week. Tried to add a tblbatchreports and changed all the lstBatchlist to tblbatchlist but that didn't work(why can't it be that easy ;)) I know what your trying to explain to me but I can't get it to work. Do you have any...
  4. D

    Multiple Listbox selections problem

    Implemented your example into my database and it works. Now need to store what's I put in the new listbox into a Table. How can I put them in a table? I kept all the names as in the example you gave me.
  5. D

    Multiple Listbox selections problem

    Thank you again!
  6. D

    Multiple Listbox selections problem

    Thnx again for the help! Does every drop-downlist have it's own TableEntry? and when I have done this how do I get it to get them in the installed software colum to the right with the click of a button?
  7. D

    Adding a simple text clock to a Form

    It isn't really a must , but it just made my form look a lot more proffesional :D
  8. D

    Adding a simple text clock to a Form

    But how do I set the timer to let it update every second? I'm new to the timer part...
  9. D

    Adding a simple text clock to a Form

    Trying to make a simple clock inside my form. So far I got my clock but it isn't running. It only get's the time when I open the form but I want it to keep track of time. Searched the forums but couldn't find anything that relates to this problem.
  10. D

    Multiple Listbox selections problem

    At work again and trying to do what you told me last week. This is what I did. Put all the software in the table SOFT using the following structure: SoftwareIDSoftware01 1Software1 2Software2 3Software3 ect. and put a subform in my form which leads to a form created from the Table SOFT...
  11. D

    Multiple Listbox selections problem

    Thank you for replying and the compliment about my English :D After you explained the 1 to many part it all got a lot more clear to me. Think I could get a lot further in the development of my database now! Thnx again!
  12. D

    Adding Backgroud pictures makes the Database twice the size.

    thank you for the tips Ghudson, will keep that in mind.
  13. D

    Adding Backgroud pictures makes the Database twice the size.

    found the problem. It wasn't the size in kb's that mattered but the size in pixels that made the file get so big.Made the picture smaller and now got it down from 39 mb tot 14 mb. Thnx for the help though!
  14. D

    Adding Backgroud pictures makes the Database twice the size.

    that decreased the size off my Database with 2mb so that didn't help. Just want to know why it get's 1MB bigger when adding a 25kb background.
  15. D

    Adding Backgroud pictures makes the Database twice the size.

    When I add a 25kb picture as a background it will result in a file size increase of more then 1mb. After putting the background in all my forms my database went from 9MB to 28MB (a total of 10 pictures have been added.) I mean how can this be? or even better? how could I decrease size again?
Back
Top Bottom