stanhilliard
02-15-2021, 04:42 PM
I converted a database file from Access 97 to v2003 and it seems to be working except it flags one statement. With a breakpoint on the statement:
Public Function FindWithSQL()
execution does not stop at the breakpoint but flags the statement:
Forms!frm1FindOpt!ListFiltered = myRS.[LN]
That statement works correctly in Access 97.
Q1: Why doesn't it work in 2003 and how should I correct?
Q2: If the problem involves VB syntax, is the a link to a list of similar changes?
Public Function FindWithSQL()
execution does not stop at the breakpoint but flags the statement:
Forms!frm1FindOpt!ListFiltered = myRS.[LN]
That statement works correctly in Access 97.
Q1: Why doesn't it work in 2003 and how should I correct?
Q2: If the problem involves VB syntax, is the a link to a list of similar changes?