Syntax in report how to add: "text" plus ([field])
Syntax in report how to add: "text" plus ([field])
Use concatenation to construct value. Do it in query or in textbox ControlSource property:
="your text here " & [field]
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Displays where - query or textbox? What is the [field] type?
The syntax is correct, I use it frequently.
Post your exact expression (and query if done in query).
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Using text box and entering syntax. The field is text.
Then I don't know why you are getting that error. Would have to analyse report if you want to provide. Follow instructions at bottom of my post.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
I'll have to get back to you on this. Thanks
I set it up in my query to resolve the issue. You did state that. When I have time I will see what the glitch is. thanks