I used the Lookup Wizard in a table.
Nicole
>I used the Lookup Wizard in a table.
And my answer to that is: Don't do it. In spite of the fact that Microsoft
allows you to do it, is the wrong thing to do ... ALWAYS. The reasons are
here:
http://www.mvps.org/access/lookupfields.htm
Build a query and use forms (even datasheet forms, if necessary) to edit
your data. A user should never see a table or even know of their existence.

Signature
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
Nicole - 21 May 2007 16:37 GMT
So, is the combo box wizard in the form a better option? The evil list
doesn't suggest that. Or, should I just make another separate table to hold
the values I want the combo boxes to offer?
Nicole
> >I used the Lookup Wizard in a table.
>
[quoted text clipped - 6 lines]
> Build a query and use forms (even datasheet forms, if necessary) to edit
> your data. A user should never see a table or even know of their existence.
Arvin Meyer [MVP] - 23 May 2007 04:54 GMT
Yes, use the form wizard. Always edit data in forms, not tables. Tables are
for storing and maintaining data. For a report, you can link the tables in a
query and add the "lookup field" to the query.

Signature
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
> So, is the combo box wizard in the form a better option? The evil list
> doesn't suggest that. Or, should I just make another separate table to
[quoted text clipped - 15 lines]
>> your data. A user should never see a table or even know of their
>> existence.
Nicole - 21 May 2007 17:49 GMT
A better question, I think, would be, how do I undo what's already been done?
Nicole
> >I used the Lookup Wizard in a table.
>
[quoted text clipped - 6 lines]
> Build a query and use forms (even datasheet forms, if necessary) to edit
> your data. A user should never see a table or even know of their existence.
Arvin Meyer [MVP] - 23 May 2007 04:57 GMT
Not hard at all, the data is probably correct, it's just displayed wrong.
First make a copy of the database file (several copies until you get really
sure of yourself) then, go into the table design and change the display from
combo to text box. Read the Select statement first so you can make similar
queries, if necessary.

Signature
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
>A better question, I think, would be, how do I undo what's already been
>done?
[quoted text clipped - 13 lines]
>> your data. A user should never see a table or even know of their
>> existence.