So I am getting data from another database and i have the table linked. Created a query and will append it to my main table. When I append them I want to have them all added as students. The other table doesn't have a field called 'students'. Is there any way I can add that field to my main table when appending the query? If so, how?
2nd question, same scenerio, but the table has a linked table to a class number, which that table has the start and end dates which I'd like to put into the main table as well. How do I get that information. The student table has a 'class number' field, which simply has a number. those numbers line up with class numbers with the dates. Can I join that information and then append?
2nd question, same scenerio, but the table has a linked table to a class number, which that table has the start and end dates which I'd like to put into the main table as well. How do I get that information. The student table has a 'class number' field, which simply has a number. those numbers line up with class numbers with the dates. Can I join that information and then append?