Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a calculated field
Message
From
01/10/2002 16:37:37
 
 
To
01/10/2002 14:02:28
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00706493
Message ID:
00706586
Views:
26
Maybe I need to explain further.

table1.Field1 & table1.Field2 together make up my primary key for that table.

str(field1)+'.'+str(field2) is my primary key.


I have another table that has that key value stored in a field .
table2.field1=(str(table1.field1))+'.'+(str(table1.field1))

I need to create a relation. The only relation it will allow me to create in the DE is by making table2 the parent. This will not work for me, I need table1 to be the parent table. It wont let me create that relation. Because there is not field, just an index in that table.

So I thought If I could create an additional field that was calculated in table1, I could use it for the parent relation.

Maybe there is another solution??
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform