edudna Posted December 28, 2006 Posted December 28, 2006 If anyone know how can we create a field to display simultaneously the field name + the field value. EXAMPLE: FAX(The name of the field) 210-896-7895 (the value of the field)= [color:red]FAX:210-896-7895(the default value of the field).
Raybaudi Posted December 28, 2006 Posted December 28, 2006 "FAX: " & FAX as an auto-enter calculation, to place into options of field: "FAX" ?
LaRetta Posted December 28, 2006 Posted December 28, 2006 If this is simply for display, you might consider using a merge field. I wouldn't want to combine the fax number with title "Fax:" or create a new field just to hold it. To use Merge field, select Insert > Merge Field. Select your fax field. The results will look like: <> Then place your cursor in front of the first chevron (INSIDE the merge field box) and type: Fax:(sp)(sp) (sp) just means typing a space. The results will be: Fax: <> producing Fax: 210-896-7895
Recommended Posts
This topic is 6601 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now