Recent content by braleyman

  1. B

    Adding field value to a collection, directly from recordset, does not work

    I'll be darned. That's good stuff! I'll have to try that tomorrow. Thank you so much.
  2. B

    Adding field value to a collection, directly from recordset, does not work

    AOB, thank you for the suggestion though. It would appear that after adding the field to the collection, it's still tied to the memory location where the data is stored for that record field. When you move to the next record, it empties out the data that was just added to the collection. I just...
  3. B

    Adding field value to a collection, directly from recordset, does not work

    Good morning. I’m an intermediate VBA programmer with a question about the behavior of collections. Scenario: I’m playing around with collections and decided to add items to my collection from an open recordset that has two test fields (LAB_CODE and LAB_RATES). Problem: I’m opening the “tblLabs”...
  4. B

    Carriage return nuances in textbox

    jdraw, Thanks for the quick reply. I realized what I'd done after I posted this thread. Thank you for your time though. Scott
  5. B

    Carriage return nuances in textbox

    Problem solved!!! You cannot use CHR$(13) & CHR$(10) in a Rich Text field.
  6. B

    Introduction

    Ruth, That sounds fun! That's how I got hooked, making a database for work. Good luck! Scott
  7. B

    Carriage return nuances in textbox

    Hello everyone! This is my first post to this forum. I just joined today! Here's my issue: I'm working with a simple text box in an Access 2013 form. The text box is used for taking notes that will be saved when the user is finished. The notes follow a simple template, starting with today's...
  8. B

    Hello from Patuxent River, Maryland

    Hello everyone, My name is Scott and I live in Patuxent River, Maryland (U.S.). I don't how to classify my skills in VBA, Intermediate? Advanced?. I've been programming MS Office applications for about 4 years now. I owe most of my knowledge to online forums, such as this one. Thank you! Scott
Top Bottom