Documenting query expressions and function calls 
Author Message
 Documenting query expressions and function calls

I'm trying to document a number of queries run on a set of linked tables.
These queries standardize field names and perform various data conversions,
and I then open them as recordsets to populate another set of tables.
Because the queries make considerable use of VBA function calls to build
expressions, I was hoping I might somehow be able to write this information
out to a text file along with the properties I'm familiar with. In other
words, if I can get this ....

For Each fld in rst
      Debug.Print fld.Name, fld.Type, fld.SourceField, fld.SourceTable
Next var

...is there any way that can I add the expression/function call to this
list. I assume I need some whole other object to get at it (if such an
object exists), but nothing I've tried so far works. I can, of course,
output the SQL string and then parse the expressions/function calls
field-by-field.

But is there a simpler way?

Thanks.

Patrick Bold



Thu, 24 Nov 2005 13:46:41 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. ACC2K: Function in query expression called multiple times

2. Call an Access Query : Undefined Function in Expression

3. Error 3075: function isn't available in expressions in query expression

4. Function isn't available in expressions in query expression

5. Help: Function isn't available in expressions in query expression

6. Function isn't available in expressions in query

7. Undefined function 'nz' in query expression

8. Call a function in another document

9. function call in query

10. Answer: User Defined Function in Query called from outside Access

11. Problem using an array in a function called by an update query

12. Passing query name as argument in function call

 

 
Powered by phpBB® Forum Software