A
Alain
In my MDB application I use a request (Included in the source propriety of
my form) similar to this:
SELECT Table1.Champ1, Table1.Champ2, ...
FROM [Table1]
WHERE ((([Table1].[Champ1])=GetRéfIC())) Or ((([Table1].[Champ2])=-1))
ORDER BY [Table1].[Champ1];
GetRéfIC beeing a function allowing me to transmit a value as a parmeter..
Unfortunamtly in my ADP version, I have an error during the opening of my
form tellin:
'getRéfIC' is not a function name recognise ! (sorry again the translation
maybe poor)
What should I do in order that my function, and by the way my parameter,
would be taken into account in my request ?
merci
@+
Alain
my form) similar to this:
SELECT Table1.Champ1, Table1.Champ2, ...
FROM [Table1]
WHERE ((([Table1].[Champ1])=GetRéfIC())) Or ((([Table1].[Champ2])=-1))
ORDER BY [Table1].[Champ1];
GetRéfIC beeing a function allowing me to transmit a value as a parmeter..
Unfortunamtly in my ADP version, I have an error during the opening of my
form tellin:
'getRéfIC' is not a function name recognise ! (sorry again the translation
maybe poor)
What should I do in order that my function, and by the way my parameter,
would be taken into account in my request ?
merci
@+
Alain