Is there a way to avoid the Lookup Wizard? When I carefully place all my
tables and relationships for easy reading, then close and reopen the
relation window, Access redraws the diagram by introducing new dummy tables
and all the relations are overlapping spaghetti.
Sure, you can avoid the Lookup Wizard. JUST SAY NO!
Don't define any fields in your table as Lookup Fields. They are NOT
obligatory; they are NOT necessary; and they're NOT even helpful!
If you need a lookup capability - and, of course, you will - simply
create the lookup table yourself, just as a native table; for instance
you could have something as simple as
Titles
Title Text(15)
with values "Mr.","Mrs.","Ms.","Miss","Dr."
which would give you the flexibility to add
"His Excellency","Her Royal Highness"
when occasion arose. With this, you could use a Combo box bound to
Titles on a form to enter data into a text Title field.
Or, you could have a two-field lookup table:
Departments
DepartmentID Autonumber
Department Text
Put a Long Integer DepartmentID in your personnel table, and again use
a combo box on a Form based on Departments; the ID would be the bound
column but the department name would be the visible column.
The relationships window will *still* be flaky. I really like the
multiple adjustable relationship windows in a Microsoft Project .adp -
wish they could do the same with .mdb files!
John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps