append querry with lookup table

  • Thread starter Thread starter Craig
  • Start date Start date
C

Craig

I have a user trying to append records using append querry. She cant get
the values to populate the field with the lookup table however. Im sure its
because it is data from another table. Is there a trick to making this
work??

regards

craig
 
Does this relate to normalisation of data, whereby she has denormalised data
which she wants to import into a normalised db?
 
:> No
James Goodman said:
Does this relate to normalisation of data, whereby she has denormalised data
which she wants to import into a normalised db?
 
I have a user trying to append records using append querry. She cant get
the values to populate the field with the lookup table however. Im sure its
because it is data from another table. Is there a trick to making this
work??

regards

craig

Yes; you must append the hidden numeric ID, not the looked-up text
value. This is one of MANY reasons to dislike Microsoft's misdesigned
"Lookup Wizard" - see

http://www.mvps.org/access/lookupfields.htm

for a critique.
 
So what is she trying to do? Can you give table & column names?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top