C
CC30
I have bound combo boxes that will not let me choose a value. I need the
address info on the 2 text boxes to pull up with the chosen name for 2 of the
boxes. Combo Box 1 & 2 will both be this way, Combo box 3 will be a letter
ID to choose bound to a text box for the body. I am creating a form in
"letter format", I will never have to save because I will print the
selections I have made on the form then make new selections for the next
letter. I will have about 4k names on Combo1 and about 250 mailing names on
Combo2, Combo 3 will have about 10 letter types. When I look at my SQL
query, it replicates each and every name ie. if I have a "John Smith", the
database is automatically creating a record for John Smith that includes each
mailing name and each letter which makes 2500 records just for John Smith.
I did change to no record selectors, no navigation buttons, etc but still
have the problem. Any suggestions? Any help is appreciated...
address info on the 2 text boxes to pull up with the chosen name for 2 of the
boxes. Combo Box 1 & 2 will both be this way, Combo box 3 will be a letter
ID to choose bound to a text box for the body. I am creating a form in
"letter format", I will never have to save because I will print the
selections I have made on the form then make new selections for the next
letter. I will have about 4k names on Combo1 and about 250 mailing names on
Combo2, Combo 3 will have about 10 letter types. When I look at my SQL
query, it replicates each and every name ie. if I have a "John Smith", the
database is automatically creating a record for John Smith that includes each
mailing name and each letter which makes 2500 records just for John Smith.
I did change to no record selectors, no navigation buttons, etc but still
have the problem. Any suggestions? Any help is appreciated...