Run-time error '3075'
Hi guys, I am currently stuck on this SQL command that seems to giving me no sense of answer.. The SQL is this: INSERT INTO DatabaseBackupHistory(SourceFilePath,SourceDatabas...
View ArticleEasy One using counts in wheres
Some reason I am stuck on this one. Select Count(InspectionID) as NumberOfDupes,[Date],Location,PermitID,Inspector,[Type] From Inspections Where NumberOfDupes > 1 and Deleted <> 1 Group By...
View ArticleMultiple unique ways of executing a simple query?
I have to come up with 5 different ways (unique execution plans) to process the following query. Find the items that are delivered by all suppliers. My database holds the following tables: QSPL it...
View ArticleLinked server to oracle.
Does anyone know what this error message means? How do I fix this error? Msg 7308, Level 16, State 1, Procedure UFN_SRBRECR_LIST, Line 7 OLE DB provider 'MSDAORA' cannot be used for distributed queries...
View ArticleCreating multiple amoritization tables, and summarizing
Hello all! I hope someone here can help me. I am a very active user of a peer-to-peer lending site, and have funded over 700 loans over the past few years. The problem I have is that I have no way to...
View ArticleData Corruption
Has anyone ever had the database get corrupted but can't figure out what is causing the problem. Every once and a while i'll have one of the records get corrupted and the data in that record will have...
View ArticleThis action can't be carried out while processing a form or report event.
Hello, I am trying to put the command: DoCmd.Close acForm, "AppointmentF", acCloseSaveYes in the lostfocus event in a textbox on my form AppointmentF. The plan is to have the form automatically close...
View ArticleDlookup Syntax
I have been struggling with this for hours. I am unsure if I am taking the right approach or should do this another way. Any help would be greatly appreciated. This is for a user login form. I am...
View ArticleSplitting 1 column and inserting into multiple columns
Db2 9.7 FP 7 LUW Hello, I have a flat file (.csv) which come from legacy systems non-RDBMS. Some columns have multiple occurrences which needs to be split with integrity in DB2. Here is an example of...
View ArticlePASS Summit 2013
The PASS Summit 2013 is coming, and I will be attending! Will anyone else from DBForums be there? If so, I'd like to "meet up" if we can! Does anyone have questions that they'd like me to ask while I'm...
View Articlecbo Dropdown disappears
User of one of my existing db's alerted me to a problem that may be from a difference in access 2010 vs 2003. I have a cbo that drops down as soon as it gets focus: Private Sub cboMBName_GotFocus()...
View ArticleCreate Crystal report on top up SAP ECC6 tables and views
Hello, I am very new to crystal report.I am trying to connect Crystal report 2011 SP4 to SAP ECC6 to fetch data from SAP ECC6 system to build a report. I am able to connect with SAP system but while...
View Articlehelp to format datetime
guys, Need your help to format my date in crystal report. my data source is came from SQL server database and i used crystal report to pulled out data. i need the result of my date in crystal report...
View ArticleIIF Statement pulling value from table
I am wanting to write an IIF statement that pulls value from another unrelated table. Statement is something like this Variance: IIf([ListBalance] Between 1 And -1,"InVariance","OutofVariance") I would...
View ArticleSecurity
Is there an easy way to apply security to an application. Instead of capturing information about the users and assigning a security level can I prompt for password on certain functions? If so how. Thanks
View ArticleIssues with Counting (DCount, Criteria, etc)
Hello, I have a table that I would like to perform an Access query on, preferably avoiding VBA. Using Access 2010. I have a table of records, with surrounding quantitative and qualitative data. What...
View ArticleSum Rows based on a condition
I'm using a db2 database (not sure of the version). My script is functional but I'm not producing the results I expect. I need to separate my aggregate totals in to 3 groups based on conditions in my...
View Articlepulling a unbound calculated form field into a query
What expression would I use to pull an unbound form field into a query? Thanks.
View ArticleRestoring Table space backup
unfortunately my table space userspace1 is dropped but when I am trying to restore that tablespace from full backup image ,I am getting this error SQL2549N The database was not restored because either...
View ArticleNeed tool to query across multiple databases
I have a some SQL and Oracle databases that I need to be able to join and query across. I need a tool that will facilitate this easily and preferably free. For example database 1 has multiple sql 2008...
View Article