Programatically Revert To Previous Version

Dec 1, 2005

I know how to convert an Access database from a previous version of Access to a higher version of Access, using the shell command:

x = Shell("C:Program FilesMicrosoft OfficeOfficeMSACCESS.EXE " & Chr(34) & strOLDDB & Chr(34) & " /Convert " & Chr(34) & strNewDb & Chr(34))

However, what do I have to do to programatically revert from my current version of Access to a previous version? Is there a shell option similar to the /CONVERT choice? It would be nice if it was as simple as /REVERT

Thanks once more to you forum gurus!

View Replies


ADVERTISEMENT

General :: Cannot Open A Database Created With A Previous Version Of Application

Oct 22, 2012

I am trying to open a MS Access Database which was made in MS Access 1997 or MS Access 2000, at the moment i am using MS Access 2010, i cannot open the database or link the tables.i do not have MS Access 2000 anymore.

View 1 Replies View Related

How To Revert Query From Read Only.

Nov 27, 2006

Hey

I'm having trouble reversing my query from read only. I set the query to read only at first and then decided to reverse this process. However, when i switched back to rewritable mode, the query still dosen't let me edit, add or update data.

Why is this so?

Thanks

View 1 Replies View Related

Getting Check Boxes To Revert To Unticked

Aug 30, 2006

Hey,

In my form, when users check check boxes, then move onto the next form, the check boxes are still checked (and therefore screws with the functionality of some objects)

I've been trying to use defaultvalue, and trying to find a procedure I can implement the function on, but to no avail.

Any help would be greatly appreciated.

View 3 Replies View Related

Modules & VBA :: Only One Record Yes And Others Revert To No Based On User Selection

Jan 12, 2015

My table has a yes/no field and about 10 records. I have created a form for the user to select which of the records he wishes to use - the records are displayed in a continuous form with a check box for the yes/no field. The user is to select one record by checking the check box in the record.

I know this should be obvious, but I can't see it. How can I make it so the user can only select one of the records (when he clicks on one, that one is yes and the others revert to no?

View 4 Replies View Related

Find And Replace Programatically

May 3, 2005

Hello,

I have a list of dates of births in a table, but the way they are always imported (from some piece of crappy software somewhere) is in the format of: 01.01.2005 (using full stops).

Access doesn't like this, and insists on slashes, or dashes. Now, if I do a find/replace, it works perfectly, just replacing all the full stops with slashes. However, I want to do this quite regularly...any ideas how to do it programatically in VBA?

Thanks!

Any help much appreciated!

View 4 Replies View Related

Link Tables Programatically

Apr 21, 2006

Is it possible to unlink and link to tables in a back end using VBA in the front end?

I need to do this or something similar because when I send updates of the front end out I may have added an extra table and thus want to be able to get the user to run an update module to link any new tables.

Not sure if this is at all possible???

Any ideas???

View 5 Replies View Related

Log Data To Table - Programatically

Oct 19, 2005

Any insert command to load Oracle profiler log data into table...

??

View 1 Replies View Related

Programatically Delete Relationships?

Mar 3, 2006

I know you can manually delete table relationships in an .mdb, but I was wondering: Can you programatically delete table relationships? If it is possible, how would it be done?

Thanks in advance to all you nice folk who reply.

View 14 Replies View Related

Populate Combobox Programatically

Mar 5, 2008

I have a form that I am populating a ComboBox via a Query. It works but sometimes it flakes out and does not populate the box.

What I want to do is run this through code.

I am a bit stuck. I think that I need to set the recordset, Create a SQL query, Run the query and push the results to the ComboBox. Think this should be on the Click event of the combobox.

Dont really know where to get started.

Does anyone have a rough example of:
1. Getting the recordset
2. A general SQL query (how to run it)
3. How to push the results to the ComboBox

THANK YOU IN ADVANCE

View 14 Replies View Related

How To Select An Item In COMBO BOX Programatically?

May 13, 2005

hi All..

I could set the Combobox.Value to one of the values in the combo box and combo box displays that value. But when I try to use Combobox.Value subsequently it does not have any value. I noticed that the value property is populated only when the combox box item is manually selected(highlighted).

How can I highlight the selection in a combo box?

Thanks in advance

View 1 Replies View Related

Help Please - Changing Column Lables Programatically

Jan 7, 2006

I have a subfom that displays perfectly in datsheet view.

One of the columns changes its contents depending on a value. i.e. a list of units or a list of costs. I change the data using a Recordset update.

When in the Main Form I am trying to change the column label that appears in the SubForm header above the column, to either 'Units' or 'Cost, to match the data.

I am strugging to find the correct syntax, can anyone help?

Also, can I change this via the Recordset update?

Thanks :confused:

View 3 Replies View Related

Queries :: Multivalue Field - Values Revert To Primary Key In Datasheet View When Saved

Dec 23, 2013

A have a query that selects a multivalue field. The query forms the record source for a subform. The text values in the multivalue field are displayed in the query, but when I save this and view the data in the subform datasheet view the values revert to the primary key values. They are 1,2,3,4 instead of the text values

View 3 Replies View Related

Version 97 And 2003

May 20, 2005

