Recent content by broberts

  1. B

    Solved Query Error

    Thanks, that is easier to read as well.
  2. B

    Solved Query Error

    I got it.... I was putting the expression in the criteria box instead of the field box. Silly mistake. Thank you all for the input!
  3. B

    Solved Query Error

    Query is not included because I am not able to save the object with the error. The query includes the calculated field as well as InstanceID, TotalCost, BalanceDue, Phone, and Email.
  4. B

    Solved Query Error

    Here is a copy. It is a textbook assignment so none of the info is real/sensitive.
  5. B

    Solved Query Error

    Payer: IIf(IsNull(BillingLastName), FirstName & " " & LastName & " (student)", BillingFirstName & " " & BillingLastName & " (billing)") This is my final version of the expression I've tried... I see no syntactical errors but I still have one apparently.
  6. B

    Solved Query Error

    Thanks, will try this!
  7. B

    Solved Query Error

    This returns the same error. I do not believe that the database has any other problems with relationships between these tables, so the issue is isolated to just this expression.
  8. B

    Solved Query Error

    I made sure to type this exactly as you have sent it. The query still returns an error.
  9. B

    Solved Query Error

    Yes, (Student) and (Billing) are meant to be concatenated depending on the value of the expression as text at the end of the field. Code still gets the same error referencing . (dot) or ! operators or invalid parentheses.
  10. B

    Solved Query Error

    Hello, I have been having an issue with a query that returns an error: The expression you entered has an invalid . (dot) or ! operator or invalid parentheses. You may have entered an invalid identifier or typed parentheses following the Null constant. The query is meant to create a calculated...
Top Bottom