Little_Man22
07-23-2001, 01:32 PM
I have a module that is linked to a PDF form so that the info from my database can be transposed onto the appropriate fields on the PDF form.
I have the following code written so that the Social Insurance Field spaces itself out accordingly to fit within the appropriate field on the PDF form:
Case "SIN"
strFieldValue = Format(Nz(rstClient!SIN, " "), "# # # # # # # # #")
I need a simialar code for the HomePostal field...I'm running into a problem finding a generic character for a letter...In other words, the generic code for number is #, but what is the code for letter?
Ryan.
I have the following code written so that the Social Insurance Field spaces itself out accordingly to fit within the appropriate field on the PDF form:
Case "SIN"
strFieldValue = Format(Nz(rstClient!SIN, " "), "# # # # # # # # #")
I need a simialar code for the HomePostal field...I'm running into a problem finding a generic character for a letter...In other words, the generic code for number is #, but what is the code for letter?
Ryan.