| Thread | Last Post | Replies |
|
| Email Issue | 30 Sep 2007 22:55 GMT | 2 |
I am trying to send an automated email from access, but nothing is being send and I am getting no error messages. Private Sub vac_Click() Dim strMessage As String 'Body of message
|
| Vista Problem | 30 Sep 2007 20:11 GMT | 11 |
When my application is launched on not-Vista, the dialog looks as follows: http://ourworld.compuserve.com/homepages/webspace/test/SDTM-RIGHT.jpg When my application is launched on Vista, the dialog looks "squished up", as follows:
|
| Combo Box Form Filter | 30 Sep 2007 15:22 GMT | 4 |
Spinning my wheels here.... I have one table with 1,000+ records and each record has a (required) status; active or inactive. These records are stored in one table called customers. I have a form that displays the customers and would
|
| Converting Access 97 Database to Access 2003 | 29 Sep 2007 07:30 GMT | 1 |
I have an Access Database which I designed about 8 years ago with Access 97. I now have the task of converting it over to Access 2003. In compiling the code I am getting errors with this statement Dim TORG12A As Database, ssMaxONE As Snapshot
|
| Access 2000 - Email all records from subform | 29 Sep 2007 02:49 GMT | 2 |
I have a subform which houses email addresses. I created a command button on the main form to generate an individual email for each of the recipients on the subform. My problem is that it only creates the email for the 1st record on the
|
| Custom counter | 29 Sep 2007 00:59 GMT | 1 |
I am using Office 2003 (sp3) on Windows XP; I would like to create an ID that prefixes some text at the beginning of the value, so for example the unique ID might look like: bk1; bk2; etc. I came up with using an autonumber field along side a second column that
|
| Selecting Data in a Table to Copy to Excel | 28 Sep 2007 23:23 GMT | 8 |
I need to modify data in a table, but I would like to create a backup of this table everytime before I do so. Right now I am opening the table in an ADODB recordset, opening and Excel workbook and then looping through each record and populating the Excel worksheet. The table has ...
|
| Variables | 28 Sep 2007 22:34 GMT | 5 |
Once I have declared a variable, is there an easier way of entering the variable name into code other than retyping it in every time?
|
| Handle Error in Called Sub | 28 Sep 2007 17:43 GMT | 3 |
Trying to perfect this a little more... I've got this code that measures the length (in minutes) of a procedure. Sub TimeLoop(strFncToCall As String) On Error GoTo TimeLoop_Err
|
| Loop through a directory | 28 Sep 2007 17:16 GMT | 2 |
How can I loop through a directory and put into a table the file name of say anything that begins with abc*.txt? I am using Access 2003.
 Signature M. Shipp
|
| Excel Format Freeze Panes with Access VBA | 28 Sep 2007 16:21 GMT | 6 |
Can someone fix this syntax? objXLSheet1.Range("2:2").FreezePanes = True
|
| Passing a button as a parameter | 28 Sep 2007 16:05 GMT | 2 |
Can anyone tell me how I pass the button I have just clicked into function that the OnClick event calls? My Button calls a function with this setup: "Function ButtonClicked(MyForm As Form, MyButton As CommandButton)..."
|
| Overwrting one Table with another Table using VBA? | 28 Sep 2007 14:57 GMT | 3 |
First off, I have 2 tables. "Table A" and "Table B". Both of these tables have the exact data structure. What i would like to do, if possible, is take Table A and its contents based on a certain criteria of which records to include, and OVERWRITE Table B with that? (but ...
|
| Dynamically create master report referencing pre-built subreports | 28 Sep 2007 14:38 GMT | 14 |
I have been tasked with trying to find a way to programmatically add subreports to a master report at runtime based on certain criteria (subreports are already created). Initially, we have been adding all the possible reports and hiding them if
|
| Kallal's vbscript and scheduled tasks | 28 Sep 2007 13:35 GMT | 5 |
I have used Albert Kallal's vbscript and it launches successfully when run manually. (Thanks ALbert Kallal for the vbscript!) Under server, won't go - runtime error 800a9d9f. The script is on on a server that has access installed. The scheduler is on
|