Dear All,
I have a Main form and a Subform in it both forms are linked by a main ID which is CRIS_NO (int) both
master and child are the same CRIS_NO in main and subform.
now.
The main form contains information about a Contract
and the subform contains information of forecasted payments to be paid in the future
when I create a contract it is in the pipeline it is not an actual contract. it will have a fake ID
when i enter entries in forecast table it also takes that FAKE IDs from main form.. later on i want to change this fake ID to actual contract ID ...
--- the problem is that when I change the value in main form the subform also populated with a new value based on main form. ...
--- what i want is when i change the value in main form ...the ID in subform also should be changed to as new values in main form and the rest of entries in subform be the same ...
iam using SQL SERVER and ADP front.
regards,
farzam
I have a Main form and a Subform in it both forms are linked by a main ID which is CRIS_NO (int) both
master and child are the same CRIS_NO in main and subform.
now.
The main form contains information about a Contract
and the subform contains information of forecasted payments to be paid in the future
when I create a contract it is in the pipeline it is not an actual contract. it will have a fake ID
when i enter entries in forecast table it also takes that FAKE IDs from main form.. later on i want to change this fake ID to actual contract ID ...
--- the problem is that when I change the value in main form the subform also populated with a new value based on main form. ...
--- what i want is when i change the value in main form ...the ID in subform also should be changed to as new values in main form and the rest of entries in subform be the same ...
iam using SQL SERVER and ADP front.
regards,
farzam