| Recent Answers |
 |
 |
2008-07-26 Excel - VBA Find Replace: Hi Ryan, Here is a simple and efficient VBA macro that I believe does what you want: Sub ReplaceTEMP() 'Replaces the text "TEMP" in Col A with whatever is in the 'corresponding row in column...
|
2008-07-25 Excel - excel vlookup: Michael, GOT IT! Those cells are formatted as TEXT. No matter what you put in there, it will be interpreted as TEXT. Change the formatting to general, or number, or anything else, and...
|
2008-07-25 Using MS Access - Print Parameter on a Report: Yes, but not by using a parameter prompt report such as you have. Frankly, I almost never use parameter prompts in queries, and this is one of the reasons. What you need to do is create an unbound form...
|
2008-07-25 Excel - Excel - data: Character Map on the start menu, programs, accessories, system tools gives most of them, and a quick google search gave http://tlt.psu.edu/suggestions/international/accents/codealt.html and http://www...
|
2008-07-25 Using MS Access - Multiple If statements: Hi Terry, If your gonna have an "OR" statement in your IIF() statements, then I would advice you to split this into a multi-liner if then else statement on the AfterUpdate event of your form field and...
|