Hi,
1) Can somebody please tell me if it's possible to generate reports from SQL server and how?
2) Now my system is complete I will be passing the database over to the admin staff. Each week they will update the database with new data but I don't want the old data to be deleted. How can I write the code so that if the new data is the same as the old data then ignore it, otherwise enter a new record? The main changes will be when new staff join the company or staff leave.
3) Is there a way of copying data from one table to another when an update is complete? I want particular columns to be transferred to other tables when they have been updated to save admin staff ahving to pick out the data required and paste it into the other tables.
Any help would be greatly appreciated! Thanks.
1) Can somebody please tell me if it's possible to generate reports from SQL server and how?
2) Now my system is complete I will be passing the database over to the admin staff. Each week they will update the database with new data but I don't want the old data to be deleted. How can I write the code so that if the new data is the same as the old data then ignore it, otherwise enter a new record? The main changes will be when new staff join the company or staff leave.
3) Is there a way of copying data from one table to another when an update is complete? I want particular columns to be transferred to other tables when they have been updated to save admin staff ahving to pick out the data required and paste it into the other tables.
Any help would be greatly appreciated! Thanks.