I am tryin' to build a table with specific criteria (based on another table) vs. utilizing a Make Table Query...
There is a form inwhich an Item ID (IID) is entered. From there, on the AfterUpdate event - a M/Tbl query runs..
Is there a way to do this via a module. The M/Tbl query runs very slow..
The M/Tbl query looks for the IID on the form, and anything that is >0 in a field named MAX.
Any suggestions or examples available? The IID field is text, and the MAX field is a number field. I have such a hard time setting criteria in code. I almost always get a syntax error!!!
Thanks in advance!!
jw
There is a form inwhich an Item ID (IID) is entered. From there, on the AfterUpdate event - a M/Tbl query runs..
Is there a way to do this via a module. The M/Tbl query runs very slow..
The M/Tbl query looks for the IID on the form, and anything that is >0 in a field named MAX.
Any suggestions or examples available? The IID field is text, and the MAX field is a number field. I have such a hard time setting criteria in code. I almost always get a syntax error!!!
Thanks in advance!!
jw