Recent content by Rene Lazaro

  1. R

    Windows Username in Table

    Yes; fGetUserName is called from a public function I have declared in a module. In light of some research I've done on the issue, I will opt for Bob's solution - insert it with a form - which I was trying to avoid. Guess there's no way around it. Thanks for your help!
  2. R

    Windows Username in Table

    Good morning, I employ a function that obtains the windows username and use fGetUserName() on forms to obtain it. This works great, however, when I insert fGetUserName() into the Default Value property of a field in my table, I get a message stating that the function is unknown. How can I...
  3. R

    Problem with Query Calculation

    I was not aware of the evils of using lookup fields in tables. This is perfect! Thanks again!!!!!!!!!!! Rene
  4. R

    Problem with Query Calculation

    [Injury Classification] is a text field. Yes; I am after a count of how many records had an injury classification = "Lost Time". tbl_Injuries 1) Case Number (Auto Number) - Primary Key 2) Social Security Number (Text) 3) Injury Date (Date/Time) 4) Description (Memo) 5) Insurance Code...
  5. R

    Problem with Query Calculation (Part 2)

    Good morning, The query has the following six columns (Totals Query): Column 1 (Group By) TheMonth: Month([tbl_injuries].[injury date]) Column 2 (Group By) TheYear: Year([tbl_injuries].[injury date]) Column 3 (Group By) [Parent Company] (There is a relationship between two tables. Please...
  6. R

    Problem with Query Calculation

    I am trying to use the same approach with another scenario but am unsuccessful, can you help? The query has the following six columns (Totals Query): Column 1 (Group By) TheMonth: Month([tbl_injuries].[injury date]) Column 2 (Group By) TheYear: Year([tbl_injuries].[injury date]) Column 3...
  7. R

    Problem with Query Calculation

    Good morning jzwp22, This is it! Exactly what I needed! Thanks a loooooottttttttt! Rene
  8. R

    Problem with Query Calculation

    The query has the following six columns (Totals Query): Column 1 (Group By) Month: Format([Begin],"mm") Column 2 (Group By) Year: Year([Begin]) Column 3 (Group By) [Parent Company] Column 4 (Sum) [Hours] Column 5 (Expression) Hours Ytd...
  9. R

    Is it possible to create this report?

    Good afternoon, I am trying to develop a report but get a message stating that I have reached the limit to the amount of tables that can be open at the same time when I run a test report. As a result, I cannot conclude its development. I've attached two pages of the report for your review...
Back
Top Bottom