Hello there..
I have a function which has to run query1 if a value from a table field is <> zero else has to run query2
so..
If count <>0
then run q1
else run q2...
how can i refer to a value in a table in the VBA module?? I tried tables! tablename.fieldname, but it says object required..
any help is really appreciated..
thanks,
I have a function which has to run query1 if a value from a table field is <> zero else has to run query2
so..
If count <>0
then run q1
else run q2...
how can i refer to a value in a table in the VBA module?? I tried tables! tablename.fieldname, but it says object required..
any help is really appreciated..
thanks,