Search results

  1. 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...
  2. 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.
  3. 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?
  4. D

    Multiple Listbox selections problem

    Hi guys new here. Here's what I'm trying to do: I made a listbox in which get's it's source from a field in a table named Soft. The field is named Software1. This field contains a list off software that could be installed on systems. I allready can select multiple selections from the listbox...
Back
Top Bottom