DoCmd To Output multiple query outputs to two separate spreadsheet tabs
Hello, I regularly use DoCmd's to output query results into spreadsheets, and either email those out or store them in a network drive somewhere. I'm running into some issues trying to output two...
View Article2 tier replacement for isam
We have a product that is multiuser with isam database. Need to increase our number of users and the isam db does not support well. We have the full source code for the product but we don't want to...
View ArticleUpdate
Hi All.. I am new to MySQL database..... So here i am having doubt in UPDATE .... When using Oracle we can interchange rows from one column to another column. Example as follows: Code: SQL> select *...
View ArticleTracking address changes in Access
Hey all! As a warning, I am very new to Access programming. I'm in the beginning stages of re-designing a database to track and log students. Our basic function is to document contact (both successful...
View ArticleOpening form between date
Not sure on the vba command to open a form between dates below is what I have so far the 'docmd.openform "fiil" works and filters the results just for the start date but cannot get the between dates to...
View ArticleHow can i use details from another table within xmlquery fn:matches statement
All, As a newbie i was very impressed with the response to my last post, so where better to try for some more information. Follwing the good advice from my last visit i am using the following query to...
View ArticleEnter Table Data by Month
The database tracks sales vs. budget for a multi-unit business. The fiscal year is divided into Periods (12) and Weeks (4-5 per period, changes each year). Sales are recorded by unit by date. Budget...
View ArticleVBA code unable to check for result
To All, I am running the following VBA procedure, which looks at a combo search field to find what field from the database it is going to look at. Then it looks on another field named txtSearchString...
View Article#858 Programmer/Analyst, Vancouver, WA Full Time
Job Description Columbia Ultimate, providing software and consulting for the collections industry, is seeking a Programmer / Analyst. The Programmer/Analyst is required to design, code, and test...
View ArticleRemove a prefix from a selected field
I have another question! I have the following query:- SELECT AccountNumber FROM BankDetails I am moving data from one place to another and need to remove a 'IBAN' prefix, which would be easy to do, but...
View ArticleMS Access 2007 - SQL - Query - number matching
Hi there, Pretty new to the database designing. However learning quickly, Gotta love Google. I'm trying to get the query to search for a number with a record. I've been using the Like '*1*' which works...
View ArticleWrite Conflict Error - Runtime error 3197
I have a form and subform. there is an toggle button on the main form that allows the user to select whether to update the present row in the subform - one row at a time or the other option to do batch...
View ArticleLooking for Database Designer / Postgres DBA in Saint John New Brunswick Canada
As our business expands, we require a DBA / Senior database designer to join our team. Responsibilities include: Work with the lead architect and team to Design, develop and implement a database...
View ArticleReport with concatenated field incl. sum-count, requests parameter??
In the footer of a report, I created a concatenated string in an unbound box, using same approach as always re concatenating: ="Number = " & Sum([Count]) & " / Amount = $" & Sum([AMT]) The...
View ArticleUsing 32k and 16k TEMP tablespaces
We have 16K page size in the EDW, but the new application that was migrated, is using and requires 32K. With two BP for each page size - 16K and 32K respectively, and two TEMP tablespaces, will DB2...
View Articlefalse negative on is null in where clause?
I updated a column value to be null, but cannot select the row when comparing the recently updated column to null. If I compare the same column to not is null, the row is still not returned. Please see...
View ArticleAUTOTRACE in SYBASE
Hi, I am new to SYBASE and would like to ask if there is an AUTOTRACE in SYABSE. I have a task of investigating a SP that been taking long to complete and thus causing to miss SLA. Thanks,
View ArticleSecurity Patche 11.2.0.3
Dear All I am trying to apply security Patch (p16619892_112030_Linux-x86-64.zip) first time on my Newly Oracle Home 11.2.0.3. I am getting the following error, [oracle@testdb16619892]$ opatch apply...
View ArticleDoes LOADTABLE and INSERTLOCATION inSybaseIQ workwith ODBCsystems eg...
Hi, Is it possible to copy data from some odbc database (Intersystems Cache for example) to Sybase IQ using LOAD TABLE or INSERT LOCATION? I am working on some task for this, but can't make it work. If...
View ArticleImprove performance of view
I have one view new_view generated using another view say base_view. That base view has been created using data from 3 tables. When I query the view new_view it takes lot of time. There are 2222 record...
View Article