Quote from
m.burdess on September 12, 2022, 6:21 pm
I have tried to use dbpGotoRecord to send a search to the correct table, but it does not work the way I had in mind.
" dbpGotoRecord "Album" "Birth" "[Album.Order.RecordNo]",
if the record is record as "10" it goes to the 10 line of the Birth record, that is record 19. The database has 4 tables:
Ordered Certificates, Birth Cert, Marriage Cert, Death Cert, all have the field RecordNo.
Is it possible to tell the search to read the field "RecordNo" from the Order table and show the RecordNo from the Birth table and not the 10th line.
I have tried to use dbpGotoRecord to send a search to the correct table, but it does not work the way I had in mind.
" dbpGotoRecord "Album" "Birth" "[Album.Order.RecordNo]",
if the record is record as "10" it goes to the 10 line of the Birth record, that is record 19. The database has 4 tables:
Ordered Certificates, Birth Cert, Marriage Cert, Death Cert, all have the field RecordNo.
Is it possible to tell the search to read the field "RecordNo" from the Order table and show the RecordNo from the Birth table and not the 10th line.