Search results

  1. J

    Return all matching records

    I have a database called LettersDatabase this databse holds all the letters that have been made including the path to the doc. I use SSN to ID the letters to customers on the Contacts Database. Contacts database also uses the SSN to id the contacts I have a form that creates new letters for...
  2. J

    Bind Columns (Fields)

    I have been looking on the forum for some code that would bind all columns (fields) starting from column 15 to 26 to a combo box for example.... Field 1 Field 2 Field 3 Field 4 data1 data2 data3 nodata Combobox data 1 data 2 data 3 kind of like a grid...
  3. J

    Populate Label Based on listbox

    I have a list box that is populated based on a table. now I have three labes that are also added to the form. What I will like to do is.... ListBox (3 colums) On Double Click (listbox) Set Label1 to the First Column.text in the list box Set Label2 to the Second Column.text in the list box Set...
Back
Top Bottom