dbTalk Databases Forums  

Concat

comp.databases.ms-access comp.databases.ms-access


Discuss Concat in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Chris Carswell
 
Posts: n/a

Default Concat - 07-29-2003 , 10:03 AM






I'd like to concatenate 2 fields on a form into a field in a table -

Thanks




Reply With Quote
  #2  
Old   
Mike S.
 
Posts: n/a

Default Re: Concat - 07-29-2003 , 11:12 AM






You did not say if and how your form is bound and to which table, or if the
result field is in the same table.
Basically, you can create a hidden text box txtResult bound to the field you
wish to update. For the other 2 fields on the form, in the AfterUpdate for
both set: me.txtResult = me.txtF1 & me.txtF2

--
Mike S.
Optimal Systems www.oscorp.com
--
"Chris Carswell" <ccarswell (AT) NOSPAMeclipse (DOT) co.uk> wrote

Quote:
I'd like to concatenate 2 fields on a form into a field in a table -

Thanks






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.