Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Browsing all 13329 articles
Browse latest View live

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 Article


error 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 Article


Anyone 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 Article

Autolookup 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 Article

Hours 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 Article


Image may be NSFW.
Clik here to view.

Debugging 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 Article

Image may be NSFW.
Clik here to view.

Removing 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 Article

Connecting 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 Article


Image may be NSFW.
Clik here to view.

Highlighting 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 Article


Deployment problem

Hi, I’m 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 Article

How 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 Article

Date 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 Article

Whats 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 Article


Can 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 Article

search 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 Article


Link 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 Article

Excel 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 Article


Image may be NSFW.
Clik here to view.

Grouping 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 Article

Counting 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 Article

dbms_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
Browsing all 13329 articles
Browse latest View live