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 TouchToneTommy 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: *

  • Users: bdragoo
  • Content: Threads
  • Order by date
  1. bdragoo

    DISTINCT and CASE statements

    I'm working on a report that needs to return information from clients. If they have a policy #, then it needs to return their demographic information along with that #. If they do not have a policy number, then it needs to simply return their demographic info. Currently, it "doubles up" on...
  2. bdragoo

    DISTINCT and Case Statements

    I'm working on a report that has a distinct clause, but also a Case statement. The Case statement splits a field into two separate responses, basically making it appear twice, instead of once. Is there any way to define the ELSE in the Case statement so the ELSE just doesn't show up? I've...
  3. bdragoo

    Showing Case States in Forms?

    So, we have this form we give to clients to have them fill out information. The form is printed from an sql-based application software. My question is: is it possible to show all of the options as it prints out? Rather than just getting the THEN "answer", is there a way to show all of the...
  4. bdragoo

    Create View already in Database

    We've been trying to plant a Create View into our server, but whenever we attempt to execute the script, we get an error message that says "Cannot create ViewXYZ because there is already object ViewXYZ in database". Naturally, there are no tables, views, or other readily apparent objects...

Part and Inventory Search

Back
Top