T
Tom
This is PROBABLY really simple, but I'm missing 'it'...
I have several fields in the current row of the current
recordset that I want to use in a called procedure (same
module). They were 'empty' when I went to execute the
called procedure. So I created several variables in the
first procedure, set them to the fields I wanted, then
performed the called procedure. Now these variables are
empty.
I have a book that mentions a 'Declarations section', but
doesn't give any example. Of course, I'm ASSUMING that
this is what I need. So...
1.) Can I get the fields directly from the recordset
without saving the data first? If so, how?
or
2.) How do I get to access the values of variables set
in one procedure, in the called procedure? (The book I
have appears to indicate that I shouldn't be having the
problem I do. The data 'should' be available in the
called procedure.)
What am I missing?
Thanks so much, in advance,
Tom
I have several fields in the current row of the current
recordset that I want to use in a called procedure (same
module). They were 'empty' when I went to execute the
called procedure. So I created several variables in the
first procedure, set them to the fields I wanted, then
performed the called procedure. Now these variables are
empty.
I have a book that mentions a 'Declarations section', but
doesn't give any example. Of course, I'm ASSUMING that
this is what I need. So...
1.) Can I get the fields directly from the recordset
without saving the data first? If so, how?
or
2.) How do I get to access the values of variables set
in one procedure, in the called procedure? (The book I
have appears to indicate that I shouldn't be having the
problem I do. The data 'should' be available in the
called procedure.)
What am I missing?
Thanks so much, in advance,
Tom