Recent content by spard

  1. S

    How to assign value get from sql statement to variable

    Actually i need to count the image number by using sql statement and the value get from that statement need to assign variable named imageCount. Here is code i write but didn't get output.So can anybody plz help me what is wrong with this code: Sub countImage() Dim cnn Dim rs Dim strSql As...
  2. S

    To open Image

    Hi everybody, I want to open the image by clicking the button on form.Actually I have table name employee which contains fields name imagelink which contains the link of image of every employee.And the image is actually save in hardrive folder.The folder is named according to month.If employee...
  3. S

    How to copy value of textbox of one form to textbox of another form

    HI Mr B, Thanks for your suggestion.I did as u mention but when my chekcbox is clicked the always 0 value is assign instead of value in ID of first form.My code is like this on second form: Private Sub Form_Current() Dim i As Integer If Check6 = True Then If Not IsNull(Me.OpenArgs) Then i =...
  4. S

    How to copy value of textbox of one form to textbox of another form

    HI, Actually i have one form name Report and it have textbox name reportID.I want to copy the value of reportID textbox to textbox named AssociatedImageID of second form named AssociatedImage when check box of second form is checked. So can you please help me by providing me code for this...
Back
Top Bottom