Hello,
I'm an technical designer, trying to get information out of a database (access2003).
Recently my company has installed an new drawingprogramm a, one which has links with a database. So when you design an equipment, you can assemble it with parts (predesigned drawings) with information connected to it. This information is gathered in a database. A datamanager gives us access to the information. Trough predefined qeury's we can get certain basic information, but thats not enough.
We want 1 vieuw (form) on which we can select information (this with pulldown combo box's). For example: 1 form with X combo box's (cb) =>
1ste cb = equipment nr.
2de cb = partnr.
3th cb = subpartnr.
....
With the possibility to leave an combo box empty (no selection).
At this moment when got somthing working, trough use of query criterias. When we give an input in all the cb, the selection is good, but when we leave 1 empty, the selection fails (a selection on empty cels is made). If we give a * in it works, but not automaticly. Its the formular with IF that fails,(if selection is made in cb, select this, or select all), how can we correct it.
Please help me?
Thanks
KADANS
I'm an technical designer, trying to get information out of a database (access2003).
Recently my company has installed an new drawingprogramm a, one which has links with a database. So when you design an equipment, you can assemble it with parts (predesigned drawings) with information connected to it. This information is gathered in a database. A datamanager gives us access to the information. Trough predefined qeury's we can get certain basic information, but thats not enough.
We want 1 vieuw (form) on which we can select information (this with pulldown combo box's). For example: 1 form with X combo box's (cb) =>
1ste cb = equipment nr.
2de cb = partnr.
3th cb = subpartnr.
....
With the possibility to leave an combo box empty (no selection).
At this moment when got somthing working, trough use of query criterias. When we give an input in all the cb, the selection is good, but when we leave 1 empty, the selection fails (a selection on empty cels is made). If we give a * in it works, but not automaticly. Its the formular with IF that fails,(if selection is made in cb, select this, or select all), how can we correct it.
Please help me?
Thanks
KADANS
Comment