I created simple procedure as following:

CREATE PROCEDURE ExpiryLabel
AS
PRINT ' '
PRINT '------------------'
PRINT '
GO

Please tell me how to show the result to a text control on a VB form??

Thx