Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

Here is the background:

1. A record is created in a r_desc table with 65 columns with plain text and numeric data
2. Later a user chooses to compare the record in r_desc table with matching records in p_desc table for display
3. The user then selects some or all these records and the primary keys of the selected records are appended to the original (baseline) record in r_desc table
4. The user generates a report which shows comparison of the attributes of each record in p_desc with baseline attributes in r_desc and displays chart (bar graphs) with variance.

As I finish writing this message I realize this is like searching for a product on a ecommerce website, retrieving results and adding some of the retrieved records to a wishlist by checking them.

Any help to help me achieve this will be much appreciated.

Thanks.
Posted
Updated 10-Dec-14 0:03am
v2
Comments
Richard MacCutchan 10-Dec-14 7:24am    
To achieve what? This is just a general wish list, we have no idea what coding or database activities you are using.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900