Search results

  1. J

    Message Boxes

    Try "My message is rather long" & chr(13) &_ "to display on one line" chr(13) or chr$(13) causes a new line to be inserted. Regards.
  2. 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...
  3. J

    Defined Type not Defined

    You are not alone, Mona. I have the same problem. The same program with the same code works and suddenly it refuses to do so giving me the same error message as yours. I think possibly, you and I have copied or transferred the program from one computer to another as I have been doing - from...
  4. J

    Combo Boxes

    Set your rowsource of the second combo to a the table that contains all their names. They can then select one.
  5. J

    Calculating from checkboxes

    Reports - make reports for yourself to look at. Similar to the forms you have made,but make the forms continuous instead of single. You can also print out these forms with a command button to print when you click on it.
  6. J

    minmaxbuttons

    try this FormName.MinMaxButtons = "MinEnabled"
  7. J

    Count Function

    See also, the reply to my query under subject Count()
  8. J

    Count()

    Many thanks. I have read many of your replies to other people. It's people like you who takes the time to help others that makes this place a better world. Thanks again. Jo.
  9. 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.
  10. 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.
  11. J

    MsgBox

    Is there a way to change the font size and color on a MsgBox or InputBox?
  12. 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.
  13. 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