Joshua61679
Technical User
This may be a terrible idea, if you think there's a better way to accomplish what I'm trying, let me know.
I've got a number of tables that have test results, with each test having it's own table. One of those (for example purposes) is "Dent".
For identification purposes, we've created variable numbers for each sample. The variable number is a combination of things unique about the sample. The last 2 characters of the variable reference the End Code of the sample. Each end has a few fields (coating, tooling, layers) which in combination make that end unique.
I'd like to create a relationship between "Variable" on the "Dent" form and "End Code" on the "End Codes" form so that I could run a report based on a query that pulls the two tables together.
So ideally the Join should connect forms!dent!variable which has the value of "???QW", with forms![End Codes]![End Code] which has the value of "QW", thus giving me all of the test results and all of the end information together.
Is this possible? Or is there a (better) way to connect this data for reporting and searching purposes without a setting up a relationship? Or do I need to add an "End Code" field to my table and have it populate based on variable?
I'm trying to avoid the last option if possible, but am willing to do it if it is clearly the superior option.
Thanks in advance for any advice!
I've got a number of tables that have test results, with each test having it's own table. One of those (for example purposes) is "Dent".
For identification purposes, we've created variable numbers for each sample. The variable number is a combination of things unique about the sample. The last 2 characters of the variable reference the End Code of the sample. Each end has a few fields (coating, tooling, layers) which in combination make that end unique.
I'd like to create a relationship between "Variable" on the "Dent" form and "End Code" on the "End Codes" form so that I could run a report based on a query that pulls the two tables together.
So ideally the Join should connect forms!dent!variable which has the value of "???QW", with forms![End Codes]![End Code] which has the value of "QW", thus giving me all of the test results and all of the end information together.
Is this possible? Or is there a (better) way to connect this data for reporting and searching purposes without a setting up a relationship? Or do I need to add an "End Code" field to my table and have it populate based on variable?
I'm trying to avoid the last option if possible, but am willing to do it if it is clearly the superior option.
Thanks in advance for any advice!