I am have just started a large (for me!) project which involves rationalising 9 various spreadsheets and databases in to one access database. all spreadsheets will be Excel 97 and all Access will be Access97.
I have tried this kind of thing befre and have come unstuck when trying to update records from one table to another. i.e. i have two list of company details one more recent than the other. what i would like to do is update the older version (contains most records) with details from the newer version.
I have tried
update TableA SET TableA.Xvalue = Tableb.Xvalue
From TableB
Where TableA.YValue = Tableb.YValue
I end up with a prompt for a parameter, I am obviously fundemenally not understanding what teh procedure is
help.......
I have tried this kind of thing befre and have come unstuck when trying to update records from one table to another. i.e. i have two list of company details one more recent than the other. what i would like to do is update the older version (contains most records) with details from the newer version.
I have tried
update TableA SET TableA.Xvalue = Tableb.Xvalue
From TableB
Where TableA.YValue = Tableb.YValue
I end up with a prompt for a parameter, I am obviously fundemenally not understanding what teh procedure is
help.......