Are there any issues with converting an older 97 database to 2003? Is it a straight conversion, or will there be differences that affect the way the database will run if converted? I've read somewhere that it is possible to use the newer version to open the database w/o converting it. It seems silly to have to install 97 on a new computer in order to view the db.

View 4 Replies View Related

Access Version

May 31, 2005

Hi.

Will a database created in Win Xp using Access 2003 work on machine running Win 2000 Pro and Access 2000?

Thanx

View 3 Replies View Related

What Version Of Access Do You Use?

Jul 16, 2005

Very General Question

What version of Access do you use?

And if you use Access 97, why do you choose to use that over that of Access 2000 or higher?

I am curious to find out the reasons.

As for me, I use Access 2003 all around.

View 4 Replies View Related

Calendar Pop-Up Version

Aug 15, 2005

Help!

I just created a calendar pop-up for data entry in Access Version 2002 and it does not work with Access 2003. Any help from anybody would be appreciated!

View 9 Replies View Related

Version Conflict

Sep 26, 2005

An application that I made was created in Access 2000 as I was told that all users had at least this or newer. Of course a user with 97 popped up. Instead of having them purchase 2000 or newer I converted my app to 97 version. I expected troubles with references. So far this has only been a phone conversation and I plan on going there later today. The user says hitting alt/F11 does nothing... no code window comes up. I had her look through the menus for the code window but she says there is nothing there. She is getting runtime 3433 (she thinks) and unrecognized database format when trying to open a form. The database did open when holding the shift key though.

Before I go there, how do I open the code window for 97?
Any other suggestions? I bet this is a reference thing but there may be a problem with their access install too. There are 2 users at this location with the same issues... at least it sounds like it.

View 4 Replies View Related

Access Version

Nov 23, 2005

how do i go about this

i'm unable to do any upgrade of this version of access on my machine running windows XP, it is only possible on a machine running windows 2000.

what do i need to do to be able to tweak reports and forms and stuff.

Thanks

Happy thanksgivings

View 4 Replies View Related

Which Version Of Access To Use ?

Dec 17, 2006

Hello All

I have a database which is use at busy times to run the delivery side of our Floristry business. The orders are entered,assigned to a delivery area, address labels printed. When it comes to delivery day orders are selected from the list ticked off then printed a make a list for the driver.

It was built using Access 97 when it first came out. Since then the software was upgraded to Access 2000 many mods have been made each year to improve the performance and the number of things it can do. It now has about 15 tables and a lot of queries.
Not being an expert with Access a lot of the design has been on a trial and error basis. Put it another way the main form has many hidden fields to make things work behind the scenes. But it does most of what I want it to.
I have now go to the point where the main query is saying that I can't add any more features because I have to many fields in it.

So the time has come to look at re building it for a number of reasons.

1. It is a stand alone database on one Pc.......... I would like to have it on a network to 3 or 4 Pc's around the shop.
2. Some of it needs to be redesigned to take out my ( it might not be the way a designer would it but it does work) type bits.
3 I would like to be able to use the system for all orders received on a day to day basis. So it will need to be used by other people.


My question today is
Should I be looking to rebuilt it using Access 2003 + the extra software so that i can run it on more than one PC.

Or would it be better to wait few months till Acess 2007 comes out and start from scratch.


thanks

Kevin.

View 4 Replies View Related

MS Access Version

Feb 5, 2007

Here is a question.

I go to the menu bar, Help->About MS Access

It's shown Microsoft Access 2002 SP3

This is MS Access 2002 Version, right.

But, at the top it is shown (Access 2000 file format)

Why do I use 2000 file format in Access 2002 version?

View 3 Replies View Related

How Do I Find What Version...

Feb 15, 2008

Hello everyone.

I've got an VB app that uses an Access db that sits on a sever. The owner of the app has no Access installled on site. The prior consultant created the app and used MS Access.

Is there a way for me to determne what version of Access this db was created in?

Thanks

Dom (new to Access)

View 1 Replies View Related

Getting Windows Version With VBA

Apr 10, 2008

Hello,

How can I get the Windows version that I have installed on my PC from ACCESS 2005 (VBA)?

Thank youvery much

View 6 Replies View Related

Pdf.ocx Version 1.3 Error

Sep 20, 2006

Hi all,

My boss get this message when open a form in his pc
"Your Microsoft Office Access database or project contains a missing or broken reference to the file 'pdx.ocx' version 1.3"

Unfortunattely this message didn't appear in my pc :) .
I make a small program to open a pdf file from access.

Could you help me please to solve this problem.

Thanks in advance for your help

-cacing

View 2 Replies View Related

How To Tell What Version Of Access Is Being Used

May 12, 2015

I am trying to determine what version of Access is being used from a file that I obtained from a user. Everything I clicked on does not say what version of Access is being used. The extension name of the file is .MDB. The original version of the file I am accessing was created in 2001. Thus would you tell me how to verify what version of Access I am working with?

View 4 Replies View Related

Multiple Version Install

Sep 27, 2005

I know its possible to have 2 different versions of Access installed, and that you have to uninstall then start in with the earliest version. BUT can I have 3 different versions? I think it should be no problem but thought I would ask first.
I am looking at 97, 2000, and 2003. Plan is to do just Access 97, 2000, and then the full office install of 2003.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved