Access Database Queries not working
Hi! I've been working on an Access 2007 database for a bit now, but I can't seem to get past this one problem. I'm pretty new to Access, so I might just be doing things wrong... but so far, I've tried...
View ArticleIssue in verifying two conditions!!
Hello All, I am new to database and I need help for the following issue. I have a table with column name code and I want to check two things for this column. 1.Check code1 in with few values. 2.check...
View ArticleHighest Value
I am trying to retrieve all rows with the largest value in a particular column. The largest value could return many rows for a particular users. Here is what I have thus far. SELECT DISTINCT ID, NAME,...
View ArticleTable Help how to configure
I have table like this- CREATE TABLE IF NOT EXISTS `bank` ( `BANK_ID` int(3) NOT NULL AUTO_INCREMENT, `T_DATE` date NOT NULL, `PARTICULAR` varchar(25) DEFAULT NULL, `DEPOSIT` int(6) NOT NULL DEFAULT...
View Articleinsert into multiple rows
I have several hundred records to insert into a database My issue is only one column is variable, that is for example Column1 will always be the same, column2 will change, and the remain columns will...
View ArticleWHILE LOOP with SQL statement
Hi Guys, Is it possible to do a WHILE loop in a SELECT statement? I am trying to pull a list of customers first successful purchase for a discount offer. can someone help... DATA CUSTID ORDERID STATUS...
View ArticleQuestionaire Database Design
HI, I am trying to design a questionaire databse. The questionaires can have a combination of text, multiple choice, ranked questions (see attached example) However I am struggling to design the...
View Article[DB2]Comparing two table's in different database
How to compare two tables which are in different databases in same server and also how to compare two tables which are in different databases in different servers?
View ArticleDecode and escape characters help..
Hi everybody, I have a little issue with a decode statement, I'm using Oracle 10, this is the query: SELECT JOBEXE.OPS_FK FROM VS_AM_REQUEST_ITEM JOBEXE WHERE JOBEXE.JOB_KIND IN ( DECODE ( &value ,...
View ArticleQuick Expression Builder Help
I'm trying to created a calculated field in a query and I'm having some trouble. The new field needs to multiply a field value in a previous query(labor cost) against a rate that is specified by a year...
View ArticleSurvey Database - select all that apply
I have been scouring the forum for a couple of days and can't find an answer for my question. I apologize if this is somewhere - please direct me there if you know where to find it. I am creating a...
View Articlestored procedure error
Hi All, I have a sql server 2008 backend and with an access 2003 frontend. I am trying to run a stored proc from access: Code: Public Function CONVERTDATAtest() On Error GoTo Err_CONVERTDATA...
View ArticleSQL Query help
Hi all, I have 3 tables {unsaccountB and DialogColumn and DialogWatchProperty } that are somehow related to each other. UnsaccountB table has columns job, dept, Center...and DialogColumn tbl has a...
View ArticleCells are so small they can't be read.
I have a workbook with a work sheet for each month. I was preparing the sheet for August and clicked and dragged the vertical scroll bar. The scroll bar began moving without me moving my pointer and...
View Articledelete temp table
All, I have a sql back end with a access 2003 front end. I have a temp table linking to the front end. The temp table did not have any unique indexes in SQL. When it did; it wouldnt accept the import....
View ArticleLogically associating values with their units of measure
I am trying to create a database in Access 2003 to generate a large ini file for an application. Many of the sections are clean and easy to do, and up to this point the VB part is fine. A database is...
View ArticleDB2 9 migration to DB2 10
Hi, i have program that monitor DB2 9, and i want to upgrade my program to let it monitor DB2 10, so i need to know if there is an important changes in DB2 API or SQL commands? Thanks, Hussein
View ArticleSQL911...rc-68
I am facing issue in connection timeout case actully my issue is 911 with rc 68 that is connection time out, My java application is getting an issue of this. My application is basically doing...
View ArticleHow do I arrange this data?
I'm now in charge of our envelope inventory. It's spread out in a number of locations in the warehouse. I've given the locations unique labels and there are unique labels for each type of envelope as...
View ArticleHow should I arrange this data?
I'm now in charge of our envelope inventory. It's spread out in a number of locations in the warehouse. I've given the locations unique labels and there are unique labels for each type of envelope as...
View Article