Hi,
I am new to Access.
I would like to dot he following without programming:
A) have an input form where I select 2 files which are a) excel CVS files and 2) always formatted the same (i.e. same columns names) but have different number of entries (rows)
B) those two files have in common only a product number which SHOULD only occur once in each file BUT sometimes one file might have two by mistake OR one such number is present in one CVS but not the other. In this case I can ignore the product that has the serial number only in one CVS file
C) automatically link those two files to create (?) a new table of combined data
D) whenever I want to add a new type of product I just click some ADD button on the input form and all the new data is checked and added as mentioned in (C) above
KEY - Description ---------- Combined data from 2 CVS files on same line ONLY ---------- CVS file A (colour, material) --------------- CVS file B (cost, supplier)
0 - Bottles ---------- colour, material, cost, supplier, material ---------- from -> ----------list of all bottles colour and materials ---------- list of all bottles cost and suppliers
1 - Plates ---------- colour, material, cost, supplier, material ---------- from -> ----------list of all plates colour and materials ---------- list of all plates cost and suppliers
2 - Forks ---------- colour, material, cost, supplier, material ----------from -> ----------list of all forks colour and materials ---------- list of all forks cost and suppliers
3 - Spoons ---------- colour, material, cost, supplier, material ---------- from -> ----------list of all spoons colour and materials ---------- list of all spoons cost and suppliers
Quations:
1) Is it possible and how? Could you please point me in the right direction on how to best implement it?
2) What are the potential issues to watch out for and how could I avoid them and/or setup the system so it resolves them automatically without giving any errors? i.e. in the case of point (B) above where one product number/row is available only on one of the 2 CVS sheets... is that a problem or does Access automatically ignore it?
Many thanks for all help!
Rick