I have a numbering question. In my database, I generate a table from a query. Right now, I am using the autonumber property as the unique ID. I would like to concatenate three fields to create my own ID still unique. I want to join a Division ID (ABC) with the year from my date field (yy) and a protocol ID (####). I need to do this because I will be taking measures from duplicate databases. The difference is only in the Division ID. Where I'm having the mind burp is in where to do this concatenation to populate my table. I will query these tables later for my measures.
Maybe I should explain the table more. I will pull together a set of questions from a query and put them into a table. It is at this point I would like to assign an assessment ID to these questions. I can't do it for each question because one assessment might have 1000 questions. On top of that it will happen in at least 15 divisions.
I hope I've explained this enough, if not I'll be glad to expand. Pie in the sky? Thanks for the help.
Maybe I should explain the table more. I will pull together a set of questions from a query and put them into a table. It is at this point I would like to assign an assessment ID to these questions. I can't do it for each question because one assessment might have 1000 questions. On top of that it will happen in at least 15 divisions.
I hope I've explained this enough, if not I'll be glad to expand. Pie in the sky? Thanks for the help.