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 strongm 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: rdjohnso
  • Order by date
  1. rdjohnso

    Does this DLookup syntax Look correct?

    ok so I thought I would change it up.... something more literal using the strMonth from another field. Anything obvious I am missing? =DLookUp("[OrgCosts]","rdqry_AllocatedOrgHoursRatesPerPeriod","[Organization] = 'Daou' AND [strMonth] = 'Jan'")
  2. rdjohnso

    Does this DLookup syntax Look correct?

    well this doesnt even work... =DLookUp("[OrgCosts]","rdqry_AllocatedOrgHoursRatesPerPeriod","[Organization] = 'Daou'") it would bring back about 5 records so thats probably why this doesnt work....
  3. rdjohnso

    Does this DLookup syntax Look correct?

    tried both... what am I missing? =DLookUp([OrgCosts],"rdqry_AllocatedOrgHoursRatesPerPeriod","[Organization] = 'Daou' And dtmStart Like '1/*/" & Year(Date()) & "'")
  4. rdjohnso

    Does this DLookup syntax Look correct?

    you got me Zion.... the 'Daou' part works but guess the other 2 parts dont work.... the values of 'dtmStart' example: 1/1/2006 I need to get the record where the month of dtmStart is January or 1 AND year of dtmStart is currentYear.(2006) R any other ide
  5. rdjohnso

    Does this DLookup syntax Look correct?

    thanks Zion... I tried that but it didnt fix it.... R
  6. rdjohnso

    Does this DLookup syntax Look correct?

    Here is the code: =DLookUp("[OrgCosts]","rdqry_AllocatedOrgHoursRatesPerPeriod","[Organization] = 'Daou' AND Month([dtmStart]) = '1' AND Year([dtmStart]) = " & Year(Date())) The Query is pulling data from another query.... but the names of the fields are exactly as shown.... The query...
  7. rdjohnso

    Access 101 ?

    MajP.. you repliesd to me but didnmt give me an alt email addy... Pls do, Thx Ron
  8. rdjohnso

    Access 101 ?

    MajP. I am trying to reply to the email u sent me and it gets bounced... do u have another email address that u can send to me so I can respond? Are you avail via IM to chat? Thx for ur help, Ron
  9. rdjohnso

    Quick Date ?

    What I have.... =TotalResourceCost("GWHIS",#1/1/2006#,#1/31/2006#) What I need.... =TotalResourceCost("GWHIS",A1,B2) A1 - should be 1st day of Jan, CurrentYr B2 - should be Last day of Jan, CurrentYr Ideas? Thanks for assistance
  10. rdjohnso

    Access 101 ?

    PS... Email me if your willing.... lardj2332 <at> adelphia.net.... Are you avail via one of the IM Services? If so, which?
  11. rdjohnso

    Access 101 ?

    OK Majp..... here's the big ?... It looks like the data is correct, super thanks... I have to call these queries in my control Source for each cell... so if you go to the following Report..... 'Grpt_ResourcePlanning' you will c the cells I have to popuate a cell for a specific group for a...
  12. rdjohnso

    Access 101 ?

    wow, had no idea you would put in that much effort..... thanks a bunch... will give it a try... R
  13. rdjohnso

    Access 101 ?

    did you run it against those functions or is this just a sumnation of total hours grouped by organization?
  14. rdjohnso

    OK... simpler question.....

    ah.. that makes sense.... one half dozen or the other... guess your way makes more sense. Thx, Ron
  15. rdjohnso

    OK... simpler question.....

    very interesting.... the value I get running against my piece is the same value.... what I dont get.... ia how the DAvg() function knows to calculate the Rate / PersonCount
  16. rdjohnso

    OK... simpler question.....

    Little variation .. but it finally worked.... Thanks a bunch Ron
  17. rdjohnso

    Access 101 ?

    thanks Majp.. hope u can too.... http://207.195.226.110/lnrconsultingCom/htdocs/misc/BlueWhite.mdb The Module I am working on is called: mResourceInfo In it, I need to call the other functions in the other modules... mPersonHrs & mPersonCost... Thx for willingness to even look.. Ron
  18. rdjohnso

    OK... simpler question.....

    here's the Db in case u want to look at it... http://207.195.226.110/lnrconsultingCom/htdocs/misc/BlueWhite.mdb
  19. rdjohnso

    Access 101 ?

    if willing, I will post the Db on my server and provide a direct link to the file... LMK Ron
  20. rdjohnso

    OK... simpler question.....

    snyper... I get the dreaded ''Organization is not part of an aggregaite function error' using the SQL Statement you provided... I playeed with it for awhile but to no avail... ideas?

Part and Inventory Search

Back
Top