Search results

  1. B

    need help with auto number etc...

    All, I had originally started this topic in the Forms Forum, but to my discovery it has nothing to do with forms and my question has really changed, so I thought I'd ask here... My table callled licenses has a primary key field called licenseID. I am connecting to postgreSQL server. When I...
  2. B

    Problems saving/inserting records

    I am having a strange problem and need help... When on my main form after I have filled out all of the necesary fields on a new record I click the save record button. The form immediately switches to the record that was previously the last record before going to a blank record. (ie with 10...
  3. B

    searching records by a "grandchild" of main form

    All, My main table licenses, links to another table users, which links to another table institution (userID exists in licenses and users table, and instituionID exists in users and institution table). When veiwing the licenses form, I want to be able to search all the records by institution...
  4. B

    updating combo box after new record added

    I have a combo box which displays a set of data. I have a button on my main form which links to a new form where I can edit a record or create a new one. After editing or creating a new record, I want it to be the selected record in the combobox. Please help! Thanks. BR, Brady
  5. B

    Unable to view a subset of data in a combo box

    I am stuck, please help! I have limited access experience so please explain with that in mind. my setup: In my main table there is a column called versionID which links to another table where versionID and versionName are the columns. My main form has a combo box which is supposed to display...
Back
Top Bottom