Recent content by junimation

  1. J

    Return all matching records

    ok then what is your suggestion I try doing it directly on the form_load even with a "Where" statement but it does not work.
  2. 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...
  3. J

    Bind Columns (Fields)

    Thanks for your help I'll look into that as well.
  4. J

    Bind Columns (Fields)

    thnak you will do that
  5. 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...
  6. J

    Populate Label Based on listbox

    That was it? I tried that before it did not work. I guess I was doing something wrong. I will try it again to see what I did wrong. Thank you very much for your Response.
  7. 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