P pwicr Registered User. Local time , 22:31 Joined Sep 22, 2011 Messages 144 Oct 1, 2012 #1 I have a table of Dealers. Each dealer has a REP. I want to CHANGE the rep of the Dealer going forward but RETAIN the historical. How do I do that?
I have a table of Dealers. Each dealer has a REP. I want to CHANGE the rep of the Dealer going forward but RETAIN the historical. How do I do that?
John Big Booty AWF VIP Local time Today, 15:31 Joined Aug 29, 2005 Messages 8,262 Oct 1, 2012 #2 How a bout a table that hold your Dealer Rep, it might be structured; TBL_DealerRep DealerID (FK) RepDate DealerRep You could then simply show the Max of RepDate.
How a bout a table that hold your Dealer Rep, it might be structured; TBL_DealerRep DealerID (FK) RepDate DealerRep You could then simply show the Max of RepDate.
P pwicr Registered User. Local time , 22:31 Joined Sep 22, 2011 Messages 144 Oct 2, 2012 #3 John Big Booty said: How a bout a table that hold your Dealer Rep, it might be structured; TBL_DealerRep DealerID (FK) RepDate DealerRep You could then simply show the Max of RepDate. Click to expand... For RepDate. Use date field i presume. And enter the start date of the rep or the end date of the rep?
John Big Booty said: How a bout a table that hold your Dealer Rep, it might be structured; TBL_DealerRep DealerID (FK) RepDate DealerRep You could then simply show the Max of RepDate. Click to expand... For RepDate. Use date field i presume. And enter the start date of the rep or the end date of the rep?
P pwicr Registered User. Local time , 22:31 Joined Sep 22, 2011 Messages 144 Oct 2, 2012 #4 and where/how would I enter "Max of repdate"?
John Big Booty AWF VIP Local time Today, 15:31 Joined Aug 29, 2005 Messages 8,262 Oct 2, 2012 #5 Have a look at Totals Query, use that to populate a sub form containing rep. Does Rep expire after a set period or does it simply get replaced by the following Rep Date
Have a look at Totals Query, use that to populate a sub form containing rep. Does Rep expire after a set period or does it simply get replaced by the following Rep Date