473,725 Members | 2,232 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Strange Problems - Which parts are my fault? (A2K database)

Very strange behavior, but I suspect some is A2K and some might be for
me to correct. Just trying to see if anyone can help and advise.

We have a database that's been running for a few years with no
problems. We continuously add queries and reports. We're up to about
700 queries (no, not all are used and most are parameter queries - the
business asks a LOT of questions!), and under 250 reports and fewer
than 15 forms.

Data is largely sent to us from an outside vendor and we store it (in a
backend) and write queries and reports against it (front end).

It is all in one big front-end and all of a sudden the "Sales tax"
calculations won't work and is causing bizarre behavior.

First step was to create a new db and import all the objects. Now, the
questions:
1. We could "select all" and import all the queries - it was FAST!!
2. We could NOT "select all" and import all the reports. Had to split
into loads of separate selections.
We do have a lot of cross tab queries - could that be why?
We have something that "appeared" at the top of the list of reports
(never saw it before) and ended up in the new db (didn't select it) -
~TMPCLP87011. Any idea what this is? I looked at an old backup and it
was there, and the database was working then.

Still not working.

The "Sales Tax" process uses 22 cross-tab queries to create a table of
data for the next queries and reports. It's been working, but runs a
long time. I suspect there's a better way, which I'm brainstorming now
and asking for help. Could that be the problem?

Loads of questions; just don't know where to go to fix this. Taxes are
due next week, so we have to figure something out.

Thanks!
sara

Jan 5 '07 #1
3 1517

sara wrote:
Very strange behavior, but I suspect some is A2K and some might be for
me to correct. Just trying to see if anyone can help and advise.

We have a database that's been running for a few years with no
problems. We continuously add queries and reports. We're up to about
700 queries (no, not all are used and most are parameter queries - the
business asks a LOT of questions!), and under 250 reports and fewer
than 15 forms.

Data is largely sent to us from an outside vendor and we store it (in a
backend) and write queries and reports against it (front end).

It is all in one big front-end and all of a sudden the "Sales tax"
calculations won't work and is causing bizarre behavior.
What bizarre behavior?
First step was to create a new db and import all the objects. Now, the
questions:
1. We could "select all" and import all the queries - it was FAST!!
2. We could NOT "select all" and import all the reports. Had to split
into loads of separate selections.
What happened when you tried to import all the reports?

Have you tried decompiling and repairing (front and back end) first?

Bruce

Jan 5 '07 #2
Will try decompile/recomplie. Didn't think of that one. Did several
compact and repair.

We got all the reports in and it seems to work on everything we've
needed except taxes. Also, that weird ~file/thing is in the reports
list if we use the new db as a source for "import", even tho we didn't
select it for import from the original db.

"You cannot run this action at the present time" is the message we get
after decompile/recompile.

Sara
de************* **@gmail.com wrote:
sara wrote:
Very strange behavior, but I suspect some is A2K and some might be for
me to correct. Just trying to see if anyone can help and advise.

We have a database that's been running for a few years with no
problems. We continuously add queries and reports. We're up to about
700 queries (no, not all are used and most are parameter queries - the
business asks a LOT of questions!), and under 250 reports and fewer
than 15 forms.

Data is largely sent to us from an outside vendor and we store it (in a
backend) and write queries and reports against it (front end).

It is all in one big front-end and all of a sudden the "Sales tax"
calculations won't work and is causing bizarre behavior.

What bizarre behavior?
First step was to create a new db and import all the objects. Now, the
questions:
1. We could "select all" and import all the queries - it was FAST!!
2. We could NOT "select all" and import all the reports. Had to split
into loads of separate selections.

What happened when you tried to import all the reports?

Have you tried decompiling and repairing (front and back end) first?

Bruce
Jan 5 '07 #3

sara wrote:
Will try decompile/recomplie. Didn't think of that one. Did several
compact and repair.

We got all the reports in and it seems to work on everything we've
needed except taxes. Also, that weird ~file/thing is in the reports
list if we use the new db as a source for "import", even tho we didn't
select it for import from the original db.

"You cannot run this action at the present time" is the message we get
after decompile/recompile.

Sara
de************* **@gmail.com wrote:
sara wrote:
Very strange behavior, but I suspect some is A2K and some might be for
me to correct. Just trying to see if anyone can help and advise.
>
We have a database that's been running for a few years with no
problems. We continuously add queries and reports. We're up to about
700 queries (no, not all are used and most are parameter queries - the
business asks a LOT of questions!), and under 250 reports and fewer
than 15 forms.
>
Data is largely sent to us from an outside vendor and we store it (in a
backend) and write queries and reports against it (front end).
>
It is all in one big front-end and all of a sudden the "Sales tax"
calculations won't work and is causing bizarre behavior.
What bizarre behavior?
First step was to create a new db and import all the objects. Now, the
questions:
1. We could "select all" and import all the queries - it was FAST!!
2. We could NOT "select all" and import all the reports. Had to split
into loads of separate selections.
What happened when you tried to import all the reports?

Have you tried decompiling and repairing (front and back end) first?

Bruce
You never did state what the 'bizarre behavior' was. Is there an error
message? Maybe you just got some new data that falls outside the
bounds of what your queries expect. If not then perhaps there is
corruption in the back end database. I would try creating a new back
end and importing the tables into it. Then compact and repair the new
back end. Once you've got a clean back end I'd create a new front end
and link to the tables in the back end. Then I'd import the non-table
objects from the old front end to the new one. You may find that it is
speedier to debug the whole process if you temporarily put all of the
objects in one database on a local workstation. Then when you get it
all working you can split it back out into two parts.

Bruce

Jan 8 '07 #4

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

Similar topics

3
2719
by: Terry Bell | last post by:
I have some code that adds entries to the "Module Compiled" popup menu. Works fine in A97. You can open a module, right click, and the new entries are there for you to click. I converted it to A2000, and reapplied the new entries. But now when you open a module and right click (in A2K), the new entries are nowhere to be seen. If (while in the database window) you click on View, Toolbars, Customize, Toolbars tab, tick the Shortcut Menus...
25
3728
by: Neil Ginsberg | last post by:
I have a strange situation with my Access 2000 database. I have code in the database which has worked fine for years, and now all of a sudden doesn't work fine on one or two of my client's machines. The code opens MS Word through Automation and then opens a particular Word doc. It's still working fine on most machines; but on one or two of them, the user is getting an Automation Error. The code used is as follows: Dim objWord As...
10
1935
by: Arno R | last post by:
Hi all Yesterday I found a strange corruption-issue that I can't solve yet or actually point my finger at. I converted an A97 app to A2k. I have done this often enough so I didn't expect trouble here. Conversion seems OK and I start the app. BUT . . . Mainform doesn't work. Form comes up but none of the buttons react. Why not? I go to design view and see that code is not compiled. (compile-option is active) So I compile and go to normal...
2
1478
by: rightcoast | last post by:
Hi, Hoping someone out there can help with a very frustrating problem... Have a database created in A2k, works fine on my machine (Windows 2k), however when running it (an MDE file) on an XP machine, it produces an error on the following line: DoCmd.OpenForm strFrm, , , , , , strOA
2
2014
by: sparks | last post by:
I have both installed on win2000. 97 works fine until I run 2003. then when I try to run 97 I get out of memory, please close some programs and try again...this is from cold boot. I install 97 again and it works until I again open a 2003 database...after that same error. has anyone delt with this type of thing in the past. ps this has been going on for a little over a week ..... but I have been using this machine and setup for a year...
3
1820
by: Keith E. Sauvant | last post by:
A behaviour we don't understand: +++ $user = 'xxx'; $password = 'xxx'; $database = 'xxx.xxx'; $query = 'SELECT 1 FROM DUAL'; $link = OCIlogon($user, $password, $database);
28
2136
by: charlie | last post by:
Hi, I found an article on informit.com that talks about C++ casts http://www.informit.com/guides/content.asp?g=cplusplus&seqNum=285&rl=1 The strange thing is the author says the following code will *not* compile: double d=15.95; int n= static_cast<int(d);
0
2600
by: Paul Brady | last post by:
I volunteer at a youth ministry agency and help them with their student database. They have two computers, both running Windows XP. Both have Office 2002 installed without Access, except that Computer A had A97. They wanted both computers to be able to use the database, stored on Computer A. I can't get them to do that, and it seems to be a network problem. I installed A2K on each computer, putting it in a special directory which I...
0
3137
by: Default User | last post by:
I work on creating test cases for a SOAP-based set of servers, using soapUI. I received and updated set of WSDL and schema files, and when I made new tests and mock server operations, all of the ones that had been working now returned a SOAP fault. The faults look something like: <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"> <soap:Body> <soap:Fault> <soap:Code>
0
8752
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9401
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9257
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9176
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9113
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6011
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4784
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3221
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 we have to send another system
3
2157
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.