adrienne_r30
Registered User.
- Local time
- Today, 16:40
- Joined
- Jan 20, 2015
- Messages
- 48
First off, not sure if this is technically a Word question or Access question, but I'll try here first.
I have a form in Access where there are many fields filled in. I've created code that, once a button is pressed, it transfers those fields into a word document by finding the form fields I created in the word doc and filling them in. This works just fine. The problem is when I have a memo field in Access. If it is more than 255 characters, it won't transfer over. I found some code to use in Word to rectify this problem, but I'm not quite sure how to work VBA in Word, also not sure if that code is correct. Either way, is that something I can fix in my Access code, of does this have to be done in Word? And is there anyone that can help?
Thanks so much
I have a form in Access where there are many fields filled in. I've created code that, once a button is pressed, it transfers those fields into a word document by finding the form fields I created in the word doc and filling them in. This works just fine. The problem is when I have a memo field in Access. If it is more than 255 characters, it won't transfer over. I found some code to use in Word to rectify this problem, but I'm not quite sure how to work VBA in Word, also not sure if that code is correct. Either way, is that something I can fix in my Access code, of does this have to be done in Word? And is there anyone that can help?
Thanks so much