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 LittleInch on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parameter from relation

  • Thread starter Thread starter smocken
  • Start date Start date
S

smocken

Guest
Hi.

How to create relation to add
 
You need to covert number into string using ITOS.

Length = ITOS(d1)
Width = ITOS(d2)
Height = ITOS(d3)

SIZE = Length + "x" Width + "x" + Height

Charles
 

Part and Inventory Search

Sponsor

Back
Top