PC Review


Reply
Thread Tools Rate Thread

Access 2007 and windows 7

 
 
OD
Guest
Posts: n/a
 
      25th Dec 2009
Under windows xp and vista, I could use a command line switch with access,
but now I get an error.

EXAMPLE:

"c:\Consulting Tracking Program\Consulting Tracking.accdb" /compact

[Now I get a message box saying that thier was a problem sending the command
to the program.]

Thanks
OD
 
Reply With Quote
 
 
 
 
Matthew Thornton
Guest
Posts: n/a
 
      25th Dec 2009


--
Looking to make money at selling items on the web? Give us a try at
www.your-best-auctions.com. We are economical and cheaper then our
competitors. To unsubscribe, please reply with unsubscribe in the subject
line.


"OD" <(E-Mail Removed)> wrote in message
news:F2938FD5-BE50-4BA4-9792-(E-Mail Removed)...
> Under windows xp and vista, I could use a command line switch with access,
> but now I get an error.
>
> EXAMPLE:
>
> "c:\Consulting Tracking Program\Consulting Tracking.accdb" /compact
>
> [Now I get a message box saying that thier was a problem sending the
> command
> to the program.]
>
> Thanks
> OD


 
Reply With Quote
 
Allen Browne
Guest
Posts: n/a
 
      25th Dec 2009
You forgot to include the full path to msaccess, e.g.:
"C:\Program Files\Microsoft Office\Office12\MSACCESS.EXE" /compact
"c:\Consulting Tracking Program\Consulting Tracking.accdb"

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.


"OD" <(E-Mail Removed)> wrote in message
news:F2938FD5-BE50-4BA4-9792-(E-Mail Removed)...
> Under windows xp and vista, I could use a command line switch with access,
> but now I get an error.
>
> EXAMPLE:
>
> "c:\Consulting Tracking Program\Consulting Tracking.accdb" /compact
>
> [Now I get a message box saying that thier was a problem sending the
> command
> to the program.]
>
> Thanks
> OD


 
Reply With Quote
 
OD
Guest
Posts: n/a
 
      25th Dec 2009
It now seems to be working. Its funny that now I have to put the full path to
access to make it work, when before I only had to put the path to the
database and the switch. But any ways it works.

Thanks OD

"Allen Browne" wrote:

> You forgot to include the full path to msaccess, e.g.:
> "C:\Program Files\Microsoft Office\Office12\MSACCESS.EXE" /compact
> "c:\Consulting Tracking Program\Consulting Tracking.accdb"
>
> --
> Allen Browne - Microsoft MVP. Perth, Western Australia
> Tips for Access users - http://allenbrowne.com/tips.html
> Reply to group, rather than allenbrowne at mvps dot org.
>
>
> "OD" <(E-Mail Removed)> wrote in message
> news:F2938FD5-BE50-4BA4-9792-(E-Mail Removed)...
> > Under windows xp and vista, I could use a command line switch with access,
> > but now I get an error.
> >
> > EXAMPLE:
> >
> > "c:\Consulting Tracking Program\Consulting Tracking.accdb" /compact
> >
> > [Now I get a message box saying that thier was a problem sending the
> > command
> > to the program.]
> >
> > Thanks
> > OD

>
> .
>

 
Reply With Quote
 
Douglas J. Steele
Guest
Posts: n/a
 
      25th Dec 2009
I think you're mistaken. It's always been necessary to include the full path
to msaccess.exe: the switch is for the program, not for the database.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"OD" <(E-Mail Removed)> wrote in message
news:B647B866-0D4A-484E-B6C9-(E-Mail Removed)...
> It now seems to be working. Its funny that now I have to put the full path
> to
> access to make it work, when before I only had to put the path to the
> database and the switch. But any ways it works.
>
> Thanks OD
>
> "Allen Browne" wrote:
>
>> You forgot to include the full path to msaccess, e.g.:
>> "C:\Program Files\Microsoft Office\Office12\MSACCESS.EXE" /compact
>> "c:\Consulting Tracking Program\Consulting Tracking.accdb"
>>
>> --
>> Allen Browne - Microsoft MVP. Perth, Western Australia
>> Tips for Access users - http://allenbrowne.com/tips.html
>> Reply to group, rather than allenbrowne at mvps dot org.
>>
>>
>> "OD" <(E-Mail Removed)> wrote in message
>> news:F2938FD5-BE50-4BA4-9792-(E-Mail Removed)...
>> > Under windows xp and vista, I could use a command line switch with
>> > access,
>> > but now I get an error.
>> >
>> > EXAMPLE:
>> >
>> > "c:\Consulting Tracking Program\Consulting Tracking.accdb" /compact
>> >
>> > [Now I get a message box saying that thier was a problem sending the
>> > command
>> > to the program.]
>> >
>> > Thanks
>> > OD

>>
>> .
>>



 
Reply With Quote
 
OD
Guest
Posts: n/a
 
      25th Dec 2009
Yes it worked before, infact I checked to see if it was working on a clients
network, they are running xp. I use a batch file to compact the database
after hours.

thanks
OD

"Douglas J. Steele" wrote:

> I think you're mistaken. It's always been necessary to include the full path
> to msaccess.exe: the switch is for the program, not for the database.
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no private e-mails, please)
>
>
> "OD" <(E-Mail Removed)> wrote in message
> news:B647B866-0D4A-484E-B6C9-(E-Mail Removed)...
> > It now seems to be working. Its funny that now I have to put the full path
> > to
> > access to make it work, when before I only had to put the path to the
> > database and the switch. But any ways it works.
> >
> > Thanks OD
> >
> > "Allen Browne" wrote:
> >
> >> You forgot to include the full path to msaccess, e.g.:
> >> "C:\Program Files\Microsoft Office\Office12\MSACCESS.EXE" /compact
> >> "c:\Consulting Tracking Program\Consulting Tracking.accdb"
> >>
> >> --
> >> Allen Browne - Microsoft MVP. Perth, Western Australia
> >> Tips for Access users - http://allenbrowne.com/tips.html
> >> Reply to group, rather than allenbrowne at mvps dot org.
> >>
> >>
> >> "OD" <(E-Mail Removed)> wrote in message
> >> news:F2938FD5-BE50-4BA4-9792-(E-Mail Removed)...
> >> > Under windows xp and vista, I could use a command line switch with
> >> > access,
> >> > but now I get an error.
> >> >
> >> > EXAMPLE:
> >> >
> >> > "c:\Consulting Tracking Program\Consulting Tracking.accdb" /compact
> >> >
> >> > [Now I get a message box saying that thier was a problem sending the
> >> > command
> >> > to the program.]
> >> >
> >> > Thanks
> >> > OD
> >>
> >> .
> >>

>
>
> .
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access 2007 database on Windows Vista and Windows 7 gagecres Microsoft Access 4 20th Apr 2010 09:51 AM
Running Access 2003 programs in in Access 2007 and Windows 7 MamaGrubb Microsoft Outlook Discussion 1 17th Feb 2010 01:31 AM
link file from virtual windows xp to access 2007 on windows 7 plat cblackman Microsoft Access VBA Modules 0 7th Dec 2009 08:55 PM
importing table contents from Word 2007 into Access 2007 andgenerating queries, reports using Access 2007 g_1 Microsoft Word Document Management 3 12th Nov 2009 06:58 AM
Why windows Installer go always when I start access 2003 or access runtime 2007 applications Bob Microsoft Access 1 18th Apr 2009 08:18 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:46 PM.