Adam
{yourControl1} was my notation as I do not know what names
you have given the controls that you wish to populate.
Similarly, the column numbers I used were only to show you
the syntax. When you code this yourself, you will know
which columns are appropriate by looking at the RowSource SQL.
As to which type of control is appropriate for showing this
information, that depends upon what you are wanting to do
with it. Text Boxes are probably the safest bet but if you
don't want the users to change these values, it may be as
well to set their Enabled property to No.
Hope That Helps
Gerald Stanley MCSD
-----Original Message-----
Hi Gerald,
Questions:
Does "{yourControl1}" refer to the first control after the
initial combo box? I am asking because the first column is
aleady used in teh first combo box. Based on that,
shouldn't teh event start with column 2?. Also, what in
what format should other fields (to be populated) be set?
As combo boxes? Text? etc