I got a database which has several different tables which I want to update to a new table which will automatically update everytier somebody eters information.
But here's the problems:
1. I am trying to get a status on each client per representative. They enter several statuses during the day, but I only want my table to update the very last status of the day. i know i can do this by putting a max date on the stamp, but can i just have a table that will enter this new data i without having to write a macro to update the table daily?
2. The main reason I don't want to use just the status table is because my data for the report I need is on 4 other tables, so ideally I want a regular table that I don't hAVE TO UPDATE EVERY DAY. I JUST WANT TO Take columns from 5 different tables into one table and run queries off that.
5. I don't know how to do any of the above without having to use and update query.
Please help me!! as many responses as possible would be appreciated!@!!
But here's the problems:
1. I am trying to get a status on each client per representative. They enter several statuses during the day, but I only want my table to update the very last status of the day. i know i can do this by putting a max date on the stamp, but can i just have a table that will enter this new data i without having to write a macro to update the table daily?
2. The main reason I don't want to use just the status table is because my data for the report I need is on 4 other tables, so ideally I want a regular table that I don't hAVE TO UPDATE EVERY DAY. I JUST WANT TO Take columns from 5 different tables into one table and run queries off that.
5. I don't know how to do any of the above without having to use and update query.
Please help me!! as many responses as possible would be appreciated!@!!