Search results

  1. B

    Sert Value from Subform to Subform

    in Form "Main" there are two subforms "SubF1" and "SubF2" How to set velue from "SubF1.ID" to "SubF2.ID"
  2. B

    Solved How to transfer string in character

    Is there any way to do this imput 123.45 result '1','2','3','.','4','5'
  3. B

    Problem with Set a = fs.CreateTextFile

    Way this code dont work in accesds 2016 Private Sub C71_Click() Set fs = CreateObject("Scripting.FileSystemObject") Set a = fs.CreateTextFile("c:\testfile.txt", True) a.WriteLine ("This is a test.") a.Close End Sub
Back
Top Bottom