View Full Version : help jaydlewis my list box won't work


phillpc
04-30-2000, 11:03 AM
I follwed you example from question the question about list box or combo box and both answers appear in the form and I can't select one or the other. I have a sield called status and the sanswer is approved or denied. I set
Set the RowSourceType to "Value List"
Set the RowSource to "Approved;Denied"

The field is displaying as Approved;Denied instead of one or the other.

R. Hicks
04-30-2000, 12:13 PM
Remove the Quotes.
Row Source: Approved;Denied (no quotes)

HTH
RDH

[This message has been edited by R. Hicks (edited 04-30-2000).]

phillpc
04-30-2000, 12:31 PM
Thanks! I've just been at it way to long today!