Search results

  1. B

    need help with auto number etc...

    Pat and others, First, thanks for the response Pat. A few remarks to your comments. While the problem arose at the form level, I don't think the problem is with code or the form, since the same exact problem occurs at the table level (as I attempted to describe in my first message). In...
  2. 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...
  3. B

    Problems saving/inserting records

    STILL NEED HELP! (thanks) Let me explain my self better. (I can get rid of the save button, but the problem still lies within the subform). After filling out all neccessary fields in the main form, and then clicking on the subform, the active record switches to a previously entered record...
  4. 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...
  5. 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...
  6. B

    updating combo box after new record added

    llk, Pat, and others, Thanks for the help. Your answers work fine if i actually change a record. However, I still want to be able to select a record, not change it, click the close button, and have that record be the selected record. When this is the case the afterUpdate event never happens...
  7. B

    Unable to view a subset of data in a combo box

    Jon and others, Thanks for the reply. At first I didn't think your solution would work, but I then encountered something else in trying to add a new combo box.... When given the option to select the data for the combobox, versionID is listed as available but versionName is not. The current...
  8. 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
  9. 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