DataBase - Ms Access 2000 to Ms Access 2003
Asked By Skrogy
14-Nov-09 02:39 AM
I built a db using Ms Access 2000 with drop down boxes and such. Company
recently upgraded to Ms Access 2003 and drop down lists are blank. If I put
the file on a computer without the upgrade they are there. I dont know of
any other issues yet that wont work as Im afraid of corrupting the database.
SQL Server
(1)
Access 2003
(1)
VBA
(1)
Database
(1)
SkrogyIf
(1)
Windows
(1)
Company2
(1)
Withou
(1)
Sylvain Lafontaine replied to Skrogy

If you are afraid of corrupting the database, make copies of it, first. (In
any cases, you should make copies/backups of your database files at a
regular interval; otherwise you will deeply regret it if you find yourself
with a corrupted copy and withou any recent (very recent) backup).
Second, this is not the place for asking this question. This newsgroup is
about Data Access Pages and is very specialized as you can see by the very
few posts here. If you want a better luck in getting an appropriate answer,
you should ask in a newsgroup such as microsoft.public.access.
In your case, you might have a reference problem or a compilation problem.
What happens if you create blank new database file directly from Access 2003
and import everything into it?
The usual solution to the problem of moving a file between different version
of Access and of Windows if to fully decompile the file before using it on
the newer version. Create a shortcut with the following start parameters:
/decompile /compact /repair.
Another trick is to add a dummy reference in the VBA references window,
close the window, reopen it and remove the dummy reference. This will force
Access to recompile all modules because the references list has changed.
--
Sylvain Lafontaine, ing.
MVP - Windows Live Platform
Blog/web site: coding-paparazzi.sylvainlafontaine.com
Independent consultant and remote programming for Access and SQL-Server
(French)
wangdong replied to Skrogy
Hi, Skrogy
If your access db is broken.I think you can try a utility called
Advanced Access Repair to repair your Access MDB file. It works rather
well for my corrupt Access MDB files. Its web address is
http://www.datanumen.com/aar/
WangD.
Tony Toews [MVP] replied to wangdong
1) You are an employee of such a company
2) You should be disclosing that fact more openly.
Tony
--
Tony Toews, Microsoft Access MVP
Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
For a convenient utility to keep your users FEs and other files
updated see http://www.autofeupdater.com/
Granite Fleet Manager http://www.granitefleet.com/
Probleme nach SQL Server Update DataBase Hallo allerseits, Backend SQL Server 2005 (SQL Server 2k Kompatibilitätsmodus), Frontend Access 2003 adp. Seit ich den SQL Server auf meinem Entwicklungsrechner auf den neuesten Stand gebracht habe (derzeit 9.0.4035), funktioniert
Access / SQL Server Connection Pooling? DataBase I have an Access / SQL Server application that uses ODBC link tables to communicate between the Access cllients and SQL Server. I was wondering if Access used connection pooling by default, or if I could
Connecting to SQL Server DataBase I connect my Access database to a SQL Server in two different ways: 1 with ADO such as: Dim theConnectionString theConnectionString = Driver = SQL Server; Server = Server \ TRUTIMEV3;Database = Intelligent;User ID = xxx;Password = xxx; Dim rec As ADODB.Recordset Set
MCITP DBA proof DataBase https: / / mcp.microsoft.com / authenticate / validatemcp.aspx transcript: 944364 AccessCode: helloworld Access Discussions SQL Server 2008 R2 (1) SQL Server 2008 (1) SQL Server 2005 (1) Microsoft SQL Server Reporting Services (1) Regards Larry Linson Microsoft Office Access (1) Bing Microsoft SQL Server
Upsizing wizard access Sql Server express DataBase hello all im noobest ssme user here. I am trying to export my access backend database into sql server express 2005 by using the upsizing wizardi go to create new database option and click on trusted connection and when i hit next it gives me a microsoft sql server login error: connection failed: SQLState: '01000' SQL Server Error: 2 [Microsoft][ODBC SQL Server Driver