Recent content by bentley7

  1. B

    Increasing number of characters in text box

    The text is stored in a table and it is looking it up. I would like it to just appear "as is" on the form, with no manipulation occuring to it at any point. I tried changing the data type on that table from text to memo, and that is not fixing the problem. I am still unable to view more than...
  2. B

    Increasing number of characters in text box

    I'm trying to increase the number of characters to greater than 255 in a text box. I have changed the field's data type to "memo", but that is not helping the issue. It is still truncating at 255 characters. Any help would be appreciated.
  3. B

    Form that populates fields automatically

    Thanks for your help, but I still do not think it is working as I'd like. I've attached a new database and here is what I am trying to do. I've created the query like you suggested. I have two tables...table 1 is the data that I'd like to look up (so this is what I would like to appear in...
  4. B

    Form that populates fields automatically

    Thanks for your response. I understand what you did, but still have another question for you. The sample database that I have created doesn't have all of my data in it, and the form I am creating actually has a lot of information on it. I had it set up so that the data that was created in the...
  5. B

    Form that populates fields automatically

    I am having difficulty with my form when I try to add fields that can populate automatically. I've attached a sample database to explain what I am trying to do. I have a table named table1 that contains 5 fields and a form named form1 that contains these items as well. I am looking to have...
  6. B

    Increasing characters in text boxes

    I'm quite new to using forms in Access, and can not seem to figure out how to increase the number of characters in my text box to greater than 50 characters. The box is expanded enough, so I know that is not the problem. Any help is appreciated. Thanks.
Back
Top Bottom