I have a table in my database that has a column for first and last name.
Anyone know how I go about this:
When a new record is added to the database i want the first inital of the first name and the whole last name to be printed to a column
in my table called picid.
ex.
Name - Ray Smith
PicID - rsmith
I think I will need to seperate the name column into first and last name columns to do this, but after that im not sure where to start.
Any help is appreciated.
Anyone know how I go about this:
When a new record is added to the database i want the first inital of the first name and the whole last name to be printed to a column
in my table called picid.
ex.
Name - Ray Smith
PicID - rsmith
I think I will need to seperate the name column into first and last name columns to do this, but after that im not sure where to start.
Any help is appreciated.
