L
lemes_m
Hi,
I have quite frustrating situation with following code which executes
SP with @Param (int):
DoCmd.RunSQL "EXEC ProcAppend " & Me.Id.Value
Before this code I update some table with Me.Id.Value and it is ok so
it means that parametar value is sent.
Also, when I execute this SP manualy and enter parametar it works fine.
I should mention that this code worked fine and stops without any
reason!
Anyone has some idea?
Regards,
Mirnes Lemes
I have quite frustrating situation with following code which executes
SP with @Param (int):
DoCmd.RunSQL "EXEC ProcAppend " & Me.Id.Value
Before this code I update some table with Me.Id.Value and it is ok so
it means that parametar value is sent.
Also, when I execute this SP manualy and enter parametar it works fine.
I should mention that this code worked fine and stops without any
reason!
Anyone has some idea?
Regards,
Mirnes Lemes