When Office stops working as expected, start with the shortest official checks before you reinstall anything.
Problem Description: Rookie Needs Help Calling
I have a table "t Individual Items", shown below, for which I want to create a report with only two fields: {Artist ID] and a concatenated list of mediums for each [Artist ID}.  I copied Allen Browne's ConcatRelated code ([http://allenbrowne.com/func-concat.html]) into a module, compiled it, and saved it, calling it "ConcatRelated". I entered " = ConcatRelated("Medium]","[t Individual Pieces]","[Artist ID] -" & [Artist ID])" as the Control Source of one control on the report form. When I try to view it in Report view, I receive the message "Enter Parameter Value: ConcatRelated". I have also tried it without the parentheses. I have tried running "Compact and Repair Database", closing and reopening the database, and restarting my computer -- in that order -- after both attempts. Help! What am I doing wrong? Please help a relative novice who is trying to help out a non-profit.

Quick Answer for Others Quick Fix
The function is in a module which name is not the same as the function.
Likely Causes Behind Office Failure Patterns
The Microsoft account or license context may not match the purchase or device.
Cached credentials, outdated builds, or damaged local components can trigger others.
A file-specific corruption or add-in conflict can mimic a broader application failure.
Recommended Solution: Fixing Others Step by Step
When to use this: Apply these steps when the symptoms match and you can access the relevant Microsoft account or administrator.
Rename the module to anything except ConcatRelated, e.g. basFunctions.
Open the module, choose File > Save As, rename it.
Compile again: Debug > Compile.
In addition, looks like your syntax also has some typos - missed an opening bracket and = in the criteria.
Try using this as the report textbox Control Source: ```haskell =ConcatRelated("[Medium]","[t Individual Pieces]","[Artist ID] = " & [Artist ID]) ``` --- If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution.
Your contribution is highly appreciated. hth Marcin
Alternative Solutions for Fallback Options for Others
Retry the Microsoft-side steps after restarting the app and device.
Test the same action in a private browser session or a new blank file to isolate account vs file issues.
Capture exact error text and screenshots before contacting Microsoft Support or your administrator.
Working with WPS Office: Editing Files in WPS During Others

WPS Office cannot replace Microsoft account, activation, or cloud fixes for this scenario. It remains one of the best free Microsoft Office-compatible alternatives for opening and editing local files.
Download and install WPS Office from the official website.
Open local Word, Excel, PowerPoint, or PDF files in the matching WPS app.
Save a working copy locally while Microsoft-side issues are resolved.
Return to Microsoft Office after the primary fix succeeds.
If you need a practical local workspace in the meantime, try WPS Office.
Prevention Tips for Smooth Office Device Transfers
Keep one primary Microsoft account for subscriptions and Office sign-in.
Install updates for Office and Windows before retrying failed workflows.
Back up important files before repair, reset, or reinstall actions.
Document exact error messages before the next troubleshooting attempt.
FAQs About Others Help Topics
Can WPS Office fix this others issue directly? Only when the WPS steps match the formatting or file task. Account, activation, and cloud issues stay on the Microsoft side.
Should I reinstall Office before trying these steps? Not first. Confirm account, license, and the exact error before reinstalling.
What should I send to Microsoft Support? The affected account email, device type, Office version, exact error text, and screenshots with personal data hidden.




