Search results

  1. B

    Problem adding to combo box list

    Static, Thanks for your comments. I will look into making your suggested changes. Unfortunately, the P, Q, R, and S subtypes need to be memo fields. They are detailed instructions pertaining to manufacturing products. However, I may be able to move them into their own table to reduce the...
  2. B

    Problem adding to combo box list

    sneuberg, Thanks for taking a look. I have attached a copy of the DB in question. The form is frmClauseEntry, but there is some data passed into it from frmClauseReview. Sometimes it will add the new Clause record properly, but sometimes it goes into a loop and adds multiple records, all with...
  3. B

    Problem adding to combo box list

    Hi, all I'm a relative newbie with Access, only about 4 months. I'm having a problem with the Not_In_List event for a combo box. I need to be able to add new items here and it is not working. The code I'm using is as follows: Private Sub cboClause_NotInList(NewData As String, Response As...
  4. B

    Greetings from Southern California

    Hello, My name is Bcomb. I have been using Access since Nov. 2016, and am working on my 2nd database. I have been learning mostly by finding information through Google and various forums. I have been an administrator of databases for the last 10 years, but not a developer. I live in...
Back
Top Bottom