Are you saying you want to store the data redundantly, once as separate
fields and once combined? That's definitely not recommended.
Instead, keep the fields separate, and create a query with a computed field
that concatenates them together for display purposes. Use the query wherever
you would otherwise have used the table.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
"MaRSMAN" <(E-Mail Removed)> wrote in message
news:9FD9CC09-1509-4965-B2FE-(E-Mail Removed)...
> Table Household fields are Household Of,Last,Sufix(ex."Sr."), First,Middle
> when I enter the Last,Sufix,First,Middle I then want Household Of to be
> automaticly filled with the "Last Sufix, First Middle" when I exit the
> table
> or when I go to add another new record. If this is posible please give me
> the correct expression. Household Of , is my Primary Key as it will be
> unique with no duplicates allowed.
> --
> MARSMAN