Report Textbox Data Based Off Multiple Checkbox's
Hello, and thank you in advance for any help you can provide. I am currently using Microsoft Access 97 (our company is slow to upgrade to 2010, but is slowly getting there). I have a database that my...
View Articleerror in connect to database
good afternoon, I have a DB2 8.1 fixpack 11, S.O. AIX. If I connect to the database db2 connect to xxxx with no fails, but if I do it this way gives me error. db2 connect to user username using...
View ArticleAnyone willing to help with a VBA question?
Why does the code line below in red give me a run time error 424 " object required. But the code in blue works fine? Code: Private Sub cboMaterial_ID_AfterUpdate() Dim Number As Integer Dim NumResult...
View ArticleAutolookup problem: Subform thinks I'm adding new record
(Access 2007) I am modifying the input method of JobCodes. It used to be that we were given a list of ItemNos for a JobCode, found the Item records in the database with a search function (another part...
View ArticleHours format Datatype not working
I am trying to make a form in oracle application express with a column called START_TIME and END_TIME. Now when I try to view the form I can only see it as NULL and cannot enter any HOURS or MINUTES....
View ArticleDebugging script for queries
Is it possible to step through the scripting using the debugger if I add scripting to a query? I cannot find any method to do this. See picture below (this is where the scripting is attached). Thanks,...
View ArticleRemoving Duplicates
All, I have run into another challenge. I have a list of training courses that have been completed. Some of these courses must be retaken every year. Although the actual listing of the completed...
View ArticleConnecting to remote Sybase ASE 15 server causes arithmetic overflow
I have a SYBASE ASE 15.0 ESD #7 server that I'm attempting to connect to remotely. The user I'm attempting to login as has a login trigger configured that sets a couple of the sso and sa roles. I can...
View ArticleHighlighting specific words in a memo field
Hello folks I wonder if someone can advise me? I have a form containing a memo field, and, when populated with text, I would like to highlight certain words, if they appear in the field. The underlying...
View ArticleDeployment problem
Hi, Im having a problem when connecting my .Net application to a DB2. In the development machine the system works just fine, when I deploy it to the server it stops working and the IBM DB2 connector...
View ArticleHow to number records, duplicates receiving same number
I have a large table of customers. I would like to add a column that contains an integer, unique to that customer. The trick is that this file contains many duplicate customers, so I want the...
View ArticleDate Difference from same column
Dear all, I've a table like below. Could anyone tell me what will be the query to get the date difference of last two payment dates of distinct user ID. user_id amount_paid payment_date X 102 11/2/13 A...
View ArticleWhats Wrong With My Code?
Option Compare Database Option Explicit Private Sub SaveRecord_Click() ' Declare variables for the Database and Tables(Recordset) ' We are using DAO(Data Access Objects) Dim db As DAO.Database Dim...
View ArticleCan I make columns on same table rec return as separate recs on rs?
I've been lurking for a while just reading things when I had time but have finally got a real question so this is my first post. Have a very simple 97 DB with a table used to track attendees &...
View Articlesearch db ?'s
What would be the best approach to search a concatenated field. I combined patient first name and last name to one field "PatientName) Like "*" & [Forms]![Form6]![txtSearchCustomers] & "*" the...
View ArticleLink Tables: #Num! Due to Blank Cells
Hi All - newbie alert so please be gentle! :D I've got fairly solid excel skills but am new to access so this is probably why i'm having difficulty with this! I'm on Access 2007-10. I've found numerous...
View ArticleExcel 2010 Automation issue
Guys, I am attempting to create a new instance of Excel from Access (also 2010) I have a reference set to "Microsoft Excel 14.0 Object Library" in my project. I am using the following lines to open a...
View ArticleGrouping Code/Function that works in MS Access - Can't get it to work in SQL...
Howdy and Good Afternoon! I'm in bit of a dilemma here re: this here snippet. (*Works) MS Access: GroupNum: Val(DCount("*","wodq","grp=" & [grp] & " And [ID]<" & [ID]))\4 (*Doesn't Work)...
View ArticleCounting customers that are in multiple groups
I have a large table that tells me customers and mailings (~4 million rows). So for each customer, I see what mailing(s) they received. It is at the mailing level so if a customer received 2 mailings,...
View Articledbms_scheduler
Hi I created a job to run a stored procedure like: Code: BEGIN DBMS.SCHEDULER.CREATE PROGRAM (PROGRAM_NAME => 'MYJOB' , PROGRAM_TYPE => 'STORED PROCEDURE' , PROGRAM_ACTION =>...
View Article