Jump to content

This topic is 8023 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi,

I'm creating a db of books. I have fields for Author, Title, and Publisher. I want to join these together with a single calculated field to make a citation, such as:

Author&". "&Title&". "&Publisher&"."

with the result:

Smith, Joe. Book of Knowledge. Everything Press.

Is there any way that I can italicize the Title and leave the rest in regular type?

I thought of just placing the three fields next to each other and italicizing the Title field. But since I don't know how long the Author field will be, it won't look like a single entry. I could use sliding fields for printing, but there is no way to get the effect of sliding in Browse mode, is there?

Any ideas?

Thanks,

Dan

Posted

Hi Dan,

Try using Merge fields on your layout. You can then apply individual formatting to the merge fields.

HTH

Lee

ooo.gif

Posted

Lee,

What if your calculation is of the sort: -- if (function (fieldA), result1, result2) and you'd like result1 to be bold but result 2 to be plain text? You can't use merge functions here (or can you???) confused.gif

Abbe

Posted

Try a combination of your original idea and Lee's

I thought of just placing the three fields next to each other and italicizing the Title field.

Try using Merge fields on your layout. You can then apply individual formatting to the merge fields.

<<Author>> , <<Title>>. <<Publisher>>

-Raz

This topic is 8023 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.