Hi,
What I want to do is to validate the user's entry in a subform.
Example:
If the user puts in yes to a question such as "Has the cllient had a meeting?" If the user puts in yes, the next line cannot have no entered. However they may wish to change the first line to a no which is fine.
By using dcounts I can undo this, but only on the third row, the second row still thinks that there is only one record in the table. The only way I have found to update this is to use me.refresh which stops the undo command from working.
Any suggestions, please!!!
What I want to do is to validate the user's entry in a subform.
Example:
If the user puts in yes to a question such as "Has the cllient had a meeting?" If the user puts in yes, the next line cannot have no entered. However they may wish to change the first line to a no which is fine.
By using dcounts I can undo this, but only on the third row, the second row still thinks that there is only one record in the table. The only way I have found to update this is to use me.refresh which stops the undo command from working.
Any suggestions, please!!!