473,385 Members | 1,942 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

How to open Access 97 files in Access 2007? Is there a conversion tool?

1
I recently converted from Access 97 to 2007, but cannot open my files... It displays "Run-time error 5" and asks to debug. The underlined line in italics below is where the problem lies.

Any suggestions on how to fix this? I am not very familiar with VB, so treat me as a novice...

Thanks!



Expand|Select|Wrap|Line Numbers
  1. For Each ctl In frm.Controls
  2.     strTemp = ctl.Name
  3.     strTag = Nz(ctl.Tag)
  4.     If strTag <> "" And strTag <> "DetachedLabel" Then
  5.       strLang = Left$(strTag, 1)
  6.       If strLang = "E" Then
  7.         intCtlLang = cLangEnglish
  8.         strTag = Right$(strTag, Len(strTag) - 1)
  9.       ElseIf strLang = "L" Then
  10.         intCtlLang = cLangLocal
  11.         strTag = Right$(strTag, Len(strTag) - 1)
  12.       Else
  13.         intCtlLang = langID
  14.       End If
Feb 3 '11 #1
0 1048

Sign in to post your reply or Sign up for a free account.

Similar topics

13
by: Krzysztof Bartosiewicz | last post by:
Hi! I have a problem with an access database. The database which I designed and made using MS access works perfectly OK on my computer however it is not working at all on computers for which it...
5
by: jiing | last post by:
Is there any tool (or how to) to transfer C/C++ source code files to a lib file? I'am trying to use visual studio .Net and how to transfer C/C++ source code files to a dynamic linking...
0
by: Ready4Football | last post by:
I recently inherited a legacy Microsoft Access application. Most of the time I write C# web apps, but rewriting this app from scratch would be a lot of work. The Access app has over 80 forms and 50...
0
by: Richard Jones | last post by:
Call for Papers --------------- Open Source Developers' Conference 2007 - Brisbane, Australia "Success in Development & Business" OSDC is a grass-roots conference providing Open Source...
2
by: Partha Mandayam | last post by:
Is there a tool for asp.net 1.1 to asp.net 2.0 automatic conversion?
1
by: Carlos777 | last post by:
I have made a database on access 2003 and it's running good but when I open it on Access 2007 the forms open's very smal (about 1x1 cm). thank you in advance. Carlos
2
by: Prabhakaran0902 | last post by:
Hi Team, I am a fresh programmer, I am writing conversion tool for E Publishing industry, I am writing a software for web publishing, normally authors giving file as word format, I required to...
6
by: Vinoth Jaguva | last post by:
Any one can tell of a .NET to JavaScript conversion tool
20
by: ncsthbell | last post by:
We currently have Access 2000 and are converting to 2007. I have a very complicated Access application and am so lost with where to start. When I bring the application up, there are different tabs...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.