| Thread | Last Post | Replies |
|
| Form field names as variables? | 28 May 2008 09:57 GMT | 6 |
Got a little problem here... I have a combo box (Combo5) which needs to make a different field visible depending on the choice made. Standard code for what I'm doing is as such:
|
| FindFirst fails on indexed field | 28 May 2008 09:02 GMT | 25 |
Using DAO 3.6 on an Access 2002 database, I'm getting unexpected results with the FindFirst method. Here's the simple code to test: Public Sub FindIt() Dim db As Database, rs As Recordset
|
| Lookup field description | 28 May 2008 03:31 GMT | 1 |
I have 2 tables. One is a data table and one is a data dictionary. Is it possible to join the 2 tables and display the description from the data dictionary instead of the field name from the data table? Thanks...
|
| Form & Subform Searching | 28 May 2008 00:59 GMT | 1 |
I have 2 subforms embedded within a main form. Whenever I do a Filter, the data in the main form appears, but nothing shows in either subform? Is there a way round this?
|
| Top option group button will not activate | 27 May 2008 18:42 GMT | 2 |
I'm having a very strange problem and need HELP!! I have a form for the user to choose a report (radio button in an option group) and parameters (Dates, Season). Click the option button, it turns Black, and the "On Got Focus" event
|
| Unable to bring all the data | 27 May 2008 17:42 GMT | 5 |
I have a simple query that is trying to bring all the data according to the criteria below Not Like "0" And >"4.99" but it is not bring it up.
|
| Unable to access my own DB | 27 May 2008 15:28 GMT | 5 |
I work for a contractor to the US Department of State and Department of Defense. I was going through google trying to find the answer to a little Access problem I am having. I am stuck in a rut. While attempting to secure a database I created
|
| trying to use windoze UNC in VBA to reach files in share points? | 27 May 2008 15:11 GMT | 4 |
I tried this in a module... call lineinputthing("\\MLH\Shared Docs\Leads.txt","26MAY08Garages") The machine name is MLH. The share name is "Shared Docs". The file name is Leads.txt. But VBA does not understand
|
| Scrolling | 27 May 2008 09:33 GMT | 2 |
I have a form with an Image Allocation Plan Option Compare Database Option Explicit Dim AllocationPlanWidth As Long
|
| COMPUTER GEEKS AND $UCCE$$ | 27 May 2008 00:28 GMT | 1 |
Let's face it: We love computers, we love to be creative, we love to show off our talents to as many people as will watch, and we love to make money doing it. So why don't more of us excel at the money-making? I know you have
|
| Deleting 250000+ rows at once | 26 May 2008 20:38 GMT | 2 |
In a system, which collects data and the summarises it, we collect a large amount of data. Now, there seems to be a problem, when we try to delete just 16000 rows (entire table btw) or some 250000 rows in another table. My test
|
| Hiding Access Options on the Office Button | 26 May 2008 02:51 GMT | 3 |
I'm building an application using A2K7 and I need to be able to hide the navigation pane from my users. That's easy. I just hide it using Access options and then disable special keys so they can't bring it up using F11.
|
| A97 append query failure reported to be based on broken validation rule? | 25 May 2008 00:53 GMT | 1 |
Anyone remember if A97 append query failure would ever report data breaking validation rule when such was not the case. I have an old SQL statement - several years old now. I've encountered a case in which the append fails and the reported error is validation
|
| Database Management | 24 May 2008 04:50 GMT | 1 |
SAN Database Management Discounted IP SAN solutions. Switch to SAN, get offer details. http://www.healthhuman.com.cn/Database-Management.htm Database Management Courses and Schools
|
| Restore size Datasheet View Form on top of Maximized Form | 24 May 2008 02:48 GMT | 2 |
That rather long subject says it. In Access97 running on XP - I want to display a Maximized size Form01, then open a Restore size Datasheet View Form02 on top of the first Form. PopUp won't give me Datasheet view.
|