Newbies K Hoppenrath Posted August 30, 2000 Newbies Posted August 30, 2000 I am doing report cards for a school district. I am using FileMaker 4.0. I have Report Card Comment boxes where a list of comments pop up. It says Student does this or that. I want the Student first name to show up -- instead ofthe word student. How can I make the student first name and then the comment text flow together. The standard <<NameF>> does not work in the popup menu or list --- Is there anyway to make it work in a popup list situation? I have been trying lookups and relationships and am ready to say it can't be done. Thanks for your help. ------------------ [email protected]
LiveOak Posted September 1, 2000 Posted September 1, 2000 Define the student name value list to come from the same file. Any student name entered will then appear on the value list. -bd
Newbies Stefan Posted September 16, 2000 Newbies Posted September 16, 2000 Seems to me the best way to do this is as follows: Define a two fields: Comment -- Text Full Comment -- Calculation: If(IsEmpty(Comment),"",FirstName & " " & Comment) Use the Comment field on your layout, with a pop-up menu, to choose the comment, but make it non-printing (cmd-option-T); put the Full Comment field on the layout wherever you want it to print. If nothing is selected in the Comment field, the Full Comment field will be blank. If you want to use a custom comment, just enter it into the Comment field manually. At risk of stating the obvious, all the comments must be formatted to make sense with the student name at the beginning ("I really enjoyed having such-and-such in my class" will not work). Bon chance
Recommended Posts
This topic is 8833 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