H
hughess7
Hi all
I have a subform where the user creates Issues, if the code 11100 is entered
I want to prevent the user from creating any more issues just against the
current claim on the main form, unless 11100 is deleted. I have set a trap to
stop 11100 being entered if other issues exist, but what is the best way of
stopping users from entering further issues if 11100 is entered first against
the claim?
Would it involve a dlookup on entering a new code to check 11100 doesn't
exist or simply something like changing the allow additions to no if 11100
gets entered? Field in question is cboIssue (combo box based on a query -
also thought of hiding rest of choices in combo box if 11100 has been entered
against claim but not sure how to do this?).
Thanks in advance for any help.
Sue
I have a subform where the user creates Issues, if the code 11100 is entered
I want to prevent the user from creating any more issues just against the
current claim on the main form, unless 11100 is deleted. I have set a trap to
stop 11100 being entered if other issues exist, but what is the best way of
stopping users from entering further issues if 11100 is entered first against
the claim?
Would it involve a dlookup on entering a new code to check 11100 doesn't
exist or simply something like changing the allow additions to no if 11100
gets entered? Field in question is cboIssue (combo box based on a query -
also thought of hiding rest of choices in combo box if 11100 has been entered
against claim but not sure how to do this?).
Thanks in advance for any help.
Sue