How would I go about retrieving data from one table into another?
One Table "A" has three fields "Subject#", "Subject" and " "Date"
Another table "B" has a form attached that is used in scheduling these subjects with the same three fields mentioned above. (plus other fields that need not be updated) What I would like to do is just periodically retrieve information from the "Date" field from table "B" and insert it in the date field inTable "A".
This will keep track of the information so that duplication of subject will now occur at a too frequent occurance.
One Table "A" has three fields "Subject#", "Subject" and " "Date"
Another table "B" has a form attached that is used in scheduling these subjects with the same three fields mentioned above. (plus other fields that need not be updated) What I would like to do is just periodically retrieve information from the "Date" field from table "B" and insert it in the date field inTable "A".
This will keep track of the information so that duplication of subject will now occur at a too frequent occurance.