| Thread | Last Post | Replies |
|
| "Phantom" report | 06 Feb 2008 15:06 GMT | 3 |
I worked with a report some time ago, then deleted it. Now when I start the database (Access 2003) it informs me that "Module not found" and opens VBA windows. There in the project frame I see the name of this deleted report. When I click on it, I get a message that name
|
| Date Problem | 06 Feb 2008 03:54 GMT | 3 |
I want to diplay the month in "mmm" format with the input of number. E.g. If I input 1, it'll display Jan, if I input 2, it'll display Feb. If I write: format (input_month, "mmm"), it'll always display Jan, no matter I input 1, 2, 3, ....
|
| Visual Studio 2008 with Access 2003 backend | 06 Feb 2008 00:10 GMT | 3 |
We are in the process of rewriting a large application that uses an Access 2003 backend database. Unfortunately we will be building and releasing the application in phases which means we are tied to the existing backend model/structure since users will be running both the
|
| How can I select only the rows I need? | 05 Feb 2008 18:36 GMT | 2 |
This is what the data looks like id Sort Program Lender Price Rate Cost APR 1 101 10ARMS 1 62,499.00 5.250% -0.450% 6.256% 2 101 10ARMS 2 62,499.00 5.500% -0.875% 6.344%
|
| I want to turn off a design "feature" | 05 Feb 2008 17:14 GMT | 1 |
So you're in 2002, in a form's design view, in a database that includes an autoexec (or other) macro. You have some code in the OnOpen property. And one day you're in design view for that form, and you inadvertantly double click OnOpen in the property box. And
|
| Access 2007 command buttons do not function - database in Access 2000 format | 05 Feb 2008 07:13 GMT | 1 |
Trying to install some software on Access 2007. The software works just fine on earlier versions of Access. I have been told that it works on Access 2007 but I have not seen that personally.
|
| Access 2007 ribbon dropdown | 05 Feb 2008 07:07 GMT | 1 |
Can anyone show me an example of how to populate / update a dropdown ribbon control with new items from VBA. I have created a dropdown on a custom ribbon group with a callback that works but I do not know how to populate it dynamically ?
|
| Runtime Error '3061' Too Few Parameter. Expected 1 | 05 Feb 2008 02:19 GMT | 3 |
Good Morning and thank you all in advance for all assistance offered. I am receiving a "Runtime Error '3061' Too Few Parameters. Expected 1" when attempting to generate a recordset as indicated in the code snip below. The stored query referenced below is dependent on the date
|
| Compact on Close Problem on Server | 05 Feb 2008 00:44 GMT | 1 |
I have a frontend (CTFE.mdb) and backend (CTBE.mdb) on a server. I have the Compact of Close checkbox checked on the frontend. When I close the CTFE.mdb (I'm the only one in), the db1.mdb is created and the uncompacted CTFE.mdb is deleted but the db1.mdb is not renamed
|
| insert fails on linked SQL table (timeout) | 04 Feb 2008 21:42 GMT | 3 |
I have an Access XP app that has linked table to SQL 2005 express. When trying to save a new record, users are getting an error mesage "insert on linked tbale failed. Timout expired") I suspect that it has something to do with other users have the table
|
| continuous form: records do not automatically fit nicely | 04 Feb 2008 21:39 GMT | 4 |
Is there maybe a trick so that when I make a continuous form, the records fit exactly? Now, without such trick, often the last visible record shows only half and I have to stretch the form manually, and try, and try once more,
|
| Presentation of a date field in a report | 04 Feb 2008 21:14 GMT | 2 |
Dear reader, The presentation of a date field is possible with short date, long date etcetera. But as you know the presentation of a date field in a report is still be
|
| Preserving sort order in a query | 04 Feb 2008 21:03 GMT | 5 |
Without going into too much detail, I have a table consisting of FirstName, SurName and Address. I want to produce labels with names and addresses. If 2 people live at the same address say Mr Taffy Robinson & Mrs Gwen Robinson both living at 1 Great North Road using a bit if code ...
|
| DAO method for setting field's default value? | 04 Feb 2008 19:50 GMT | 8 |
After using this syntax to create a field... Set field = object.CreateField (name, type, size) how do I set a text field's default value property? For example,
|
| Access Split Database - Others cannot lauch database from UNC | 04 Feb 2008 18:40 GMT | 1 |
I have an access database that has been split and resides in the network share. When the access database is currently being updated by someone, and I try to open the database, I cannot open the file by double clicking on
|