Hi,
Is it possible to spell-check the entire database using something along the lines of:
If Len(Me!txtBookReview & "") > 0 Then
DoCmd.RunCommand acCmdSpelling
Else
Exit Sub
End If
Thanks
Hi,
I want to output a report as an rtf file. I do this with:
DoCmd.OutputTo acReport, "Testing", acFormatRTF, "C:\Program Files\Test.rtf", True
I have my report in 8 point font. When it exports it to an rtf file, how can I change the font to 12 so when the rtf file automatically opens, all...
Hi,
I have a report which is linked to a table to where the user can add any items they want. I have 4 fields in the report:
Case Text (Can Grow/Shrink = Yes)
Graphic (Can Grow/Shrink = Yes)
Item Question (Can Grow/Shrink = Yes)
Item Answers (Can Grow/Shrink = Yes)
The length of the fields...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.