C
CPK
Since I don't really know VBA my hope is to do this in a Macro with standard
queries.
But I need a way to illustrate the row counts from 2 tables to an end user
to make sure they match.
I can create 2 queries (count(*) from tblX & count(*) from tblY).
If I just throw those into a macro they are already using, I can use
"maximize" to get the window up, but it's not very clean. The user would
have to close or minimize one query to see the results from the other.
I thought there was a "cascade" command that would run the queries in a way
that the results from each query would stack on top of each other.
In the end I'd just put a MsgBox condition "Do your row counts match?"
yes - continue , no - stop macro.
Can anyone think of a user friendly way to illustrate row counts from 2
different tables?
(if VBA is the really the best solution to make this user friendly then I
guess I could slog through it)
Thanks at any rate.
queries.
But I need a way to illustrate the row counts from 2 tables to an end user
to make sure they match.
I can create 2 queries (count(*) from tblX & count(*) from tblY).
If I just throw those into a macro they are already using, I can use
"maximize" to get the window up, but it's not very clean. The user would
have to close or minimize one query to see the results from the other.
I thought there was a "cascade" command that would run the queries in a way
that the results from each query would stack on top of each other.
In the end I'd just put a MsgBox condition "Do your row counts match?"
yes - continue , no - stop macro.
Can anyone think of a user friendly way to illustrate row counts from 2
different tables?
(if VBA is the really the best solution to make this user friendly then I
guess I could slog through it)
Thanks at any rate.