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...
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?
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.