A
Amanda
In an animal management database, I have a form where a combo box offers
selections of all the species in the species table. The combo box displays
the species name (my 2nd column), but the value of the combo box is bound to
the species ID (the 1st column, 0" width).
I need to use the species name to pass on to a report generated by this
form, but currently when I call Me.Species_Name (name of the combo box) I get
the species ID (which is nice for other things I am doing). Can I call the
value of the unbound column for the same record?
Thanks, Amanda
selections of all the species in the species table. The combo box displays
the species name (my 2nd column), but the value of the combo box is bound to
the species ID (the 1st column, 0" width).
I need to use the species name to pass on to a report generated by this
form, but currently when I call Me.Species_Name (name of the combo box) I get
the species ID (which is nice for other things I am doing). Can I call the
value of the unbound column for the same record?
Thanks, Amanda