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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gddrew

  1. gddrew

    Problem converting date stored as text to data/time format

    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...
  2. gddrew

    Protecting/unprotecting form...going the next step

    Larry: My e-mail address is drewgre@worldnet.att.net. Many thanks, Greg
  3. gddrew

    Form Aesthetics - Odd Question

    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...
  4. gddrew

    Protecting/unprotecting form...going the next step

    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...
  5. gddrew

    Protecting/unprotecting form...going the next step

    Gus: It's easy to do: 1. Take a screen capture and save as a .gif or .jpg file. 2. Upload to a web server. 3.
  6. gddrew

    Protecting/unprotecting form...going the next step

    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...
  7. gddrew

    Protecting/unprotecting form...going the next step

    Thanks for the input guys. I must not be explaining myself very well because none of this seems to work for me.
  8. gddrew

    Protecting/unprotecting form...going the next step

    Larry: Could you please provide a code example? Also, I am using Access for Office XP (though the default format is Access 2000). Thanks, Greg
  9. gddrew

    Protecting/unprotecting form...going the next step

    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...
  10. gddrew

    Combining records for mailing labels

    But they're still separate entries....
  11. gddrew

    Combining records for mailing labels

    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...

Part and Inventory Search

Back
Top