hi,
what's solution for this problem? (ASPRUNNER 6.2 or ASPRUNNER 5.1)
I've a master-detail tables: MASTER with two fields( ID,COLOUR) and DETAIL with five fields ( ID,BLACK,YELLOW,CYAN,MAGENTA).
When add a new record in DETAIL i need add ID and BLACK (if the MASTER->COLOUR = "N") and add ID,YELLOW,CYAN,MAGENTA only if MASTER->COLOUR = "S"
many thanks
Claudio