Let me ask this... If we have a form with a field that has a calculation in it, how can this result be reported elsewhere in the database?
If I have a calculation done using VBA in that unbound text field, now can I utilize that result to pull up information concerning that number in a corresponding table.
Let's say it turns up the number 3. This number pertains to Blue Shirts. I have a table for Blue Shirts with the numbers 1 - 9 and each record 1 - 9 has a description. So if the result on the form comes to 3, what mechanism do I need to use to have this result which we can see then pull up the description for the proper blue shirt?
Is this a report or Query, I see no way to pull this type of field into a report or a query. Basically the result will have a corresponding table to go to in order to pull up the appropriate dialog or description regarding that result.
Thanks (I've asked this before and have not yet gotten an answer which I understand, I guess) sorry if it is repeated, but I'm asking in a different fashion to see if it will click for anyone.
If this requires coding, please be explicit in what needs to be done, I am just learning.
Laurie
If I have a calculation done using VBA in that unbound text field, now can I utilize that result to pull up information concerning that number in a corresponding table.
Let's say it turns up the number 3. This number pertains to Blue Shirts. I have a table for Blue Shirts with the numbers 1 - 9 and each record 1 - 9 has a description. So if the result on the form comes to 3, what mechanism do I need to use to have this result which we can see then pull up the description for the proper blue shirt?
Is this a report or Query, I see no way to pull this type of field into a report or a query. Basically the result will have a corresponding table to go to in order to pull up the appropriate dialog or description regarding that result.
Thanks (I've asked this before and have not yet gotten an answer which I understand, I guess) sorry if it is repeated, but I'm asking in a different fashion to see if it will click for anyone.
If this requires coding, please be explicit in what needs to be done, I am just learning.
Laurie