Hi I want to use an id reference that had just been created in a different table
I have an insert query that adds a new user to the users table the t_id is auto generated I want to use the t_id value in a new query that runs after the user has been added is there a way of retrieving this data?
thanks
M