Recent content by murtazakhambaty

  1. M

    Report to PDF with Custom Name

    Error is on line 3 and 4 both.
  2. M

    Report to PDF with Custom Name

    I am using Office 2010.
  3. M

    Report to PDF with Custom Name

    The Error is Compile Error: Method or Data member not found
  4. M

    Report to PDF with Custom Name

    Hi I am writing the following code but its keeps on giving error. Can you please help. Private Sub ReporttoPDF_Click() Dim sFPath As String sFPath = "D:\Adobe Documents\Quotation\ & Me.QuotationID & Me.QuotationYear & " --- " & Me.Company & " - " & Me.BACity" sFPath = sFPath & Me.QuotationID...
  5. M

    Code to save report in pdf to a particular folder

    Hi I am writing the following code but its keeps on giving error. Can you please help. Private Sub ReporttoPDF_Click() Dim sFPath As String sFPath = "D:\Adobe Documents\Quotation\ & Me.QuotationID & Me.QuotationYear & " --- " & Me.Company & " - " & Me.BACity" sFPath = sFPath & Me.QuotationID...
  6. M

    Question Getting Values from Table2 based on value selected in Table1

    Hello.. I have a table named Product and Quotation. This is what i want to achieve In Table Quotation when i select product name from dropdown menu i want all the related information for that product to be visible in Quotation like product id, productdescription & productcost Can anyone...
Back
Top Bottom