I have 2 databases. DB1 holds addresses of suppliers and has a memo field with descriptions of their premises (hotels).
DB2 has a form I use to put together info sheets for customers. As part of this I want to import the description of the hotels from DB1. I have tried to do this using a combo box but it appears to cut the text short.
The question I need answering, is it possible to use Me!LocationDescription = Me.Combo129.Column(2) when column(2) is a memo field?
Thanks!
DB2 has a form I use to put together info sheets for customers. As part of this I want to import the description of the hotels from DB1. I have tried to do this using a combo box but it appears to cut the text short.
The question I need answering, is it possible to use Me!LocationDescription = Me.Combo129.Column(2) when column(2) is a memo field?
Thanks!