I have a database where some of the records are very near the same as other records and it can be quite tedious when inserting the data. To save time when typing in a new record, I choose a record close to the one I want to type in, then press a command button for the data to be copied in the controls of my new record. This works very well, except 2 of my controls are Text Boxes bound to a Memo field. When the data is copied in and the memo field being copied is long, not all the data appears in my new memo field record. I have eliminated the” >” in the memo fields format. I am using a combo box to obtain all the required fields with the following code to move the data,-
F!Text11 = F!Combo15.Column(2)
F!Text13 = F!Combo15.Column(3) etc;
How can I obtain all the data from the memo field being copied. I would appreciate your advise.
Kevsim
F!Text11 = F!Combo15.Column(2)
F!Text13 = F!Combo15.Column(3) etc;
How can I obtain all the data from the memo field being copied. I would appreciate your advise.
Kevsim