D
Dee
I designed my tables in the following format:
PartsTable
----------
PartNum
Material
AmtMaterial
MaterialInv#
Then based on recommendation that I not store duplicate
data I(probably mistakenly since I may not understand the
concept) created a lookup table for PartTable.Material
based on:
MaterialsTable
--------------
AutoNumber
MaterialName
Now I am trying to use an append query to populate my
PartTable. The append data comes from an imported Excel
spreadsheet. The append query will not work.
What in particular(if not the whole design) could be the
problem?
thanks for any assistance you can provide this Access dummy
PartsTable
----------
PartNum
Material
AmtMaterial
MaterialInv#
Then based on recommendation that I not store duplicate
data I(probably mistakenly since I may not understand the
concept) created a lookup table for PartTable.Material
based on:
MaterialsTable
--------------
AutoNumber
MaterialName
Now I am trying to use an append query to populate my
PartTable. The append data comes from an imported Excel
spreadsheet. The append query will not work.
What in particular(if not the whole design) could be the
problem?
thanks for any assistance you can provide this Access dummy