G 
		
								
				
				
			
		Guest
I need to something like this
initials: left([First_Name],1) & left([Middle_Name],1) & left([Last_Name],1)
I have a 'Designers' table that has a drop down to pick people from an
'Employees' table to be designers. What I need is to automatically generate
the person’s initials to associate with the jobs they've done. How is the
best way to make this happen?
				
			initials: left([First_Name],1) & left([Middle_Name],1) & left([Last_Name],1)
I have a 'Designers' table that has a drop down to pick people from an
'Employees' table to be designers. What I need is to automatically generate
the person’s initials to associate with the jobs they've done. How is the
best way to make this happen?