Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > Software > Databases [80 Forums][Track this Category]
   Browse sub-categories   
» Adabas» ASP-DB [1]» DB2 [1]» Firebird SQL
» Informix» LDAP» MS Access [12]» MS SQL [6]
» MySQL [7]» Oracle [12]» Pervasive SQL» PostgreSQL [1]
» SAP [1]» SQL [6]» Sybase [1]» Yukon SQL Server 2005 [1]

   Latest threads in category   
VBForums [RESOLVED] Update Statement Not Working  
17:50 3-Jul-08   [Replies: 0, Views: 16]    By: jonrmoore
I coded the following statement into my vb6 program using DAO. I do not get any error message syntax wise; however, the table value is not being updated for recurringJournalID. But as you can se...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers PivotChart - Edit label names  
17:44 3-Jul-08   [Replies: 1, Views: 26]    By: fire2ice
I am using PivotCharts to graphically display my data. However, when I place the data into the chart it names the labels with the calculation (e.g. sum of X, count of X). How do I edit these? The ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers query data question  
17:34 3-Jul-08   [Replies: 2, Views: 37]    By: Unnamed
The field looks like this: DonorRange: LMBDonorRange(Sum([Donation])) DonorRange being the field name. I understand the Donation field is being added together and put into the DonorRange field, b...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Just Updated PC NowGetting Error Help!!!  
17:15 3-Jul-08   [Replies: 1, Views: 23]    By: hullstorage
i have just upgraded pc and copied files from disc to new pc installed office etc... but now i am getting error message id automation error and a problem with my date() functions i have change...
[Tags: No tags defined yet] -
Be the first to Tag this thread
dba Support RMAN - advisable maintenance?  
16:48 3-Jul-08   [Replies: 2, Views: 67]    By: Unnamed
After deleting a few years of backup pieces, I have stretched out catalog tables. Has anyone had success rebuiding (ex: move) the larger and now much more fluffy tables, like rc_backup_piece? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers ID two columns from 1 source  
16:17 3-Jul-08   [Replies: 3, Views: 43]    By: Unnamed
Hey all, I'm working on a database that has data in four columns in one table. What I need to do is take that data, compare, then replace it with data from a single column on another table if t...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Problem with total time in hh:nn format using a query  
16:16 3-Jul-08   [Replies: 3, Views: 50]    By: Unnamed
Hi, I'm designing a database in Access 2003 to monitor and calculate staffing hours in our project. Time spent on certain activities is entered on a form in hh:nn format, in a Date/Time field, a...
[Tags: No tags defined yet] -
Be the first to Tag this thread
dba Support Primary key using output of function rather than column  
16:14 3-Jul-08   [Replies: 1, Views: 11]    By: Unnamed
I see that we can create indexes on function output instead of column value, and I wonder if we can also do that with PKs.. Basically I have a 2 part PK.. One is based on a number, one is base...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Report Cross Tab  
16:07 3-Jul-08   [Replies: 1, Views: 29]    By: Hemish
Hi, I am a bit confused as i have a query which is a cross tab and i want to creat a report of it. Only problem is as its a cross tab the headings change all the time eg April 2007, May 20...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Dcount problem  
15:56 3-Jul-08   [Replies: 7, Views: 59]    By: motleyjew
I am having a issue with a dcount not working properly. The table is called tblMain In this table is a field called clientid as text I am delcaring a field in my database called client a...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Opening 2 or more tables?  
15:56 3-Jul-08   [Replies: 4, Views: 14]    By: belvita
How can I open two tables at once, I tried this code but it didn't worked for me: vb Code: Dim rs As ADODB.Recordset    Set rs = New ADODB.Recordset    rs.CursorLoca...
[Tags: No tags defined yet] -
Be the first to Tag this thread
dba Support ORA-14450: attempt to access a transactional temp table already in use  
15:48 3-Jul-08   [Replies: 2, Views: 67]    By: Unnamed
Hi Gurus, I need to alter the global temp. table but its not letting me alter it and throwing the below error,i tried few times at regular interval but no use,is there a way to fi...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Debugging w/ SQL server  
15:43 3-Jul-08   [Replies: 5, Views: 50]    By: wild_bill
Is there a way to step through a stored procedure, in a similar way to how you do with .NET source? Small procs aren't bad, but sometimes troubleshooting/debugging is a nightmare on larger procs....
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Great access guru's Help Please!  
15:37 3-Jul-08   [Replies: 1, Views: 41]    By: trackmedic
I have a query that shows me my crewmembers training records. thanks to Tiro Cupidus and Khawmar for the help on that! This query displays the dates that the training was done and using an ii...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Really problematic db. I don't know where to start  
15:31 3-Jul-08   [Replies: 6, Views: 95]    By: Unnamed
Hi, I'm new here. I'm not sure if this is the right forum for this, so let me know if it isn't. I started a summer job in May, taking over as the database person here. The database is not in good ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Complicated Query  
15:21 3-Jul-08   [Replies: 1, Views: 42]    By: Unnamed
Hey everyone, i am currently working on a database which lets you keep track of inventory and changes in inventory. I have the database set up with Inventory_Items which stores the item name, desc...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Storing a file name  
15:14 3-Jul-08   [Replies: 0, Views: 13]    By: roosn
Hi How would i go about storing a file name, not the file directory, just the file name using a dialogue box. Many Thanks Roosn ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers HELP! Probably a simple solution....  
15:08 3-Jul-08   [Replies: 8, Views: 91]    By: Unnamed
This is probably an easy to do, but somehow I am stuck. There is a field in my form that lists if the company is a hospital or clinic (OP or IP). And then there is a field in my form that show...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Looking up a field on a form  
15:02 3-Jul-08   [Replies: 4, Views: 58]    By: craigachan
Can anyone tell me if there is a way to look up a field on a form. I have a menu bar, which is really a subform with buttons. This menu bar may be on several different forms. Some of the button...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal Aggregate with lookup  
14:56 3-Jul-08   [Replies: 0, Views: 91]    By: Frank
The Lookup filter was placed after the Aggregate filter resulting the lookup values are not used in the Aggregate. This only occurs in the show mode and the other modes (like download) is OK. Prob...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Using multiple databases  
14:47 3-Jul-08   [Replies: 6, Views: 40]    By: snufse
We are using MS sequel server and have a production data base provided by a third party. We need to create additional views, stored procedures and even some customized tables. My question is:...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums AutoIncrement Problem  
14:32 3-Jul-08   [Replies: 3, Views: 35]    By: Unnamed
Good Morning: I have a problem autoincrement a field "OrderNumber", I have a Listview with four column: "QTY", "Description", Price: This is my code to save ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers db1 then db2 then db3, where they coming from  
14:10 3-Jul-08   [Replies: 5, Views: 71]    By: pablavo
Hi there Hope someone can help. Ive recently just finished a database. At the moment the frontend is being used on the server instead of the client pc. I know this should not be the case but it'...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Make a query run when a form is opened  
14:10 3-Jul-08   [Replies: 6, Views: 42]    By: rgates
Please help. I am not new to Access, but I haven't done much with some parts of it. I have a table and ran a query on that table. I have a form that displays data from the query. How can I ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Default Value - Save the record!  
14:02 3-Jul-08   [Replies: 2, Views: 54]    By: enfinity
Hi there, I have a form that I want to be opened and insert one new record into the table. When the form loads, the following happens: 1) Create new record 2) Put a default value into a control e...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  3  4  5  6  7  [8]  9  10  11  12  13  Next>      
 




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006