In my database I will have a table of names (e.g. for customers) and in some places I will be using the whole name and in some cases just the first name (e.g. 'Dear John').
I assume this means the first and last names have to be entered in their own fields. In which case, what's the easiest way to handle them so that every time I enter a name e.g. when creating an order, I only have to enter one item to get the whole name instead of entering both individually?
Put another way, if I have a customer called John Smith, I might want to address them as 'Dear John' or 'Dear Mr. Smith' but when I create their order I want to select 'John Smith' from a list and not each name individually.
Sorry for the basic question - just trying to get my head round access!
I assume this means the first and last names have to be entered in their own fields. In which case, what's the easiest way to handle them so that every time I enter a name e.g. when creating an order, I only have to enter one item to get the whole name instead of entering both individually?
Put another way, if I have a customer called John Smith, I might want to address them as 'Dear John' or 'Dear Mr. Smith' but when I create their order I want to select 'John Smith' from a list and not each name individually.
Sorry for the basic question - just trying to get my head round access!