Pass value through forms

I have a few forms. In the first form, I need to scan Barcode and by condition pass this value to the second or third form. How can I do this without using a table? Maybe there is some kind of global variables etc.?

Solved Solved
0 15 2,423
1 ACCEPTED SOLUTION

If you donโ€™t have any relationship between the Scanner & Inspection, or the Scanner & Category, you need to add an extra normal column in Category table so you could read it with the LINKTOFORM when triggering the 3rd form view.

View solution in original post

15 REPLIES 15
Top Labels in this Space