Hello:
How do you attac an SQL statement to an unbound forms (or reports)
control in A2002?
I created an unbound text box, and I want to attach the following SQL
statement.....
select count(node) from b321bl where stdverifyby = 'test'
I have several of these to add to this form, so I would really
appreciate your help. Yes, I tried ....
=select count(node) from b321bl where stdverifyby = 'test'
in the "Record Source" property and it would not compile.
Thanks for any ideas.
Richard Hollingsworth