G
Guest
On one of the reports, users have seen this run-time error several times a
day. After several retry, they eventually will get the report run/printed.
When I went into debug, the break is on the following if statement, which is
the first line of code in Detail_Format()
If CutMethod = "Knife" Then
....
CutMethod is a textbox in the detail session, whose Control Source is a
field from the select statement, which is the record source of the report.
The embedded select statement joins five linked SQL server tables. However,
every time when I run the query, there is always data coming back right away.
I'd appreciate if someone could point me a direction for solving the issue!
day. After several retry, they eventually will get the report run/printed.
When I went into debug, the break is on the following if statement, which is
the first line of code in Detail_Format()
If CutMethod = "Knife" Then
....
CutMethod is a textbox in the detail session, whose Control Source is a
field from the select statement, which is the record source of the report.
The embedded select statement joins five linked SQL server tables. However,
every time when I run the query, there is always data coming back right away.
I'd appreciate if someone could point me a direction for solving the issue!