LeahLady79
Programmer
Hello all,
Here is my dilemma. I have to write a program to access data and run reports. The data is being held in Paradox tables that are generated by a seperate program. This program is not designed to access the information that one of our clients now wants (they want to know which sales reps created which presentations in which months and for how much)... and it is not feasible for us to incorporate this new feature to the software package (all about the $$$, I think).
SO, normally this wouldn't be a problem... BUT, since the program wasn't designed to call up the sales rep information, the primary key (which should have been either an auto number or a composite key) is one field that combines sales rep's user name and a date/time stamp.
In order for my program to run the reports that the client is requesting, I need to lose the date/time stamp so that I can group sales information by sales reps.
So, any ideas how I can do this??
Thanks!
Here is my dilemma. I have to write a program to access data and run reports. The data is being held in Paradox tables that are generated by a seperate program. This program is not designed to access the information that one of our clients now wants (they want to know which sales reps created which presentations in which months and for how much)... and it is not feasible for us to incorporate this new feature to the software package (all about the $$$, I think).
SO, normally this wouldn't be a problem... BUT, since the program wasn't designed to call up the sales rep information, the primary key (which should have been either an auto number or a composite key) is one field that combines sales rep's user name and a date/time stamp.
In order for my program to run the reports that the client is requesting, I need to lose the date/time stamp so that I can group sales information by sales reps.
So, any ideas how I can do this??
Thanks!