relationchip
relationchip
(OP)
How can I do:
<<First Name>> <<Last Name>> from a relationchip. They don't let me write in the field.
<<First Name>> <<Last Name>> from a relationchip. They don't let me write in the field.
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS Come Join Us!Are you a
Computer / IT professional? Join Tek-Tips Forums!
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.
Here's Why Members Love Tek-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: relationchip
<<Table::Field>>
are called merge fields. Merge fields are typically used in "mail merge" applications like a form letter. Here is an example:
------------------
Dear <<first_name>>,
Your purchase on <<purch_date>> of $<<amount>> is now past due...
------------------
Merge fields are read only but if you place a regular field only your layout it will likely be editable.
Did I answer your question?
-Striker
RE: relationchip
If I am in a file and I want to import from a relationship file the first name and the Last name using the <<... >> the put the two names close to each other, the program doesn't let me write it down.
It is perfect when we stay in the same file but not when it comes from an other one.
I hope I made it a little bit clearer.....
Thank you for trying to help me.
RE: relationchip
-Striker
RE: relationchip
Thank ;you