A
Amit
Hi,
I'm having a little trouble with entering a default value
in a form, and will appreciate any pointers.
I have a form to enter first and last names, email address
etc. I would like the default value of the email address
to be "(e-mail address removed)". The firstname and
lastname will be taken from the same form when entered by
the user. I've tried the following:
1. Added the following in the "Default Value" for the
email address field property:
=([frmStaffNew].[PersonFirstName] & "." & [frmStaffNew].
[PersonLastName] & "@server.com")
When I enter a new staff person, I see the following in
the email textbox: "(e-mail address removed)", but when I enter the
first and last names, the email address is not updated to
the default value.
2. Tried the same without the "[frmStaffNew]".
Thanks for any help.
-Amit
What am I missing?
I'm having a little trouble with entering a default value
in a form, and will appreciate any pointers.
I have a form to enter first and last names, email address
etc. I would like the default value of the email address
to be "(e-mail address removed)". The firstname and
lastname will be taken from the same form when entered by
the user. I've tried the following:
1. Added the following in the "Default Value" for the
email address field property:
=([frmStaffNew].[PersonFirstName] & "." & [frmStaffNew].
[PersonLastName] & "@server.com")
When I enter a new staff person, I see the following in
the email textbox: "(e-mail address removed)", but when I enter the
first and last names, the email address is not updated to
the default value.
2. Tried the same without the "[frmStaffNew]".
Thanks for any help.
-Amit
What am I missing?