Hi there. The main table of my database has the following structure: LastName (Text); FirstName (Text); Address (Text); City (Text); Phone (Text); ... and so on. Is a good idea to put the field FullName (=Trim[(FirstName)+&" "+&(LastName)] as primary key? How can I do it without rewriting by hand the contents of this new field? Regards. FT
Reply from Richard Rost:
No. In fact, you don't want FullName in your TABLE at all. You want this as a CALCULATED QUERY FIELD.
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Access Expert 1.