Recent content by jaji03

  1. J

    EXCEUTE a Stored Procedure from ACCESS front-end

    Call Stored Procedure from MS Access 2003 I shall contribute as well. I'm not a big programmer, but this is what I got and it works for me :-)...... I create a separate module like this: Option Compare Database Public ConnSQL As New ADODB.Connection Public Sub Conn_SQLServer() Dim strSQL As...
  2. J

    Change Control's Caption (Perminately)

    Hello, I've been trying to change the caption of a command button in a Form. I can make it change, but then when the form is closed and re-opened, it goes back to what it previously was. Example: Me.CmdUpdate.Caption = "Updated" Anybody knows how I can perminantely change the caption...
Back
Top Bottom