Well, Karl, now you have complete lost me.
I have a FORM with a textbox
I have a Table that has three values in it - approved, cancelled, and
rejected.
In the CONTROL SOURCE property of the text box, I enter the name of the
table with three values. This is suppose to make the values available for
data entry on the form; however, I get the #NAME? error, what am I doing
wrong; this is suppose to work; please don't give me another way of doing it.
If you can't please let someone else answer. Thank you in advance.
phmckeever
>>I get the #NAME? error
Access does not recognize the source name you supplied.
Your form should have a Record Source of a table or a query that pulls
records from a table.
Each textbox should be bound to a field of that table to be able to read
data, edit data, and to ad new records.
To be able to use a dropdown selection of values for a field on the form you
need a Lostbox or a Combobox instead of a Textbox. The listbox would have
the field as Control Source and then your Status table as Row Source as
mentioned in past post. You want to have Column Count of 1, Column Heads No,
Column Widths based on how wide it takes to display your status, and Bound
Column 1.

Signature
KARL DEWEY
Build a little - Test a little
> Well, Karl, now you have complete lost me.
>
[quoted text clipped - 39 lines]
> > > > >
> > > > > phmckeeve
phmckeever - 10 May 2007 21:11 GMT
"The listbox would have "the field" as Control Source"
What Field???????????
"then your Status table as Row Source as mentioned in past post."
Row Source in what controls properties?????????????
Your responses to me a too vague; you will have to spell it out. Would you
please, please, please enumerate the steps you are talking about. I have
told you, I have a form and I want to have a list of values available to the
field on the form. PLEASE SPELL IT OUT!!!!!!!!!!!!!!!!!
phmckeever
> >>I get the #NAME? error
> Access does not recognize the source name you supplied.
[quoted text clipped - 53 lines]
> > > > > >
> > > > > > phmckeeve
phmckeever - 10 May 2007 21:32 GMT
FIGURED IT OUT;
> >>I get the #NAME? error
> Access does not recognize the source name you supplied.
[quoted text clipped - 53 lines]
> > > > > >
> > > > > > phmckeeve