Jeff Boyce said:
Niko
Are you saying that you want to prevent data entry of a "duplicate" value,
via a subform? If so, one approach would be to add a unique index to that
field in the underlying table, to prevent the saving of a duplicate value.
Hi Jeff,
What I want is every time I add a new record to the form and some
values to its subform, that values prohibited from beeing entered
twice. I don't want to make the field of the table (which the subform
looks into) to be a primary key or beeing uniquely indexed. I think
that's got to do with Expression Builder and something like if
value of subform is equal to previously entered values then error
or something like that.
The thing is that I don't now how to build such an expression cause
I'm fresh-fresh, so I could use your guidance on easy steps doing
that...
Thanks for taking the time to answer Jeff