morglum007
Registered User.
- Local time
- Today, 20:08
- Joined
- Sep 28, 2009
- Messages
- 26
Few listbox problems... [1st issue solved]
Good day,
First of all I'd like to sorry for my english speech. I am not english native, so english is not my native language.
Then, lets introduce my problem, and lets see if someone here can point me out with some guide/help or whatever.
First, lets say I have read almost everything about data base normalization, etc etc, and I have tried to create a big (and easy one) for the company I work for. To this point, I am not IT engineer, but nuclear one, so if I miss something, please, consider I am not especialized in this.
To general knowledge, data base is 41 data table large (I already know Access limitation to 25 "one to all" table relationship limitation) and some of them got about 190+ fields. (I tell this because someone could say here it is too large and normalization issues...) In any case, some of this tables correspond to fabrication components, costs, materials and technical characteristics, so there is no way to further normalization in the time given to this project.
At this point I am finishing a search form. I have three combo boxes, first of all select table, second one field in selected table, and third one discriminates value in such field to look for. Results are shown in a listbox, and to this point is where I got in troubles.
The problem I have got are two here:
1.- As you may suppose, listboxes columns are limited up to 20 in listbox, so even selecting correct field count, most fields doesnt appears. I have tried to insert an horizontal scroll bar, but with no luck. In any case this is not my main problem, I think I can deal with it. The problem is that some tables are not shown (even having less than 20 fields) and I dont really know why this happens. Some tables appears with no problem, some doesnt.
2.- Regarding to 1.- I think it is a column width problem, and access bug related issue, so I am looking for some code in vba to do this job. I have already looked at http://www.lebans.com/autocolumnwidth.htm with no luck.
If someone have some ideas about (for example taking origin's table columns width and exporting it to listbox), I would be eternally thanked.
Some suggestions already wanted.
TIP: Please, I already know too this data base is too large for Access, and I should use SQL or better. As I began this project in Excel, consider that now I am working in access, so learn curve is big, but not so big to migrate now to SQL.
Thank you so much for reading at least that.
Best regards
Good day,
First of all I'd like to sorry for my english speech. I am not english native, so english is not my native language.
Then, lets introduce my problem, and lets see if someone here can point me out with some guide/help or whatever.
First, lets say I have read almost everything about data base normalization, etc etc, and I have tried to create a big (and easy one) for the company I work for. To this point, I am not IT engineer, but nuclear one, so if I miss something, please, consider I am not especialized in this.
To general knowledge, data base is 41 data table large (I already know Access limitation to 25 "one to all" table relationship limitation) and some of them got about 190+ fields. (I tell this because someone could say here it is too large and normalization issues...) In any case, some of this tables correspond to fabrication components, costs, materials and technical characteristics, so there is no way to further normalization in the time given to this project.
At this point I am finishing a search form. I have three combo boxes, first of all select table, second one field in selected table, and third one discriminates value in such field to look for. Results are shown in a listbox, and to this point is where I got in troubles.
The problem I have got are two here:
1.- As you may suppose, listboxes columns are limited up to 20 in listbox, so even selecting correct field count, most fields doesnt appears. I have tried to insert an horizontal scroll bar, but with no luck. In any case this is not my main problem, I think I can deal with it. The problem is that some tables are not shown (even having less than 20 fields) and I dont really know why this happens. Some tables appears with no problem, some doesnt.
2.- Regarding to 1.- I think it is a column width problem, and access bug related issue, so I am looking for some code in vba to do this job. I have already looked at http://www.lebans.com/autocolumnwidth.htm with no luck.
If someone have some ideas about (for example taking origin's table columns width and exporting it to listbox), I would be eternally thanked.
Some suggestions already wanted.
TIP: Please, I already know too this data base is too large for Access, and I should use SQL or better. As I began this project in Excel, consider that now I am working in access, so learn curve is big, but not so big to migrate now to SQL.
Thank you so much for reading at least that.
Best regards
Last edited: