Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MomentSurfer

    Entity Model and Foreign Key Names

    Greetings, I am developing my first ASP.NET application that uses the new Entity Framework in .NET 3.5 SP1. I am hoping someone can provide me with a tip for how-to name the Associations for my modeled entities. I have assigned custom foreign key names in my Microsoft SQL Server 2008...
  2. MomentSurfer

    Display Detail Records in Repeated Columns

    Greetings Everyone, I have a "Project" table, a "UserAccount" table, and a "ProjectResource" table. The ProjectResource table links a Project to a UserAccount. This is a many-to-many table. I need to create a VIEW that displays the project information and ALSO displays the first two...
  3. MomentSurfer

    JOIN Based Upon Stored Procedure Output and View

    Greetings everyone, I have a stored procedure that processes data and creates a temporary table to store the results. I wish to make the results available to other stored procedures and/or views (if possible) for the purpose of joining my results with other tables/views. I do not want to...
  4. MomentSurfer

    Stored Proc: Parameter As Filter with Multiple Values

    Greetings everyone, I wish to seek some advice and perhaps gain some insight towards how other people are approaching a similar task. I frequently use stored procedures to provide "list data" for my applications. The stored procedures usually have parameters to allow the aplication with a way...
  5. MomentSurfer

    Formula In Header That Totals Supressed Detail Data

    My report shows a series of amounts in the details section of a group. Some of the amounts are conditionally supressed (e.g. when date < #some date#). I need to show the total of the supressed amounts in the group's header. How should this be approached? I created a formula and inserted it...
  6. MomentSurfer

    Group Header Formula Based Upon Subsequent Group Footer Running Total

    To All Those Crystal Gurus Out There: I could use your help, if you'd be so kind. I am in the process of developing a report that needs to behave a lot like a bank account statement. The report needs to show the starting balance as of a specified date (StartDateParameter) and then show all of...

Part and Inventory Search

Back
Top