Hi,



How to pass variable from Access FE to postgresl Function using VBA?

Using "Select * From" & Function_Name?

Like:

Code:
CREATE OR REPLACE FUNCTION get(Variable text)  RETURNS text AS text
  LANGUAGE sql;
and in Access:

Code:
"Select * From get(MyVariableToPass)"
Something like that?

Best,
Jacek