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...
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...
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...