Search results

  1. T

    Listbox rowsource issue

    I have two tables linked through an ODBC connection. I have a form with a textbox for entering a date and a combobox for selecting one of 7 attributes, and a listbox for displaying query results. I am having a problem with the listbox populating with values when updating the rowsource...
  2. T

    Creating Primary Key value when adding a new record

    Hello, I have a table with a primary key field (long integer) that is indexed, and is set to not allow duplicates. I am currently using DMax to identify the highest PK value and am adding 1 to this number. When I try to update the field with this number when adding a new record, I get a run...
  3. T

    Populate Text Box based upon Combo Box Selection

    I am currently trying to create a form that will update the text in a series of text boxes based upon the selection of a value in a combobox. All of the data updated is tied to either the same table as the combo box or to other tables in the database tied by primary keys. I'm trying to get one...
Back
Top Bottom