TrekMietta
Registered User.
- Local time
- Today, 13:34
- Joined
- Sep 17, 2009
- Messages
- 26
Using Access 2007:
I have a table called "Staff" with three fields "firstName", "lastName" and "fullName";
and a form with three bound text boxes bound to these values:
How can i update automatically change the value of fullName to inlcude firstName and last name?
For example:
firstName = Trek
lastName = Mietta
then fullName should automatically change to: "Trek Mietta" (With a space inbetween them)
Thanks in Advance
I have a table called "Staff" with three fields "firstName", "lastName" and "fullName";
and a form with three bound text boxes bound to these values:
How can i update automatically change the value of fullName to inlcude firstName and last name?
For example:
firstName = Trek
lastName = Mietta
then fullName should automatically change to: "Trek Mietta" (With a space inbetween them)
Thanks in Advance