I have a macro that imports data into a RAWProject table. I would like to write a routine that reads through the RAWProject table, checks to see if the project# (key) exists in the MasterProject table. If it does not exist, append the project record to the MasterProject Table. It it exists, update the project info in the MasterProject table.
This sounds really easy but I do not know where to begin in writing a FOR loop to cycle through the RawProject table.
Does anyone have an example.
This sounds really easy but I do not know where to begin in writing a FOR loop to cycle through the RawProject table.
Does anyone have an example.