Search results

  1. J

    Most Dreaded Error Message

    I have been programing in VBA for a while. Each time I try to put a copy of a perfectly written program on a different computer, it gives me the message "Microsoft Access can't start the data access object (DAO)". The references usually would not show any Ms DAO.dll file. So I put it in, and it...
  2. J

    Count()

    How do I make my textbox count only specified records - like "Colors="RED" My textbox control source says: Count(Colors) - results in counting all the records.
  3. J

    dbCurrent as Database

    I thought I have seen this question asked before somewhere. Why do I get message saying "User defined type not defined". The program did work before with no problems. Please help if you can. Jo.
  4. J

    MsgBox

    Is there a way to change the font size and color on a MsgBox or InputBox?
  5. J

    ComboBox with different color

    Can anyone tell me how to create a combo box with its drop down in a different color. I have a column of combo boxes and when one box is opened, it is hard to tell where the selections start or end.
  6. J

    Help-ComboBox Color

    Can anyone help me with creating a combo box that shows the drop down selections in a different color. This is because I have a column of combo boxes and when the user clicks to make a selection, the selections does not stand out from the rest of the combo boxes above or below, making it...
Back
Top Bottom