I have create a table with a list of projects, where the Project ID # is an auto number and is the primary key in the table. I would like to have a second table that holds individual tasks associated with each project. I am trying to have the Task ID = the Project ID and then -01, -02, -03, etc. consecutively for each project ID as new task records are created. Can someone help me to do this?