Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

function on string and number fields

Status
Not open for further replies.

surad

Technical User
Mar 10, 2003
37
US
I am trying to create function on the following relationship:

Table_grp.title as status and Table_case.cases2grp as the relationship. title is a string and cases2grp is a number.

I need to create Status field based on this.

Relationship btw tables is already stablished.

Thanks,
Yuri
 
I think you have to give some more details as to what you want to do. What do you mean when you say "function"? Do you mean that you only want a new field on your report that combines the 2 fields? If so, all you need to do is create a formula that concatenates them together.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top