I'm sorry for these stupid basic questions. I've been told to start using access to create various reports, got some rush two day seminars, and now I'm supposedly the local access expert.
I'm lost and feeling utterly helpless , and just want to go back and say "this can't be done". but, I'm going to give it one last try.
We have a very crappy case management system we have to use. Its inflexible, and doesn't do much of what we need. therefore, we are exporting data from it, in excel, to use in Access to create the reports we need.
So, weekly, I have to download the data from our program. Each case has a unique case number, and lots of related fields.
I have several additional fields to add to each record needed for the type of reports we want to do. (Special Case Types, Status summary, progression of each case, etc).
However, updating this information is pointless. Because, each week, when I import the update data from our case management program to the access table, all the additional fields I've entered will be wiped out.
I could create an additional separate table with those fields, using the case number as the primary key to have the tables relate to each other, but then I'll have to manually enter a case number every time a new case is created so the fields I'm entering data for can be linked up with all of the data in the imported table. Which duplicates all the work I'm doing with the case management system. . I cant even just import the new case numbers, as that will wipe out any data in that table.
Is there any way to import information without destroying updated fields? Can I designated certain fields as locked and not to be overwritten in the import? These fields wont exist in the source file anyway, so why are they being removed by the import?