What does "acCmdCopyDatabaseFile" do?

P

Paul

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

docmd.Runcommand acCmdCopyDatabaseFile

Anyone know what it does?

thanks
 
P

Paul

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)
 
D

david epsom dot com dot au

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)
 
P

Paul

"... 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)
 
G

Guest

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.
 
S

Stephen Lebans

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.
 
T

TC

Alexander explained it on fido7.su.windows:

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

:)

TC (MVP Access)
http://tc2.atspace.com
 
P

Paul

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 нехило
поизвращатьÑÑ
 
S

Stephen Lebans

I think it was for ADP's and 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.
 
D

Douglas J. Steele

As an MVP, don't forget you now have access to Alex for translations like
that <g>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top