macro to run parameterised function

  • Thread starter Thread starter Pradeep
  • Start date Start date
P

Pradeep

I have a functin 'test' which takes a parameter 'a'. I run the
function using a macro (Runncode). The function appears as
test(<<a>>). Now when i run the macro , it gives me an error like
"Microsoft Access can't find the name <<a>> you entered in the
expression.


please tell me what am i doing wrong
 
Pradeep,

Where does the 'a' parameter come from? What sort of data type is it
supposed to be? I don't recognise the syntax with the <<>> delimiters
(or whatever they are)... can you explain what they mean please?
 
Back
Top