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

Query on Detail Block 1

Status
Not open for further replies.

rypper

Technical User
Jan 10, 2002
15
0
0
CA
I have detail block that has a 1 to 1 relationship with the Master block.
What I'd like to do is query on the Detail block and find the matching Master record.
Master = Empoyees, Detail = SINs.

Thanks for your time in advance.

T.
 
I suppose you can not do it when you use Forms native master-detail processing: child query should be in context of parent one. You should implement your own logic. Unfortunately ON-POPULATE-DETAILS doesn't fire if no relations exist, so you should use WHEN-NEW-RECORD-INSTANCE or some other similar trigger.

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top