Originally posted by: Busie23
Maybe there is a better way to do this. Let me explain what is happening. We have a db has user information in it for an online phone directory. Name, number, posistion, etc. are in there. We have also just recently added photos for everyone as well. All of the photos are named DoeJ.jpg for example. So in the db we have a first name column, last name column, and about 10 other's but then we have the photo name column which to me seems like a waste to type since the info is already in there.
I was initially thinking that instead of typing in DoeJ.jpg, have access create it based off of the first name and last name columns. Then you guys are right about the redundant data. So then there must be a way to have our php pages generate the phot name based off of the access db correct? How do you get it to pull just the first letter of a name out though?