| Thread | Last Post | Replies |
|
| FTP Delete Files | 05 Mar 2008 15:22 GMT | 4 |
I need to delete some files from a FTP location. What i need is to delete all files that has date older than today minus 2 days. Is this possible?
|
| Undefined datatype | 05 Mar 2008 14:59 GMT | 4 |
I'm currently doing some minor updates on a VBA program. I'm using Access 2003 SP 3 and I'm editing an Access2000 database without upgrading it to Access 2003 (because most of my users, use Access 2000). The updates I've done work fine under Access 2003 but when I try to run the ...
|
| problem creating table and adding variables | 05 Mar 2008 14:20 GMT | 4 |
Hello, I need to create a table and add fields. I tried the following text based on an example in a book, and receive the error shown below. What would you suggest to get the sub running?
|
| Why I'm getting runtime error 2501 | 05 Mar 2008 14:14 GMT | 1 |
I'm executing the code below and when the code is executing the Docmd. OutPutTo is abend with "Run-time Error 2501". Function acManagerReport(acManager) Select Case acManager
|
| Validation Rule | 05 Mar 2008 14:13 GMT | 2 |
I have a continuous form with 3 text boxes (ID, Tx1,Txt2). I'm trying to create a script that only allows users to move to another record if Txt1 and Txt are not null. ID is unique.
|
| DAO references / Access 2007 | 05 Mar 2008 12:57 GMT | 2 |
while using an Access 2007 .accdb file I can access the dao. object very easily. the following code in VBA works well : Function getrecordcount(strTableName As String) As Long
|
| Please help me edit this code | 05 Mar 2008 06:16 GMT | 10 |
I want to change this code so that it will only check the records that I specify, not every record in the table. Here is the code, can anyone help? Private Sub Command0_Click() On Error GoTo Err_Command0_Click
|
| queries | 05 Mar 2008 00:25 GMT | 5 |
I have two tables in a parts database called "new parts" & "used parts". The primary keys are "used part number" & "new part number". How do I create a query so I can have both used and new parts listed together. If you need additional info please let me know.
|
| Pause between reports | 04 Mar 2008 23:46 GMT | 5 |
I have code that previews several reports. How can I close each report (pause) before previewing the next report? e.g. the code below opens all reports at the same time Sub RunReports()
|
| Shell function | 04 Mar 2008 22:32 GMT | 9 |
I'm using Access xp. I posted earlier, and am having many troubles with the shell function. All I'm trying to do is launch the "C:\I386\Scanpst.exe" application to check for corrupted pst files from an Access module (Actually, I'd like to eventually
|
| Populating the many side of a 1 to Many relationship | 04 Mar 2008 22:25 GMT | 2 |
I have two tables. On the 1 side is Yr8students and on the many side is Attendance. Referential Integrity is set. I have populated the Yr8student table with 30 names and student ids. This table is linked via its StudentID field to a StudentID field in attendance.
|
| Selecting the correct records for mailing labels based on SQL Server view | 04 Mar 2008 21:40 GMT | 2 |
I need to print some mailing labels. I work with an adp Access frontend and a SQL Server backend. The problem is this: I need to print address labels for all the people whose birthday falls within a given month.
|
| Exclusive use notification | 04 Mar 2008 20:19 GMT | 13 |
We have an attendance database that all of our teaching staff uses. Those who access it via a mapped drive can see the lock file when the database is in use and understand to leave it alone. Those who do not have the mapping access it via a desktop shortcut and do not see the ...
|
| Carrying Info From One Form to Another | 04 Mar 2008 20:15 GMT | 3 |
Hello all. I can't believe how helpful this forum has been to me in the short time I've been expanding my horizon into VBA, both in asking a questions and just reading all the posts and learning things that MIGHT apply at some point. Thank you.
|
| Seek Method for Multiple-field index | 04 Mar 2008 20:01 GMT | 2 |
I'm adding records to a table from a text file and need to verify that records from this file don't already exist in the table. Insurance against multiple imports. A multiple-field index named EERecordIndex (strEEId, strJCID, ShortWrkDate,
|