sub5
Programmer
- Oct 12, 2005
- 104
Hi all
Is it always better to use variables to hold temporary data rather then putting the value in an unbound text field. I am thinking of three scenerios:
1. Creating records
2. As items which determine process eg which form to open next
3. As a criteria for a query (using a function in the case of a variable)
I would have said yes because it makes the process more obvious for maintenance ie you can easily search on a variable. But I might be wrong and I have little experience of item 3 and the potential pitfalls.
Is it always better to use variables to hold temporary data rather then putting the value in an unbound text field. I am thinking of three scenerios:
1. Creating records
2. As items which determine process eg which form to open next
3. As a criteria for a query (using a function in the case of a variable)
I would have said yes because it makes the process more obvious for maintenance ie you can easily search on a variable. But I might be wrong and I have little experience of item 3 and the potential pitfalls.