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 gkittelson 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. MistaP

    Multi-Link Question

    I'm wondering if this is even possible, as I have multiple one-to-many relationships? Should I use a subreport, since the left joins did not work, the data that is being returned is only returning one instace of the employee name.
  2. MistaP

    Multi-Link Question

    I just gave this a try, and it still does not work. When I add the second table, it simply gives me the blank screen. However, the link is identical to the first linking, which is odd.
  3. MistaP

    Multi-Link Question

    The formula that I have been trying is: if ({errors.enteredBy} = {Users.user_id}) ({Users.FirstName}+{Users.LastName}) else {Users.user_id} When I use this formula to check my data, it always returns the userid for entereBy, but it returns the same userid for ResolvedBy and CheckedBy -...
  4. MistaP

    Multi-Link Question

    dbo.Users KeyID User_ID FirstName LastName 1 001 bob smith 2 002 jack black 3 003 dave sanders 4 004 chris farley 5 005 jane doe dbo.errors errorID EnteredBy ResolvedBy CheckedBy 1...
  5. MistaP

    Multi-Link Question

    The equals will join one value, but will not return multiple values. I can link via one of the user_id columns. If I reference by multiple columns, I get a blank report.
  6. MistaP

    Multi-Link Question

    I am rather new to Crystal Reports XI, and I have had a few issues with linking the data. I have a report that is linked off of a multiple tables in a T-SQL database (MS SQL 2005) The data that I am entering is from a table which contains user_id's and has a lookup table with the information...

Part and Inventory Search

Back
Top