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...
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...
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.
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...