calling Subs

J

Jacques Proot

A> I cannot call a procedure from another object module
(within the same database) and there is no mention
of "private" nowhere. Why ?

B> How do we OPENFORM with a Visual Basic variable in the
WHERE clause ? Something like [field] = Variable. It is
not responding.

Thanks.
 
R

rocco

B) try [field]=" & "'" & variable & "'"
A) are you sure the called procedure is declared
with "public? like:
_____________
public sub routine.name
code here...
end sub
______
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top