How to join/merge 2 Tables
Greetings. How do I join 2 Tables which both have their own Primary Keys and have approx 15 different Fields each (total 30). I have struggled to understand Join, Union, Merge etc. can this be done...
View ArticleSQL server 2008 links
Watch your favorite stars in American Music Awards 2012 live with also get the today's events live just on one click.So for live coverage you are on right place don't go any where else click and enjoy...
View ArticleDate selection using button
Hi guys, I will like to select a date using a button instead of double clicking in a date field to select the date. Can someone let me know how to do this by documentation or demonstration. I have...
View ArticleSQL multi-table query
I'm having some issues getting the correct outcome for this query. When I enter this code : Code: 1 SQL> select dr_drvname, ic_cabnum, ic_incitype 2 2 from (driver JOIN shift ON...
View ArticleAccess 2010 Button to Hide/Show Fields In Subform
Hello Everyone, and thanks for any help you can provide. I have a main (single) form with a datasheet subform, I know I can hide/unhide columns by right clicking on the columns in the subform, but...
View ArticleRechText box in Access2003
Dear all I need a help for the following issue:- I have a database with table name is "tbldaily" and many fields as example "Work description", I designed a form "frmdaily" related to this table and...
View ArticleUsing LIKE '%variable%' with a parameterized query
I am trying to accomplish something like... SELECT ItemID, ItemNumber, ItemDesc FROM ITEMS WHERE ItemDesc LIKE '%variable%' The problem is I am using a parameterized query, so it is structure like......
View ArticleConsolidating two tables in to one based on Uniqiue ID
Hey guys, Basically what we're doing is sending all of our consignments via our shipping company's website. To make our lives easier, they have supplied us with their excel formatted spreadsheet that...
View ArticleNot able to login to the instance..
Hi all, In our setup db2v9.7 with fixpack 4 I am in a big trouble, When i tried to login to instance over my dev box. su db2inst1 bash-3.2$ db2 list db directory bash: db2: command not found bash-3.2$...
View ArticleStored procedure errors.
Hi, i'm new to DB2 and after lot of effort i wrote this stored procedure, but on execution i'm getting following errors Expected tokens may include: "END-OF-STATEMENT".. SQLCODE=-104, SQLSTATE=42601,...
View Articleto modify the autoresize script
Hi all, I am having a dbouts in modifiying the autoresize script. The script we are using now is giving the alert message for every tablespaces. I have to enable the tablespace which are not the...
View ArticleHow to populate a Form with data from different Tables
Please could someone suggest what is the easiest way to populate a Form with data from different Tables? In my relationships, the main Table is CONTRACT which is linked to the following Tables:- OWNER...
View Articlesql comparison between two rows
Hello I need some help with a query i'm trying to write but althogh it works on sql server, the query doesn't work in sql access.. so i would appricate your help. my table is 300 rows and it looks like...
View ArticleEmbedded Software
ADB Consulting helps small and medium-sized businesses with the resources, expertise, and labor required to launch products using printed circuit boards (PCBs). The PCBs we assemble comply with...
View ArticleSql query
Hi Could somebody help me with my sql query. Namely my table look as follow dateline postid postwiews 122233 1 22 112333 2 43 122222 3 12 ..... I have a more record there by it don't matter now. What...
View ArticleExcel, ADO, Cache
Hi, I've been looking to learn a solution I've seen before I hope you can help me. Goal to acheive: On a spreadsheet, I have serialized links to table objects (two dimension array), ie only links not...
View ArticleMidi to Keystrokes
Hi guys. I'm writing a program for Tablet PC's which will be used to display sheet music. My problem is that I'd also like to give the end user the option to control the program remotely from their...
View Articleerror executing a query.
Good afternoon, I have DB2 V8 on AIX 5.3. In the database was running a process and it has given this error: SQL0955C Sort memory cannot be allocated to process the statement. Reason code = "2". Any...
View ArticleUse a Template to format Word doc generated from Access VBA button click
Hello, I have already accomplished creating a word document by clicking on a button. Here is the code: Private Sub CreateWord_Click() On Error GoTo cmdOK_Error Dim stDocName As String stDocName =...
View ArticlePlease I need help with this
Please I need help I have a list of ClassID that is stored based on users multi select on a listview For example ClassID might contain 301 302 303 304 Now I need to find InstructorID where classID...
View Article