Hi all: I get the 3077 error (Data1.recordset.FindFirst "[nhisto] =" & answer) after I have changed a printer parameter in my program. Before this the program worked fine. I had to changed the proyect name and I saved the changes in .form name as well, in order for the new printer paramenters to take place. I create a new .exe file. The printer problem was solved, but when I try to find a name in my search part of the program , then I get the Error 3077. Of course when I use the old .exe name the program works perfect, but with my printer problem. What do you suggest? It´s very urgent for me to solve this . Thanks any way

Error '3077' Syntex error (missing operator) in expression

Try Data1.recordset.FindFirst ("nhisto = " & answer)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.