Is there any reason why a macro won't fire when I use /x at the commmand line?
I have disabled the AutoExec macro, then prevented anything else from opening in STARTUP, but the macro is not firing when I click the shortcut.
Here's my shortcut
"H:\New H Drive\REVPORT\Audit Access DB Pace Prod...
I have an application which works fine for me, but not for the other users. The other users have MORE POWERFUL computers than I do and have at least the same permissions.
When I create for them a query shortcut (MAQ) they are able to run the queries fine, but not when they are calling them from...
I am using Access 2003 to link 2 Oracle databases together for a rather complicated (20 tables) query. It works on my PC, but doesn't work on other PC's that are as every bit as powerful as mine. I am not using pass through queries to the Oracle dbs as views that I would need have not been...
TheAceMan1,
Here is an example of when I use "GoTo" what do you do instead.
Function Test()
On Error GoTo TestErr
.....
Exit Function
TestErr:
MsgBox Err & ". " & Error
If Err = 1111 Then
Resume
ElseIf Err = 2222 Then
Resume Next
Else
'Exit
End If
End Function...
Perhaps this is covered elsewhere, but what I also found is that
A) Create a summarized field to enable Group Sort Expert
B) Use the Group Sort Expert to create a top 10 list
C) Delete the field in step A and the Group Sort Expert stays enabled.
Actually no. On the report that I have a GROUP SORT EXPERT enabled I have summaries on a number of fields. When I delete the group (and the summarized fields) and reinsert the group the GROUP SORT EXPERT is then disabled.
I am trying to do a Top Ten report with totals of just the 10 records not the entire recordset.
However when I attempt to do it the GROUP SORT EXPERT does not become enabled.
When I look at some of my other reports that has the GROUP SORT EXPERT enabled. When I deleted the group, then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.