View Full Version : Mismatching


joet
03-27-2002, 08:59 AM
I deal with a database that feeds off of records sent to us; with one particular query, I am trying to track last visits from retailers, however the query I have set up does not agree with the records and I am lost as to how I can update this query...please help!!!

Rich
03-27-2002, 11:53 AM
Update the table it's based on?

joet
03-27-2002, 12:09 PM
Rich, is there anything special I need to do to update the table that I'm using?

Pat Hartman
03-27-2002, 12:28 PM
Does the query have any selection criteria that would cause it to return fewer records than just opening the table?

joet
03-27-2002, 12:44 PM
Hi Pat...I'm drawing off of a table that tracks these records; I've included a field in part of the query, in the "total" row I have the word "last", and as criteria I have the expression "<1/1/02". By this I hope you understand my situation; is there any suggestions that you can give me at this point?

Thanks
Joe

Rich
03-27-2002, 01:12 PM
Change last to Max on the date field