hi,
i have a simple database with (among otherthings) 3 fields: MemberID, Surname, FirstName. I have read through several articles here and i know that the following is not reccomended due to not being a unique Key field (however due to our record system this is required).
I would like the MemberID to be made from the Surname and the first initial of the FirstName eg Surname = Smith, FirstName = John therfore MemberID = SmithJ.
Any help would be appreciated.
Andrew
i have a simple database with (among otherthings) 3 fields: MemberID, Surname, FirstName. I have read through several articles here and i know that the following is not reccomended due to not being a unique Key field (however due to our record system this is required).
I would like the MemberID to be made from the Surname and the first initial of the FirstName eg Surname = Smith, FirstName = John therfore MemberID = SmithJ.
Any help would be appreciated.
Andrew