Combo Box lists

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

I am using a form to retrevie data from a query. I followed the steps to
create a combo box on a form from
http://www.fontstuff.com/access/acctut08.htm. I want the user to be able to
select from a list of data. Right now the form runs but the combo cox is
empty and when the query opens it returns a blank page. Can anyone help me
figure out what is wrong with the combo box set up. Thanks.
 
I am using a form to retrevie data from a query. I followed the steps to
create a combo box on a form from
http://www.fontstuff.com/access/acctut08.htm. I want the user to be able to
select from a list of data. Right now the form runs but the combo cox is
empty and when the query opens it returns a blank page. Can anyone help me
figure out what is wrong with the combo box set up. Thanks.

Exactly what is the combo box Rowsource Type property, it's Rowsource
property, the column widths property, the number of columns property,
and the bound column number? Also, what if any, events are run
activated when a selection is made. If any are run, what is the code?
Then, I think, someone may be able to help.
 
Back
Top