G
geebee
Hi,
I have the following as the recordsource for my form:
IIf([Forms]![password]![user name] In
("administrator","gerald"),[names]![user password],
[Forms]![password]![user name])
The goal is to list all the record in the table if the
[forms]![password]![username] is "administrator"
or "gerald" and to list only those records where the user
name is = forms![password]![user name] if the [forms]!
[password]![user name] is not "administrator"
or "gerald".
What am I doing wrong?
Thanks in advance,
geebee
I have the following as the recordsource for my form:
IIf([Forms]![password]![user name] In
("administrator","gerald"),[names]![user password],
[Forms]![password]![user name])
The goal is to list all the record in the table if the
[forms]![password]![username] is "administrator"
or "gerald" and to list only those records where the user
name is = forms![password]![user name] if the [forms]!
[password]![user name] is not "administrator"
or "gerald".
What am I doing wrong?
Thanks in advance,
geebee