Hello,
A question about how to use the database in foxpro:
- How to make in the first table two fields the primary key?
- And how to make in a second table the two fields from table one with another field together the primary key from the second table?
- And how can a relation made between the fields from table one to table two with a one-to-more relation?
Table1 Table2
prim. ID 1----n prim. ID
prim. WorkID 1----n prim. WorkID
OtherField prim. OurID
AnOtherField1
AnOtherField2
I know that it can be done easily in Ms Access, but how to do this in VFP?
Thanks,
Charl
A question about how to use the database in foxpro:
- How to make in the first table two fields the primary key?
- And how to make in a second table the two fields from table one with another field together the primary key from the second table?
- And how can a relation made between the fields from table one to table two with a one-to-more relation?
Table1 Table2
prim. ID 1----n prim. ID
prim. WorkID 1----n prim. WorkID
OtherField prim. OurID
AnOtherField1
AnOtherField2
I know that it can be done easily in Ms Access, but how to do this in VFP?
Thanks,
Charl