B
bobdydd
Hi Everyone
I have 2 memo fields
1. txtBuyerAddressEbay
2. txtBuyerAddress
In txtBuyerAddressEbay the address appears thus:
Bert Smith
1 Buddy Holly Drive
Harlow
Essex CM1 1BT
United Kingdom
On the double click event I am using:
Me!txtBuyerFirstLastName = Me!txtBuyerFirstLastName
But what I would like to do is remove the customer name so that it
appears
with just the address. Like this:
1 Buddy Holly Drive
Harlow
Essex CM1 1BT
United Kingdom
Grateful for anyhelp
I have 2 memo fields
1. txtBuyerAddressEbay
2. txtBuyerAddress
In txtBuyerAddressEbay the address appears thus:
Bert Smith
1 Buddy Holly Drive
Harlow
Essex CM1 1BT
United Kingdom
On the double click event I am using:
Me!txtBuyerFirstLastName = Me!txtBuyerFirstLastName
But what I would like to do is remove the customer name so that it
appears
with just the address. Like this:
1 Buddy Holly Drive
Harlow
Essex CM1 1BT
United Kingdom
Grateful for anyhelp