mission2java
Programmer
In my database which is SQL Server..I have a table listing a 9 digit code...but the problem is management wants to be able to select a parameter of the last three digits of this 9 digit code. Plus the report needs to show the 9 digit code and the last three digits of this code seperatly. So do I create a stored procedure in SQL Server or do I create a query? Can I create a query...I mean how should I let crystal see this data? I cannot just tell it to use the table can I? Because I need specific things such as the three characters from the right side of that 9 digit code.
Jon
Jon