What does "acCmdCopyDatabaseFile" do?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i can't find any documentation for this parameter for the RunCommand statement:

docmd.Runcommand acCmdCopyDatabaseFile

Anyone know what it does?

thanks
 
Running
Sub x()
DoCmd.RunCommand acCmdCopyDatabaseFile
End Sub

from a form's button gives

"Error 2046
the command or action acCmdCopyDatabaseFile isn't available now."

Clicking Help give BGSOD (Blank Gray Screen Of Death)
 
Conquer Access RunCommand Constants
http://home.clara.net/tkwickenden/

Shows this as unknown, added in XP. (Although it is not in the help list,
there is no information, and no code sample).

The value is indexed to the relevent MS sites, but no information appears:
perhaps it is in one of the site tags.

(david)
 
"... site tags ... " ???

david epsom dot com dot au said:
Conquer Access RunCommand Constants
http://home.clara.net/tkwickenden/

Shows this as unknown, added in XP. (Although it is not in the help list,
there is no information, and no code sample).

The value is indexed to the relevent MS sites, but no information appears:
perhaps it is in one of the site tags.

(david)
 
um, I haven't done any html since 1995.
If a search engine can find 'acCmdCopyDatabaseFile' on a site,
it must be there somewhere, but those MS sites don't have any
visible text explaining that constant.
 
Doesn't it have only have to do with only SQL Server tables?

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Alexander explained it on fido7.su.windows:

Ладно.. Ñам напроÑилÑÑ.... Hу вот, к
примеру, ÑпиÑок дейÑтвий Ð´Ð»Ñ Ð¼ÐµÑ‚Ð¾Ð´Ð°
RunCommand (не вÑе, выборочно), которые еÑть
в ХР и нет в 97. Ð’ 97, чтобы вÑе
Ñто Ñделать, нужно нехило
поизвращатьÑÑ

:-)

TC (MVP Access)
http://tc2.atspace.com
 
And the handy automatic trnslator gives:
All right.. Itself has thrust.... Hу here, to
To example, the list of actions for a method
RunCommand (not everything, it is selective) which are
In ХР also is not present in 97. In 97, that all
It to make, it is necessary нехило
поизвращатьÑÑ
 
As an MVP, don't forget you now have access to Alex for translations like
that <g>
 
Back
Top