G
Guest
I'm still learning Access and coding. Here's my dilemma:
On my form I would like the "Last Name" field to flag if the same last name
has already been entered. I want to allow duplicate last names, but I'd like
to have the field turn red (for example) if the name has already been
entered. In Excel I'd use conditional formatting based around:
=COUNTIF(A:A,A2)>1
....Where column "A" was my "last name" column
I'm sure it's pretty easy, but I'm just lost.
The second part to that question is:
Will that conditional formatting carry over to the report based on that
form? If not, how do I do that (so that repeating last names in the report
are all red, for example)?
Thanks,
Ben
On my form I would like the "Last Name" field to flag if the same last name
has already been entered. I want to allow duplicate last names, but I'd like
to have the field turn red (for example) if the name has already been
entered. In Excel I'd use conditional formatting based around:
=COUNTIF(A:A,A2)>1
....Where column "A" was my "last name" column
I'm sure it's pretty easy, but I'm just lost.
The second part to that question is:
Will that conditional formatting carry over to the report based on that
form? If not, how do I do that (so that repeating last names in the report
are all red, for example)?
Thanks,
Ben