I have a problem converting text to a real date value so I can do some calculations. I have a query that brings in data from an external data source. It appears the data is stored in the external table in text format and looks like this:
20050902 15:40:41
I have tried CDate to convert the text...
You might try searching for websites related to User Interface (UI) design and Human Factors.
A recommended book is The Essential Guide to User Interface Design: An introduction to GUI design principles and techniques by Wilbert O. Galitz (ISBN 0-471-15755-4). This title is available from...
Oops! Hit the submit button in error...
Step 3. Include the following tag in your message
""
where what follows the "http://" is the URL to your website. For example, the code for my form image is "http://home.att.net/~drewgre/form.gif."
BTW, the instructions for...
Larry:
Thanks for your patience. When it comes to actual coding, I'm very new out of the gate. I probably just don't understand where to put some things.
First of all, here's a sample of my form:
When I load the form, I essentially want it to be read-only. The only fields that should not be...
I have read other messages here and have learned how to create a button and use it to protect and unprotect a form.
Use the following code for the form's On Load event:
With Me
.AllowAdditions = False
.AllowDeletions = False
.AllowEdits = False
End With
Create a...
I am new to Access and programming in general. I hope someone can answer my question regarding combining two or m ore records into a single mailing label.
I maintain a membership database. In this database there can be a separate record for two individuals who live at the same home address...
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.