"samdev" <la***@noblesoftwaresolutions.comwrote in message
news:44**********************************@13g2000h sb.googlegroups.com...
>I have set up a table with a few fields that are set to
required....all work fine except the fields that are Lookup from
another table.
What am I forgetting to set?
If you truly mean they are defined as LookupFields in the Table, back slowly
away, making signs to ward off evil.
Replace the LookupFields with a Foreign Key to the Table where key and value
for the Lookup is stored. Now, if you insist on playing novice user and
looking at the datasheet view, you'll see the foreign key value, not the
descriptive information (but you'll be seeing exactly what is stored) and
you'll know you can create a query joining the two tables to see the full
information.
What you won't get are the "varagies and eccentricities" of Lookup Fields
which store one value and display another... for anyone who's not doing a
novice-level database and needs to flatten their files in the tables, Lookup
Fields end up being more trouble than they are worth, and should be replaced
with Lookup Tables, as I described above..
Larry Linson
Microsoft Office Access MVP