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

1 to many 1

Status
Not open for further replies.

rmill

Technical User
Feb 11, 2003
12
US
In my view window of 2.6 my 1ToMany button is not available? How Can I use it please?
 
First, set up a relationship between two tables. e.g.
Code:
SELECT 1
USE cust.dbf
SELECT 2
USE detail.dbf
SET ORDER TO TAG Acct_no OF detail.cdx
SELECT 1
SET RELATION TO acct_no INTO Detail ADDITIVE
While I wouldn't exactly code it this way, this is what was echoed to my Command Window using the View Window.

Now chosing 1-To-Many will generate:
Code:
SET SKIP TO Detail
Rick


Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top