Trigger to update field from rows
I'm tracking sales reps and the companies they represent. I have 2 tables. A header table that has the SalesRep (a key field) the name, phone, address, etc. A line file that will have the sales rep...
View Article'If' scripting not working properly
I realize that there are some other problems with the attached scripting but I am having trouble with the ‘If’ statement. Please focus your attention on lines 4 through 15. I want to compare the names...
View ArticleGeneral db question
what is the difference between 1 & 2 1. IF con_number is not null AND TRIM(con_number)<> ' ' 2. TRIM(con_number) is not null THanks!!
View ArticleMS Access
New to access running access 2010 When I print a report my data comes out with a thin dotted line on SOME sides of some data I want to remove this dotted line It is not a border Thanks in advance George
View ArticleGrouping Consecutive Rows in a Table
SQL Server 2008. From individual event logs I have generated a table where arrivals and departures at a location are registered per device. As there are multiple registration points, there might be...
View ArticleError Handling
I Will be promting a User With a Message Box asking them to enter a LanID and if they enter a LanID that doesnt exist i want a error box to pop up telling them it doesnt exist. Then it will ask for it...
View ArticleOracle forms help
I have a field called equip_code. has list of values once the value is chosen I have this code if :parameter.EQUIP_USED_OTHERDRIVE is null then case msgbox.show('Equip Code ', 'Equipment selected...
View ArticleExclude Zero Values in Query
To simplify my scenario, I have an Access Database process that imports data. It then subtracts Field-1 from Field-2 and returns the results in Field-3. I would like to view all positive and negative...
View ArticleRun-time Error '1004' in Excel 2010
Hi i am new to Excel and i am doing a spreadsheet system of stock control for a college project but i keep hitting an Run-time Error '1004' Unable to get the VLookup property of the WorksheetFunction...
View ArticleNeed urgent help **.dbf edit
Dear Members, first of all really sorry for my poor English I have 1 foxpro base software in this software's folder 1 file with **.dbf but my main problem If i do any edit on this file than software...
View ArticleER diagram
Hi, I am stuck at deriving the schemas for this ER diagram. I know that I should derive a table for each entity. Should I do the same for each relationship set? Attachment 14128 Thank You. Attached...
View ArticleWhat database to use and learn?
Hi All, I am being challenged by my company to improve the flow and process of 3 seperate projects through my department. We currently use large mulitple spreadsheets. We have been crying out to move...
View ArticleLock down database until username & password entered
I have made a login screen for my access 2007 database using a pop-up form with two textboxes and a button. The button has an on_click event which runs some VB code which extracts the strings from the...
View ArticleInsert 10 records IN pl/sql
Hi All, I have to insert into a table say customer. It has these attributes, all not null. customer id, agent id party id customer id has a sequence which is populated using customer_seq.nextval agent...
View ArticleCLearing Few boxes after duplicate
Hi I have kept a duplicate button to duplicate the current record but I would like to know how we can make 1) few fields empty and 2) Increment a particular NID field to the next highest number present...
View ArticleVerifying Certain Multiple Conditions Exist in an Array
I have some large customer tables which have discounting information in them. The format of the tables is: A B C D Customer Number Condition Type Material/Variant Amount 20004524 ZSTA MNDGY327 -35...
View ArticleSSIS Integration Scheduled Job
Hello I am getting error when running SSIS package using SQL Server agent. Error description is "Unable to load the package as XML because of package does not have a valid XML format". When I run in...
View ArticlePulling From Excel To Access
My boss asked me to look into pulling information from several excel spreadsheets into one access database. For example you wants me to import the date located in cell c3 from every spreadsheet and put...
View ArticleMS Access 2003 VBA SQL Error in From clause
Hello, I'm trying to execute the following SQL statment in my VBA code and am getting a "Syntax error in the FROM clause" error message. Does it have to do with the JOIN portion? Code: mySQL = "SELECT...
View ArticleNew to informix - trouble with simple subquery
Hi, I'm 2 days old in informix, and am having trouble with what should be a simple subquery. In oracle, mysql, sybase and sql server such queries are perfectly fine. However, informix (via the odbc...
View Article