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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Janet95

  1. Janet95

    How to base one report on mulitpule queries.

    Bascially, I think it's just the from statement. The select query is for the first two quieries should only pull from the heat.calllog table. all the others should pull from the join below From Heat.CallLOg inner join Heat.Asgnmnt on HEAT.CallLog.CallID=HEAT.Asgnmnt.CallID Thanks Janet...
  2. Janet95

    How to base one report on mulitpule queries.

    Hi lbass, My other issue is basically I have 9 seprate queries I want to be in one CR. I'm like super new at CR so I'm almost clueless on how to do this. I want to have the results of all 9 show up in one CR. asknelson19 was kind enough to place all 9 in one big select case statement which I...
  3. Janet95

    How to base one report on mulitpule queries.

    OK new issue. The first two sum/select statments only pull of the heat.calllog table. The rest pull off the join of two tables. So I can't get that part to work correctly. Also, I want to be able to use the between statement for the query for dates, I have 3 date fields though and each...
  4. Janet95

    How to base one report on mulitpule queries.

    Yes, That worked!!!!!! Thank you soooooooooooooooooooooooooo MUCH!!!! your a life saver!!!! Thanks Janet [ponytails2]
  5. Janet95

    How to base one report on mulitpule queries.

    Thanks, I'm trying it now. There are a few open/closed bracket errors. I'll see if this works. So I should just place this in the same command as I had the last one, right? Thanks Janet [ponytails2]
  6. Janet95

    How to base one report on mulitpule queries.

    Hi want to create one crystal report that returns the values for several items. I opened up a new report and the only thing I added was a command. In the command I added the following quieries: select Count (*)As CallsIn from heat.calllog where...
  7. Janet95

    Crystal 10 Report Help????

    OK I tried that but it didn't work. Not sure if I'm doing it right. I get the error message ... "The remaing text does not appear to be part of the formula." Thanks Janet [ponytails2]
  8. Janet95

    Crystal 10 Report Help????

    So should I keep my Parameter field called date range? Thanks Janet [ponytails2]
  9. Janet95

    Crystal 10 Report Help????

    Hi, I'm extremly rusty on Crystal and I need to create a report for our VP ASAP so I'm in a panic and not having any luck. I have a table called Calllog The fields I need in the report are CallLog.ClosedDate and CallLog.RecvdDate. All I need is a count of records with a CallLog.ClosedDate...
  10. Janet95

    Missing Sub Forms???

    Hi, I just have a parent record with a child record attached to it with a primary key. So, the main recored has a column named childID. If I remove the value from the parent record with txtID = "", then the child record will be disacosciated from it. In other words I have a main form with a...
  11. Janet95

    Missing Sub Forms???

    Hi, I ran into this problem a long time ago, however I cannot remmeber the solution [sad] I have a form with mulitpule pages with subforms in each page. For some reason all of a sudden some of the subforms dissappear. If a record doesn't exist or if I go to add a new record the subform...
  12. Janet95

    Crystal 9.0 CrossTab format Question

    Great, Thanks this worked. This was a good work around. Thanks Janet [ponytails2]
  13. Janet95

    Crystal 9.0 CrossTab format Question

    Hi, I'm just now begining to work with Crystal Reports and I have a crosstab report that works great, but the format is not. I can seem to put my crosstab anywhere execpt for the report header and footer so this throughs of my page numbering. How can I get my crosstab to be in the Details...
  14. Janet95

    trim / out

    Thanks Everyone!!! Ken it worked,it was by number. I used ORDER BY DatePart("m", tblYouth.DOB) Thanks you all are wonderfull!!!! Thanks Janet [ponytails2]
  15. Janet95

    trim / out

    OK,I thought this was working correctly but it's not. In the query below I'm trying to order the tblYouth.DOB date field by month. The format of the field is mddyyyy in the table. The order by ("M" tblYouth.DOB); is the part that's not working correctly. SELECT tblYouth.FirstName...

Part and Inventory Search

Back
Top