B
Becky
hello to all
To fight bloat (my db, NOT ME), I followed advice of others in this forum
and created a new database, then imported all tables, queries, forms, etc.
All seemed to go well, but the new db would not compile at first. The
compile error I got in in several places was...
Compile Error - Named Argument not found
In each case, the offending code line involved an OpenArgs. A typical line
that produced the error was ... DoCmd.OpenReport strDoc, lngView, OpenArgs:=
OpAr
When I remmed out these lines involving OpenArgs, compiling worked OK.
After I unremmed the lines, compiling worked just fine. Any idea what's
going on here?
To fight bloat (my db, NOT ME), I followed advice of others in this forum
and created a new database, then imported all tables, queries, forms, etc.
All seemed to go well, but the new db would not compile at first. The
compile error I got in in several places was...
Compile Error - Named Argument not found
In each case, the offending code line involved an OpenArgs. A typical line
that produced the error was ... DoCmd.OpenReport strDoc, lngView, OpenArgs:=
OpAr
When I remmed out these lines involving OpenArgs, compiling worked OK.
After I unremmed the lines, compiling worked just fine. Any idea what's
going on here?