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...
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...
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.
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?
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.
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...
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!
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!
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?