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 Error Message in Label Caption  
16:16 7-Jan-09   [Replies: 2, Views: 4]    By: Unnamed
I am trying to set a label caption to an error message when searching for a record in a form. Basically I am setting a bookmark on the form based on a text field. Here is my vb code: If DCount...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Cascading combo box - like fileds in a table...possible?  
15:36 7-Jan-09   [Replies: 1, Views: 9]    By: Unnamed
Hi all, Access noobie so please bear with me and apologies in advance for whatever basic db concepts I've not yet come across or totally grasped . Is it possible to have a drop-down list in a ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Linking  
14:58 7-Jan-09   [Replies: 6, Views: 12]    By: Unnamed
I've got a question about MS Access I've got table 1 with rows of items I've got table 2 with 11 rows (and each row has 4 spots to place numbers in depending on the condition that the designated...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Linking Tables: How to force Access to use Text data type, not Memo  
14:31 7-Jan-09   [Replies: 0, Views: 11]    By: Unnamed
I'm linking to an Oracle table via ODBC (I'm doing this 'manually', not through VBA code). There is a field in the Oracle table of type VARCHAR2(100). MS Access has taken it upon itself to assign ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers True/False Value  
14:10 7-Jan-09   [Replies: 1, Views: 14]    By: Unnamed
I have a form and it has Truw or False boxes in it. How do I get it so that it only says true or false if its whats enetered. At the moment it says false if nothings enetered. I want it to remain ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Updating a record when clicking form button  
14:08 7-Jan-09   [Replies: 1, Views: 13]    By: Unnamed
Hi, I've searched a long time for this, and I can't find anything about it. I have a form called "formKeuring Rapport". On this form is a button which I use to display a report of th...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Qcalendar defaulting to system date when form is opened  
13:57 7-Jan-09   [Replies: 0, Views: 5]    By: humph
Hope someone can help with this - firstly I have very basic VBA knowledge so sorriy if it is easy to those who know. Cant find any other thread on the default date but sorry if already on there. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Form Search Question  
13:57 7-Jan-09   [Replies: 1, Views: 13]    By: Unnamed
Hi, Having searched the forums for an answer to my question, I found the link http://www.datapigtechnologies.com/f...earchform.html [http://www.datapigtechnologies.com/flashfiles/searchform.html]>...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Database DAO Bloat  
13:30 7-Jan-09   [Replies: 3, Views: 15]    By: Unnamed
I've been researching into why I have so much bloat on my backend datasets. The 'non-bloated" size is 16mb while bloated is double (32mb) after a high user level day. I was wondering if anyon...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Populate four tables from one entry  
12:00 7-Jan-09   [Replies: 2, Views: 17]    By: Unnamed
I have a database which relies heavily on a scanned item number (non repeating and NOT a primary key) which needs to be entered into 4 tables, to save time I was wondering if it can be entered int...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Importing tables into new database and automatically formatting...  
07:55 7-Jan-09   [Replies: 4, Views: 29]    By: Unnamed
I'm working on a new Access program and I have recieved a bunch of tables from the programmer that worked on the previous version of the program. Some of the tables contain the Social Security num...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Auto Numbering in Reports  
06:05 7-Jan-09   [Replies: 2, Views: 19]    By: Unnamed
Hi All, Wish you all a Happy New Year.... I want to show serial numbers to identify different items to raise a Purchase Order. But I don't know how to show auto numbering in reports. Please ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Set First Autonumber  
02:56 7-Jan-09   [Replies: 1, Views: 23]    By: speakers_86
I tried the standard directions from google. I set the number, but then I split the db, and then made an accde front end. When I open the front end and start a new record, the autonumber is at 1...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Removing items from combo box  
01:39 7-Jan-09   [Replies: 1, Views: 17]    By: Unnamed
Hello, I was wondering if there was a good way to remove items from a combo box after hitting a submit button. Basically I have a list box that holds steps or tasks from a checklist and as thos...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers sub forms and data entry  
00:20 7-Jan-09   [Replies: 4, Views: 29]    By: Unnamed
Helllo I am new here so forgive me if I don't say something right. I have never worked with access before. I had an assignment to create a database for campus police to log cases. I work mostly in...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Can Open Args capture combo box values?  
00:01 7-Jan-09   [Replies: 9, Views: 35]    By: ST4RCUTTER
I created a combo box with several name values. I want to capture the value selected using open arguments and then pass it (via open argument) to another form for display in another text box. Th...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers How to load the form?  
22:20 6-Jan-09   [Replies: 1, Views: 19]    By: Unnamed
Hi, I am just new in Access and I am trying to load another form from other form. On my first form I have a command button that call the other form. Please I need your help guys. Thank you in ad...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers functions in vb  
22:06 6-Jan-09   [Replies: 6, Views: 55]    By: lala
please don't laugh anyone i know that i can create different functions and then plug in the variables and use the functions can i also create a function by just copying the code of any but...
[Tags: No tags defined yet] -
Be the first to Tag this thread
DevX.com Forums Adding strings to a file..  
22:05 6-Jan-09   [Replies: 3, Views: 55]    By: Unnamed
I am trying clear out a file and then append two strings into a file. The file name is result.ini The first string is string1 The second string is string2 I suspect that this ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
dba Support Issue to use REPLACE or TRANSLATE function in SQL*LOADER control file  
21:58 6-Jan-09   [Replies: 0, Views: 5]    By: Unnamed
I need to use sqlloader to load a few flat file into staging tables in Oracle 10g. One column in the flat file contains - " "- in the string. I want to use REPLACE or REGEXP_REPLACE or T...
[Tags: No tags defined yet] -
Be the first to Tag this thread
dba Support Eagles could spell trouble for Bungling Blue Boys!!!  
21:05 6-Jan-09   [Replies: 2, Views: 26]    By: Unnamed
Having lost 3 of their last four, this could be one and out for the Giants!!! http://www.nydailynews.com/sports/fo...ko_eagles.html [http://www.nydailynews.com/sports/football/gian...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Survey design - multiple responses for one question  
20:55 6-Jan-09   [Replies: 1, Views: 16]    By: SaviorSix
Hello. I use a survey database design based largely from Duane Hookum's "At Your Survey" This allows for multiple surveys, each with their own set of questions, and each response to a...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers How to create a one to many relationship from an auto-number?  
20:53 6-Jan-09   [Replies: 2, Views: 19]    By: bassman197
Hi all, I inherited a small Access program that writes contracts, invoices, etc. and want to add some features to it. Whenever someone clicks "add new contract", Access uses an auto num...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Form control for a date  
20:44 6-Jan-09   [Replies: 3, Views: 31]    By: paulmcdonnell
Hi Guys, Hope yoou can help with this really simple one, cos it's driving me mad. I have a control on a form which shows a date from a table e.g. 07/01/2009 I want the control to show ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers help changed id to number by mistake how to change back to autonumber  
19:42 6-Jan-09   [Replies: 6, Views: 53]    By: Unnamed
help i have tables that are relational to this id ...
[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