Normal Topic Bound 2 fields to one (Read 543 times)
shekst
Member
*
Offline



Posts: 1
Joined: Dec 13th, 2006
Bound 2 fields to one
Dec 13th, 2006 at 5:55am
Print Post Print Post  
Is there a way to bound Two fields into one, like First & Last name to Name field?
Please answer.
  
Back to top
 
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Bound 2 fields to one
Reply #1 - Dec 13th, 2006 at 12:43pm
Print Post Print Post  
You can do this by using Programming. Simple instructions for entering a program can be found in the [url=http://www.lantica.com/Support/sesame_library.html]Sesame Library[/url].
http://www.lantica.com/Support/sesame_onesheet_8.html

In your case, try putting the following program in First::On Element Change and in Last::On Element Change

[code]Name = First + " " + Last[/code]
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged