I’m probably doing this wrong, but it seems like Access isn’t listening. Here’s my code:
.ActiveDocument.Bookmarks(“SSN”).Select
.Selection.Text = Right(Format((CStr(Forms!frmStudents!SSN)), “@@@ @@ @@@@”), 11)
Here’s the result:
@@ @@ @@@@@
Any suggestions?