This has been solved
I am passing a variable that needs to be evaluated with a print command. An example of my variable may look like this "variabl%e"
I understand that the best way to get around the percent problem would be to simply add another percent sign to the variable and then it would evaulate out to one percent.
Is there an option in the print command printf that will handle this without...
Search Result
Collapse
3 results in 0.0042 seconds.
Keywords
Members
Tags
-
Getting around the percent sign.
-
How to Set View Percentage in a Report (Zoom)
I'm currently using Access 2003 on an XP machine.
When my report opens, the size of the report always seems to be such that it fits a whole page in the window. The View Percentage in the Print Preview toolbar seems to go to a value "Fit" which takes the currently defined size of my window, and fits in a whole page of A4 within that. I don't know if I have used the correct term for the setting on the toolbar, but I know... -
How to show Total number of items entered and the percentages.
Project 2 asks you combine these exercises to expand upon the idea of a grading application with
the following requirements:
• The application should allow the user to perform score calculations for as many
assignments as they would like. (5 pts)
• The application should accept as many scores per assignment as the user would like, with
the user indicating they are done by a terminal value of -1. (5 pts)
...