J
JudgeYugiDad
This seems simple but I am hitting a brick wall. I have a customer
visit table that lists each visit I make to a customer. I want to be
able to run some reports that will show the last time (not each time) I
visited each customer. My original thought was to create a crosstab
query to show the Max date in the total field and then run a second
query to use that date to update the "last visit" field in my customer
master table. When I created the second table and set it to update the
"last visit" filed from the total field in the crosstab query, I got an
error message stating the update must be from an updatable query.
Any suggestions on a better way to do this. I have also tried to hide
the details in the reports and while that gets me only one line per
customer, the date is not the most recent one.
visit table that lists each visit I make to a customer. I want to be
able to run some reports that will show the last time (not each time) I
visited each customer. My original thought was to create a crosstab
query to show the Max date in the total field and then run a second
query to use that date to update the "last visit" field in my customer
master table. When I created the second table and set it to update the
"last visit" filed from the total field in the crosstab query, I got an
error message stating the update must be from an updatable query.
Any suggestions on a better way to do this. I have also tried to hide
the details in the reports and while that gets me only one line per
customer, the date is not the most recent one.