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   
Access-Programmers Change of Form Recipient to set dates  
07:37 24-Jul-08   [Replies: 6, Views: 55]    By: matthewnsarah07
I am using a database to collate and send staff holiday requests to their Line Manager. At the moment when the member staff selects their name their Line Managers name is automatically added as ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Mailmerge update field once complete.  
06:42 24-Jul-08   [Replies: 2, Views: 21]    By: dickohead
Hi all, I am trying to pull some data from an Access database based on whether a field value is 1 or 0 (yes or no, ticked or unticked). I have built the query and the correct data is selected....
[Tags: No tags defined yet] -
Be the first to Tag this thread
DatabaseJournal Extend database to another physical disk  
06:28 24-Jul-08   [Replies: 0, Views: 19]    By: rasyida
Dear all, Please advice on how to extend our database Oracle9i database to another physical disk (NetApps) Oracle server runs on Windows2003. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums SQL Server & VB6; Which is best technique?  
05:37 24-Jul-08   [Replies: 2, Views: 39]    By: jeruelx5d
Hello everybody; I just want to ask the best technique in server-client database application. I developed just like a teller's client Application (POS). My current setup: I have SQL se...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums client server database application  
05:03 24-Jul-08   [Replies: 8, Views: 43]    By: developerno1
hello guys, im stuck in making a client server based database application using vb6 and sql. is it possible and easy to do??can anyone please upload such a project jst demonstrating the basic wa...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Converting Table with Text fields to number fields  
04:28 24-Jul-08   [Replies: 3, Views: 30]    By: TylerTand
I have a table that is imported from a file using code I didn't write. The Table Structure uses text fields, but the values are numbers(Commodity prices). Is there a way that I can convert the fi...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Yet a Major Trusted Location PROBLEM!  
04:05 24-Jul-08   [Replies: 0, Views: 29]    By: jepoysaipan
Hi guys, This is the really big frustration I had so far using Access 2007, I converted all the applications I created in Access 2K3 to Access 2007 because of the free deployment feature, since I ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Sum fields  
03:50 24-Jul-08   [Replies: 4, Views: 60]    By: gracehskuo
hi please help.how write the query abs((attendmatch.timediff)-(employee.Workhours)and <>(employee.category='Restday') AS Diffhours i want to get the Diffhours result abs((attendmatch.ti...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers How to select top three values from a crosstab  
03:46 24-Jul-08   [Replies: 3, Views: 56]    By: celtnots
HI all, I have a crosstab query that counts the number of times each of a list of activities has been entered for every user, like this: User act-1 act-2 act-3 etc Dana----3 Joh...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Save value from subform on parent form field  
02:50 24-Jul-08   [Replies: 1, Views: 31]    By: Unnamed
Hello, Simple question, looked but cant find anything on this, I have an invoice form and the detail subform, I have put an unbound field to sum all my details amount. This works fine, I have a ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Access permissions problem  
02:41 24-Jul-08   [Replies: 0, Views: 23]    By: Unnamed
I've a website developed in ASP.NET that is connected to various tables and queries of an access file. The first page of the website has a drop down that gets populated with the data from one of t...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers call a existing query in vba  
01:56 24-Jul-08   [Replies: 1, Views: 42]    By: jamest85
Hi: Haven't use MS Access for a while. I just create a query called qryAppendDate, how can I call in my vba code. Something like: docmd.runquery ???? ( I created the query by using "Crea...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Duplicate Record macro stops working!  
23:56 23-Jul-08   [Replies: 1, Views: 27]    By: flect
Morning all I've had a problem with my main data entry form. The form is directly linked to the table - there's no coding trickery or queries. I have a duplicate record button which is the default...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers SQL Statement help  
23:55 23-Jul-08   [Replies: 2, Views: 38]    By: oxicottin
Hello, I have a sample database I had found and wanted to change one thing. It keeps track of how many days a person had taken a "Vacation" in the current year. I would like to do a simi...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Access split DB causes macros to stop working  
22:48 23-Jul-08   [Replies: 1, Views: 23]    By: Unnamed
Hey guys, I have an access 2007 frontend interfacing with an access 2003 database. Both the front-end and the backend are in 2003 format, but I split it originally with 2007. Anywho, ev...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers How To run Access database without having to install Access on user PC's  
22:32 23-Jul-08   [Replies: 6, Views: 102]    By: Unnamed
I think there is a module/utility that can be associated with an Access database so that the end users will not need Access installed on their PC's to run the database. I have seen it done, I ju...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Using Date variables for queries  
21:42 23-Jul-08   [Replies: 9, Views: 62]    By: micki_free
Hi all I am having a bit of trouble trying to restrict table data using a date . I am using Microsoft Access, an OleDbConenction and OleDBCommand along with a Datagridview. My code is as follo...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers List of Possible Names  
21:38 23-Jul-08   [Replies: 1, Views: 31]    By: Unnamed
I want to use the lookup facilty when I enter peoples names into an access 2003 database - just to save having to type out names all of the time. Does anyone have a complete database of common fir...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Merging Tables with some field variation  
21:36 23-Jul-08   [Replies: 3, Views: 35]    By: Unnamed
Here's the situation: I have data broken down by state (39 state tables). Each state's field list is slightly different as follows: each state has a different number of fields all states will hav...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Remove read only from subform  
21:35 23-Jul-08   [Replies: 0, Views: 14]    By: CTQE
Hello all, Why is it when I enter data into my subform it prompts me with a message stating its read only. There are no queries, both main & sub forms have "Enabled" set to yes &...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums [RESOLVED] Error Adding Record to Access 2000 using VB.NET 2005  
21:26 23-Jul-08   [Replies: 3, Views: 30]    By: Duckfather
Hi All I'm trying to add a record to an MS Access table. The following code gives me the error "Object reference not set to an instance of an object." :- Code: Dim c...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Propagate data across junction tables  
21:23 23-Jul-08   [Replies: 3, Views: 45]    By: Unnamed
I am trying to set up a database to track devices my company manufactures, the fixtures used to test them, equipment used with the fixtures and programs that run the fixtures, among other things. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums update table periodically  
20:45 23-Jul-08   [Replies: 5, Views: 53]    By: jconway
I am working on some code in vb.net that will run periodically to update a sql2005 database table. table structure is very simple. tblserver Servername (Keyfield) item1 item2 e...
[Tags: No tags defined yet] -
Be the first to Tag this thread
VBForums Where do I put my .mdf file for SqlServer 2005?  
20:42 23-Jul-08   [Replies: 1, Views: 31]    By: mojo69
I have a .mdf database file I would like to view. The file is from another system. I need to install so I can debug the program that uses it. Thanks. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Form Auto Populating  
20:42 23-Jul-08   [Replies: 1, Views: 15]    By: Unnamed
Hello All, I would just like to let it be known that I am very new to Access. I have spent the last 3 weeks going through a crash course with F1, the internet and anyone I can find. So I will be...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  1  2  3  [4]  5  6  7  8  9  10  Next>      
 




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

© Pidgin Technologies Ltd. 2006