| Thread | Last Post | Replies |
|
| Access Form | 17 Apr 2008 21:08 GMT | 1 |
I opened a Table in Access and my text that is too long to fully display in the field. How can I make this box larger so you can read all of my text? Not the heading, but the actual text box itself. I am looking for a way to pull the box larger like you do in Excel, but I
|
| Beginner- duplicate values and indexs | 17 Apr 2008 20:56 GMT | 4 |
I have created a database, it has 12+ tables and to make it easier for the users it is set up as a form with subforms. I get an error message when i try to input a second entry in a subform. The error says that i can not enter duplicate values, but I have changed all the ...
|
| I need a function that displays numbers as text | 17 Apr 2008 20:44 GMT | 3 |
I need a function that displays numbers as text f.e "1200" as "twelvehundred" please note I will need it to display the numbers one in ENGLISH and one in DUTCH!
|
| Compacting to a new database | 17 Apr 2008 20:37 GMT | 1 |
Using Access 2002 version. I have a split database. When the user closes their frontend, the code checks to see if a backup is needed, and if so, prompts the user to backup the database.
|
| ControlTip Text | 17 Apr 2008 20:27 GMT | 1 |
I have been trying to get text to come up as I hover over a button but it doesn't seem to want to work. I have read through other posts and answers and tried what was said but it doesn't seem to work. I put in the text "NEW" over the button to create a new record but the text
|
| Access DB on untrusted site | 17 Apr 2008 20:27 GMT | 2 |
I'm trying to open an access database on another PC in my local network and I get this message: Microsoft Access cannot open this file This file is outside your intranet or on an untrusted site. Microsoft Access
|
| Ms Access via Terminal Services on Wind Server 2003 | 17 Apr 2008 19:17 GMT | 10 |
I work on a long standing application, the customer has gone to server 2003 and wishes to use the access program via Terminal Services. My problem is there are many emails automatically sent using PDF format. This is not wanting to work on server 2003. It seems it will not ...
|
| Schedule/ Calendars | 17 Apr 2008 19:02 GMT | 9 |
I have a database that I use for projects that our company has. I want to create a time schedule type calendar so that I can schedule hours per job per day. I also want to be able to create a report that shows the schedule, so it
|
| MS ACCESS | 17 Apr 2008 18:54 GMT | 1 |
I need a function that displays numbers as text f.e "1200" as "twelvehundred" please note I will need it to display the numbers one in ENGLISH and one in DUTCH!
|
| E-Mail Retention | 17 Apr 2008 18:30 GMT | 1 |
Hi All. I want to retain all e-mails forever. Is there a place I set that? It seems my emails start on 03/22/08 but I was doing e-mails longer than that. Thanks all.
|
| Another Data Access Page Question | 17 Apr 2008 18:18 GMT | 2 |
1. Is there a way to build an SQL statement to drive a dropdown list in a data access page? I would like to apply a sort order and a criteria for the displayed records. 2. Instead of using a table or query as a dropdown list's ListRowSource, can
|
| SQL Query to compose a Combo Box List | 17 Apr 2008 16:51 GMT | 1 |
I use the following to create a 'list' for a combo-box on a form SELECT Agency.AgencyID, Agency.Name, Agency.AgencyType, Agency.Abbreviation FROM Agency WHERE (((Agency.AgencyType)="Adjusting")) UNION SELECT 0,"(New)", "Adjusting", "(New)" FROM Agency
|
| Calculated value in a query | 17 Apr 2008 16:02 GMT | 2 |
I am trying to create three calculated fields which would return the day, month and year of date field ArriveDate in a table named Booking but can't seem to make it work. I have tried Aday: Left([booking].[ArriveDate],2) and
|
| MDE and VB6 EXE | 17 Apr 2008 15:41 GMT | 7 |
On both MDE and a VB6 EXE....they CAN'T be "returned" to any of the Forms, Modules, Code which made the MDE and EXE....correct? If they can, how would someone do that? Are there
|
| Access-2007: editing code of linked database/addin not working (save not possible) | 17 Apr 2008 15:19 GMT | 1 |
We have converted an Access-97 application to Access-2007. ( common logic in a library-db: lib.accda and serveral clients linking to this library-db) In Access-97 there was no problem to change code from the linked-db
|