473,507 Members | 5,257 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What the hell happened to my database?

N J
Hi,

Please take a look at http://webmonky.myby.co.uk/error.JPG . This is the
second time this has happened. All I did was run command ...

CurrentDb.Execute "Update tblDownload Set OrderType = """ & "REFUNDED" & """
Where ID = " & Me.Text43 & ";", dbfailonerror
DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70

....and access seems to make data turn into chinese charactors and put
letters in different order (or even replace them with another random letter,
such as TOWN should read london, but it reads nlondo instead., also the
AutoNumber has changed from 33628111 to 545587303, although I have a form
that looks up AutoNumber 33628111, and it brings up 545587303, so it must
still be referenced. Anyone any idea what and why this happened?

Also I need my AutoNumbers to return to 8 digits because its causing
problems with other things I'd rather not go into...

Thanks

NK
Nov 13 '05 #1
2 1787
It is a puzzler.

Just so I don't have to go research it, what _is_ it that you expect of:

DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70

I'd say it is "Save Record" or "Refresh", but I'd question why you'd want a
Save Record after an action query... that could be the problem. To be
honest, I just haven't used DoMenuItem to any extent since DoCmd.RunCommand
became available because the RunCommand is so much easier and more intuitive
and I forget whether the list item is 0-based or 1-based.

Larry Linson
Microsoft Access MVP

"N J" <bl*************@blueyonder.co.uk> wrote in message
news:Bn*******************@fe2.news.blueyonder.co. uk...
Hi,

Please take a look at http://webmonky.myby.co.uk/error.JPG . This is the
second time this has happened. All I did was run command ...

CurrentDb.Execute "Update tblDownload Set OrderType = """ & "REFUNDED" & """ Where ID = " & Me.Text43 & ";", dbfailonerror
DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70

...and access seems to make data turn into chinese charactors and put
letters in different order (or even replace them with another random letter, such as TOWN should read london, but it reads nlondo instead., also the
AutoNumber has changed from 33628111 to 545587303, although I have a form
that looks up AutoNumber 33628111, and it brings up 545587303, so it must
still be referenced. Anyone any idea what and why this happened?

Also I need my AutoNumbers to return to 8 digits because its causing
problems with other things I'd rather not go into...

Thanks

NK

Nov 13 '05 #2
My guess:

According to your jpeg, DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5,
, acMenuVer70 will do spell check.
(activates 6th item on the form bar)

You have your language set to chinese and the chinese spellcheck doesnt
like your english.

Double check your system settings and make sure that you are point at
the right control.

Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

125
14539
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from...
86
7679
by: Michael Kalina | last post by:
Because when I asked for comments on my site-design (Remember? My site, your opinion!) some of you told me never to change anything on font-sizes! What do you guys think of that:...
96
6151
by: BadPony | last post by:
Anyone using Peoplesoft on a Federated UDB (shared nothing)Environment on Open System Platforms? Preferably AIX, but any war stories would be good. TEA EB-C
29
5863
by: A.P. Hofstede | last post by:
Could someone tell me where MS-Access (current and 97?) fit(s) on the RDBMS - ORDBMS - ODBMS spectrum? I gather it's relational, but how does it size up against/follow SQL2/3/4 definitions and how...
14
1476
by: saunderl | last post by:
Hello Everyone, I'm a lead developer of a ASP.Net site. We have over 150 "applications" running at our site. Each application is a "Solution" in VS. When we roll to test and production, the...
39
3188
by: windandwaves | last post by:
Hi Folk I have to store up to eight boolean bits of information about an item in my database. e.g. with restaurant drive-through facility yellow windows
2
1477
by: U S Contractors Offering Service A Non-profit | last post by:
GOD has a job for you do you what it Inbox Reply from WORKING IN FAITH <csomerford@gmail.com hide details 6:23 pm (1 hour ago) reply-to natural-video-church@googlegroups.com to ...
6
1869
by: | last post by:
Hi, I used extensively python and now I find this mess with strings, I can't even reproduce tutorial examples: File "<stdin>", line 0 ^ SyntaxError: 'ascii' codec can't decode byte 0xc4 in...
66
3279
by: John | last post by:
Hi What are the advantages actually achieved of managed code? I am not talking of theory but in reality. Thanks Regards
0
7221
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
7109
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...
0
7313
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7372
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7029
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5619
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3179
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1537
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
411
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.