Search results

  1. I

    how Rename output(pdf) file in vba code?

    hello every one, after searching on websites for solutions to my problem which is : how to rename my pdf file that's include name and let say the date of today, and I found the answer for that, and I would like to share with you : Sub CreatePDFandRenameit() Dim x As Variant Dim y As Variant...
  2. I

    Q:why recordCount with query give 1

    Hi, I'm new in this forum and welcome all I have a small question : Public Sub getCount() Dim db As DAO.Database Dim rst As DAO.Recordset Dim strSQL As String strSQL = "SELECT Employees.Company, Employees.[Last Name] FROM Employees;" Set db = CurrentDb Set rst = db.OpenRecordset(strSQL)...
  3. I

    hi every one..

    Hi every one I'm new in this forum, and an emglish is NOT my mother lungauge , but i'll try to understand each of you .. and the about reason that I register for it : TO help the ( biggners) and to learn from ( experts ) I want be useful as much you..:D and that's it... goodluck everyone:)
Back
Top Bottom