Hi All,
Hoping somebody maybe able to help with a little query regarding access vba. I have used VBA to develop an automated letter that is run from access. It works....which is a miracle! However one field is driving me insane:banghead: and it revolves around the combo box. In the Access form view I have set the bound column and column count to show the field name in this case it is organisation but when i come to the the vba is goes back to showing the id number
Now the above works for all the other fields which are simple text fields ie if i put surname in the correct surname appears in the word document.
Any advice to help me along the way would be brilliant.
Thanks,
Dan.
Hoping somebody maybe able to help with a little query regarding access vba. I have used VBA to develop an automated letter that is run from access. It works....which is a miracle! However one field is driving me insane:banghead: and it revolves around the combo box. In the Access form view I have set the bound column and column count to show the field name in this case it is organisation but when i come to the the vba is goes back to showing the id number
Code:
WrdApp.Selection.TypeText Text:=StrConv([ORGANISATION], vbProperCase)
Now the above works for all the other fields which are simple text fields ie if i put surname in the correct surname appears in the word document.
Any advice to help me along the way would be brilliant.
Thanks,
Dan.