Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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