| Thread | Last Post | Replies |
|
| ODBC DSN Connection | 10 Apr 2005 21:29 GMT | 5 |
I have two pass-through queries in my database application. This application is used only by my department. In order to make the queries function, I went to each user's pc and set up the two ODBC Connections. We now want to enable users outside our department to use the ...
|
| Vb Run-Time Error 2105 | 10 Apr 2005 21:12 GMT | 9 |
Driving me nuts. I filter records on several of my forms by selecting a value in a combo box that is based on a record type tables. For instance, I select "Drama" from a cbo to view only drama in my movie library. What's happening
|
| Extend formula to apply to every cell in a column | 10 Apr 2005 18:25 GMT | 5 |
As a first attempt at Excel, I'm trying to set up a check register(simply deduct payment or add deposit to create a new balance). I have the correct formula, but I don't know how to make it automatically extend to the rest of the balance column.
|
| Public variables become empty??? | 10 Apr 2005 16:41 GMT | 6 |
I have an application that includes installation properties from which public variables are loaded when the application starts. They include such things as file paths, and a variety of names that are peculiar to the installation. Like "YOUR
|
| Weekday Name when Monday is th first day of the week | 10 Apr 2005 15:43 GMT | 1 |
Dear friends and pros, I'm trying to call the name of the day based on the specific date entered in form, when Monday is th first day of the week. What can I do?
|
| Adding a Record to a Table in a Sub-Form | 10 Apr 2005 13:37 GMT | 4 |
The database I am working on has an employee information form on which there is a subform which lists education. The subform is linked using the employee ID and used tblEducation as its source. In this configuration, the subform would always show a blank record in which the user ...
|
| Help needed on Leban's JpegGif | 10 Apr 2005 12:59 GMT | 2 |
I recently saw steve leban's A2KLoadJpegGifVer33GDiPlus ( http://www.lebans.com/loadjpeggif.htm )and liked it's way of doing things, but I could use some help. I am looking for a way to import an image
|
| Database / forms corrupt - decompile doesn't help | 10 Apr 2005 05:03 GMT | 3 |
I have received a database from another consultant which has been edited in more than one version of MS Access. It seems that the forms are corrupt as they keep trying to call VBA code or macros that are in the database but not called at the time. I have tried to fix the ...
|
| Clear or Break Table Links | 10 Apr 2005 04:14 GMT | 3 |
Just as there is code to establish and refresh table links, I would at time like to break or delete these links. I would like to know how that is done in code. I have been able to follow the code samples for refreshing and linking tables, I am requesting information on how to ...
|
| Function to convert text to date | 10 Apr 2005 04:14 GMT | 2 |
I have inherited a DB with dates, in the form 13/9/1999 (ie European format), stored as nvarchar 50!! It's a funny old world..... Is there a function to convert such things to datetime datatype (the time bit doesn't matter historically so in the data conversion all would be set ...
|
| Can't find project or library | 10 Apr 2005 02:29 GMT | 2 |
I am using Access 2000 and I am working through an access visual basic book that is for Access version 7. In the book is a lesson with code that allows the user to choose if they want to entering the zip code or not. The book uses certain objects that I think may not be in Access ...
|
| Format top 5 rows in a list box | 10 Apr 2005 02:06 GMT | 3 |
Is it possible to format the 5 first rows in a list box differently than the rest? In example. The 5 first rows are Arial 8pt bold, while the rest is just Arial 8pt? Any hints appreciated!
|
| Disable the caps lock in data input form | 10 Apr 2005 00:48 GMT | 1 |
I would like to disable the caps lock in data input form to prevent someone who enable the caps lock all the time during data entry. Can someone advise me how to accomplish it. Thanks,
|
| Is there a way to make access application stand alone? | 10 Apr 2005 00:42 GMT | 8 |
I was wondering if there is a way to make Access a standalone. I know about making an MDE but I don't think this is the same. I would like to have it run from a CD rom so I can send it as a demo. I have taken special precautions to ensure that nothing is being written
|
| Editing Mainform and Subforms Simultaneously | 10 Apr 2005 00:28 GMT | 1 |
I have a Mainform with subforms on it. The main form is "read Only" for browsing purposes. When the User reaches a record to edit, there is a "edit button" to edit the record. I've tried the following code but it doesn't work. It only makes the main
|