Copy a range, do lots of things then past that range
I need to copy a range and hold it some how while i do other things. then retrieve it again and paste. Almost like creating a tmp worksheet in a workbook and pasting to there so i can get it again...
View ArticleDAO Recordset assistance
Hey Everyone, in need of your vba programming expertise! Have the following code thus far and know it's a complete mess. Basically what I am trying to accomplish for my cmdLOOKUP_Click button to search...
View ArticleDistributed database concept
Hello guys, I need to decide what kind of database i'll use for a project.The concept is a distributed database which saves numeric data.Three or more small portable databases will saving their data...
View Articlechecking if a database can be dropped/renamed/exported
Hi, I have searched for this question, could not find a similar question. I need to do an overnight rename of a DB but occasionally the rename fails with the message 425: Database is currently opened...
View ArticleUnion query in sub query
HI i have a UNION query that returns the names and ID's of students in likes table, (likes.id1 & likes.id2. i want to subtract this from the students in another table (highschooler) to find the...
View ArticleIf Then Coding?
i made a a database and have a table with LanID's. I have a form where people will have to put in a LanID when they first click on the form. i want to make a code using If Then statements. if they put...
View ArticleODBC - connection to '|' failed
I'm trying to link tables from a SQL Server database to an Access 2007 front-end. My desktop is WinXP, I have successfully created the ODBC on my desktop and linked the tables in Access. The Access has...
View ArticleLooking for Advantage Database Licenses
Looking for a price on buying some additional Advantage Database Licenses. I have no idea where to begin. Thanks for any tips :)
View ArticleMigrate From Advantage Database Server to MySQL?
Every time our company expands, we have to buy more Advantage Database Licenses. :rolleyes: I know just enough to be dangerous when it comes to databases. I know both ADS & MySQL are relational...
View ArticleProject database for shop
Hello I am question. I Have table Products ( ID: SerialNumber ) and table Receipts(ID: ID_R). I not have idea on relationship. One receipts may contain multiple products but this product may be only...
View ArticleAssistance with excel VBA please?
I have been working on an inventory system and since I appear to have plenty of time I decided to base it off of a system that was used once before. Right now I have figured out how to use VB to search...
View ArticleMultiple Distributors from a single Publisher
Hi all, I am setting up a 40 subscriber node transactional replication environment (pull), and was looking to have 2 or more distributors service one publisher, each having a group of subscribers, is...
View ArticleForms and Database Structure
I am very new to VBA and what I know of Access is largely self taught from trial and error - likely why my current issue is arising. I have a Form1 that is used for data energy and bound to Table1....
View Articlebackup error
Hi, we have an SP that is used in SQL 2005 to backup our logs USE [master] GO /****** Object: StoredProcedure [dbo].[dba_logbackup] Script Date: 03/07/2013 15:18:49 ******/ SET ANSI_NULLS ON GO SET...
View ArticleAdding Memory and testing if new memory will be used
We are are on DB2 9.7 LUW with AIX 6.1. We would like to add 1 GB of memory and would like to test in our TEST environment to see if it will use this new memory. We don't have much running on our Test...
View ArticleDate field comparision in multiple rows
Hi! In Access, I am trying to compare date field on one record to the next record grouped by product names: Can someone please give me some directions on how it can be done? Here is one example:...
View Articlemax agents reached
Environment : DB2 V8 FP14 We are seeing the below errors in db2diag.log which says the possible cause is becuase of max agents has reached. When this error happened, the system resources were...
View ArticleProcedure sintex
Hello I am new to db2. Could some one help me. I need to write a procedure where it will check a columnt in a table which has unique numbers and if a number is missing then it will insert a record with...
View ArticleUsing one table as a legend for another...
Hello, As part of my current project I need to build a number of tables built on groups or services. My plan is to have one table to act as a legend, if you like; Code: ID | GROUP 1 TEAM1 2 TEAM2 3...
View ArticleFunction to generate value on the fly
Hi, This is my postgresql functuion that I created using help on stackoverflow: Code: -- Setup Solrid Function CREATE OR REPLACE FUNCTION solrid(IN local_id INTEGER, OUT result TEXT) AS $$ DECLARE...
View Article