I have created one form which stores daily data in table A creating one record a day. Form 2 has a subform in it which stores multiple records of data in table B. I want to be able to run reports pulling data from both tables on a given day. I basically want my record stored in Table A to have a unique Auto Number. The records I store in table be, even if multiple records I want to have the same auto number that was given to the record in stored in table A. How can I do this.