Feb 14, 2003 #1 rmill Technical User Joined Feb 11, 2003 Messages 12 Location US In my view window of 2.6 my 1ToMany button is not available? How Can I use it please?
Feb 14, 2003 1 #2 rgbean Programmer Joined Nov 9, 2000 Messages 5,707 Location US 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 Upvote 0 Downvote
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