| Thread | Last Post | Replies |
|
| Cannot Update Recordset | 18 Feb 2006 17:26 GMT | 4 |
The following code in Access 97 will not work unless I remove the relationships from the table (the recordset being updated). I've even tried doing an update query instead, same results. With rst6
|
| program to increase data by a percentage | 18 Feb 2006 17:22 GMT | 9 |
I have a database that stores plant capacity information (tblCapacity) and region sales information (tblSales). The Table that stores plant capacity info includes the following fields; regionCode, plantCode, recordedYear and plantCapacity. The table that stores the sales in the
|
| how to reset a group of yes no records to no | 18 Feb 2006 17:03 GMT | 2 |
I have 37 records with a field yes/no and I need to set all these fields back to no. I need to have this done automatically. Please help
|
| Moving forms, queries, reports, macros, etc. without disburting da | 18 Feb 2006 16:18 GMT | 1 |
ONce I modify the system, I need to move only the non-data portion to a new machine so I can retain the existing data that has already been entered. How can I easilyu do this. I don't have the developer tools.
|
| Shrink AccessWindow | 18 Feb 2006 16:14 GMT | 4 |
Using MS A97, how would I go about shrinking the main Access Window to a specific size? I do not want to shrink/stretch any forms based on screen resolution, rather resize the Access Window to the size and the currently opened
|
| Run Word macro from Access | 18 Feb 2006 15:39 GMT | 2 |
First post, please be kind. Have just dived into the world of VBA, quite facinating I must say. Have found this board VERY useful. I have searched for answers to my problems and have always found the answers, but not for this one, even though there are
|
| Insert into SQL 2k table | 18 Feb 2006 13:52 GMT | 4 |
I designed an append query in Access to add records to a SQL table. The PK in the SQL table is an identity column. There are no null values in any column or record. I get an error message "you tried to assign a null value to a variable that is not variant type data". I presume ...
|
| Import eksport excel files | 18 Feb 2006 13:31 GMT | 1 |
I have this Private Sub eksporter_Click() DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "tblSportsgren", "C:\valutakurser.xls"
|
| File open | 18 Feb 2006 09:49 GMT | 2 |
I use http://www.mvps.org/access/api/api0001.htm Working fine But how do i get the path into a tekstbox in my form?
|
| Access XP & Access 2000 | 18 Feb 2006 09:48 GMT | 1 |
I desigend a simple application to run in Access XP. It works perfectly, however, when some tries to open the same database in Win2000 (access 2000 or 2002) it will not work. Is there a difference between Object Library 10.0 and OL9.0 that is causing the problem?
|
| Me! vs Me. | 18 Feb 2006 02:07 GMT | 6 |
just curious.....i see code using either of the above "Me!" or "Me." when referring to forms in code. what's the difference between using the "!" or "."? thanks, and this is definitely NOT an urgent question...
|
| Column Totals in a form | 17 Feb 2006 22:00 GMT | 7 |
I have a form that I am operating ONLY in datasheet view with the following information: Records/Rows Registered Dietician
|
| Read only driver | 17 Feb 2006 21:51 GMT | 6 |
I posted a question on this topic before but got no response. Perhaps I need to be more clear. We have a Visual Fox Pro system (with a database container) that we connect to for data mining and reporting. We are currently using ODBC drivers for
|
| Complex Log in form | 17 Feb 2006 21:38 GMT | 2 |
I need major assistance. I am trying to build a security log on screen. I got some assistance yesterday on how to create the form. Now I need to bring it to the next step. What is required is that: First off, I need to build a form where the admin of the database will setup
|
| Call the standard Windows Date/Time dialog box | 17 Feb 2006 21:08 GMT | 2 |
How can I Call the standard Windows Date/Time dialog box to obtain a date selected from it? Thanks, Double
|