Search results

  1. S

    Insert Listbox values

    Yes, the list box has multiple values. So, you are saying I would need to insert the values in to a secondary table and tie it together using the primary key? Even still, how would I go about getting what the user selected from the listbox on the form?
  2. S

    Insert Listbox values

    Hello: I need some help inserting values from a listbox in to a table. I have a table with a field named: PrefReports. This field will hold data from values in a list box that the user selects. Table: Profiles Field Name: PrefReports Type: Memo The user utilizes a form to input the values...
  3. S

    Insert query from form

    Yeah, but it don't see how I can use the where clause. I cannot use say, the ID of the record because it has not been added yet. I do not want to query for the next ID either as this can sometimes cause problems.
  4. S

    Insert query from form

    Hi Everyone: I am currently in the process of designing a database for a department which scans tests. Effectively the the database will contain information on how each person prefers to have their tests scanned and the reports they require. I created a form titled: FrmCreateNewProfile which...
Back
Top Bottom