This is my first post and after searching all over I still haven't found the answer that fits my problem. And quite frankly I found some harsh responses to questions that resembled mine, so please go easy.
I have a table that contains two correlating figures. I created a query that pulls the information for the specific show I am doing but I need to make a field that returns a number, one for each record, starting with 1 every time and counts up. I tried a couple variations on DCount function but that just didn't match what I needed. Autonumbering the table doesn't do what I want. I just need it to return a number that I could use in a report.
Now for a more detailed description in case there is a better way of doing it. I have a table that has a show field(that's what the query filters) and in each record I have 2 fields(unit 1 output and unit 2 input). I want each record to have a number so that my report can place a number in the correct place on the picture/diagram(already made and cant be changed from its configuration, represents something physical that needs to be seen). Eg. Show 1, Unit A, Unit B, 1. So on the picture can have a 1 on both the plug for unit A and Unit B, so that you can hook them up.
Any help would be great. Thank You. Let me know if I need to make anything more clear.