Katana2003
Programmer
I am trying to set the criteria for a report I want to link these on quote number this is the coding that I am using but I just get an error but I don’t now what is wrong with it.
Dim strFilter As String
strFilter = "quote_number =" & Forms!Quote_Header!Quote_Number
Dim strFilter As String
strFilter = "quote_number =" & Forms!Quote_Header!Quote_Number