Howdy all, its me again.
Boy have you ever had one of those days when you are working on a DB and everytime to fix one thing you find 3 more to fix and have no idea how too?
Here are a few of the ones I haven't been able to figure out yet.
1. Is there anyway to code an input box in a form so that it will automatically make all letters capital?
2. Is there anyway to make a combo box display one value as default, but still have the ability to change it?
3. How do you make a combo box drop down list scrollable (ie. you can scroll down the list using the mouse wheel) within a form.
4. and one more. =) I am doing a data base that uses auto numbering for the records as the key field, I also use our computer MMCN# as a special field (i.e. you can not enter in the same information in this field more than once). When you open the database you come to the front page offering choices of either "entering data" or "viewing reports". What I would like to do is have is to that when you click the "entering data" button a "search box opens" requesting the MMCN# of the equipment..then if the MMCN# is already in the database then it would go to that record in the form. If the MMCN# was not in the record list then it would go to a blank form for input.
Doug
Boy have you ever had one of those days when you are working on a DB and everytime to fix one thing you find 3 more to fix and have no idea how too?
Here are a few of the ones I haven't been able to figure out yet.
1. Is there anyway to code an input box in a form so that it will automatically make all letters capital?
2. Is there anyway to make a combo box display one value as default, but still have the ability to change it?
3. How do you make a combo box drop down list scrollable (ie. you can scroll down the list using the mouse wheel) within a form.
4. and one more. =) I am doing a data base that uses auto numbering for the records as the key field, I also use our computer MMCN# as a special field (i.e. you can not enter in the same information in this field more than once). When you open the database you come to the front page offering choices of either "entering data" or "viewing reports". What I would like to do is have is to that when you click the "entering data" button a "search box opens" requesting the MMCN# of the equipment..then if the MMCN# is already in the database then it would go to that record in the form. If the MMCN# was not in the record list then it would go to a blank form for input.
Doug