T
Tebenton
After creating labels using the wizard. When label report runs Pop up window
asks for a Trim parameter value.
asks for a Trim parameter value.
Allen Browne said:You may have a problem with library references:
http://allenbrowne.com/ser-38.html
If that doesn't solve it, exactly what does the parameter window ask you
for?
Allen Browne said:You may have a problem with library references:
http://allenbrowne.com/ser-38.html
If that doesn't solve it, exactly what does the parameter window ask you
for?
After creating labels using the wizard. When label report runs Pop up window
asks for a Trim parameter value.
Allen Browne said:Trim() is a function that chops off any leading and trailing spaces.
The label wizard uses this function in the Control Source of the text boxes,
around expressions like this:
=Trim([FirstName] & " " & [Lastname])
If the report asks for just Trim, then the possibilities that come to mind
are:
a) You have a problem with library references;
b) The Control Source of a text box has been messed up, e.g. the expression
above is now just:
=Trim
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Reply to group, rather than allenbrowne at mvps dot org.
Tebenton said:The top of the dialog in the blue bar next to ? X States Enter Parameter
Value
Below that in the dialog box TRIM
Below that is the area to enter whatever it is asking for.
Tebenton said:I created the database at the office. Seems there is a reference to the
server address. I made another database at this computer & all works
correctly. How do I get a database created elsewhere to work at this
location. I want to develop the program from both sites?
Allen Browne said:Trim() is a function that chops off any leading and trailing spaces.
The label wizard uses this function in the Control Source of the text
boxes,
around expressions like this:
=Trim([FirstName] & " " & [Lastname])
If the report asks for just Trim, then the possibilities that come to
mind
are:
a) You have a problem with library references;
b) The Control Source of a text box has been messed up, e.g. the
expression
above is now just:
=Trim
Tebenton said:The top of the dialog in the blue bar next to ? X States Enter
Parameter
Value
Below that in the dialog box TRIM
Below that is the area to enter whatever it is asking for.
:
I don't understand.
When you attempt to open the report, a dialog pops up, and the title
bar
of
the dialog says:
Trim parameter value.
I've no idea what's going on with your report.
Trim parameter value.
:
You may have a problem with library references:
http://allenbrowne.com/ser-38.html
If that doesn't solve it, exactly what does the parameter window
ask
you
for?
After creating labels using the wizard. When label report runs
Pop
up
window
asks for a Trim parameter value.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.