Hi,
I am inserting a record into a table to hold information about photos and what to create a folder with the same name as the primary key value of the inserted record.
Eg if I have a table (tblAlbum) with two fields (albumID, albumName) and run an insert statement 'INSERT INTO tblAlbum (albumName) VALUES ('test album')`
I want to then create a folder with the new value for albumID.
How do I retrieve this new value just created?
Many thanks,
Des










Bookmarks