Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. thebeavis45

    Runtime Error 2113

    I am attempting to have a calendar control enter a date into a text box. When a date is selected on the calendar I get a "runtime error 2113" The code is: Private Sub Calendar1_Click() Me!CalendarDate.Value = Format(Me!Calendar1.Object.Value, "dddddd") End Sub...
  2. thebeavis45

    Calendar in a Combo box?

    Is it posible for me to create a calander that can be used in a combo box so users can select a date to enter into a form?
  3. thebeavis45

    Default to blank record

    The form that I have created defaults to the first enter. I need for it to default to the blank form that will enter new data into the database. The way is is the worker can overwrite old data by mistake. Any help?
  4. thebeavis45

    How do I align text in a cell?

    I am trying to center my text in the cells of a table. I have been able to change the default of text right, number left, but have not been able to find the code for centering the text. Any help?

Part and Inventory Search

Back
Top