K
Katrina
I have a multi-user database where I would like any
queries created by a specific person to be named with
that persons initials in the begining. What I would like
to do is have the name be
KMF - myquery
where "myquery" can be anything they choose, but the
initials are automatic.
I have the database set up so that the act of making a
new query is done through a button that runs the code
DoCmd.RunCommand acCmdNewObjectQuery
Does anyone know a way to force this naming convention?
I'm not adverse to changing the way I start a new query.
Thanks for the help.
Katrina
queries created by a specific person to be named with
that persons initials in the begining. What I would like
to do is have the name be
KMF - myquery
where "myquery" can be anything they choose, but the
initials are automatic.
I have the database set up so that the act of making a
new query is done through a button that runs the code
DoCmd.RunCommand acCmdNewObjectQuery
Does anyone know a way to force this naming convention?
I'm not adverse to changing the way I start a new query.
Thanks for the help.
Katrina