| Thread | Last Post | Replies |
|
| Stepping through code | 20 Sep 2006 10:06 GMT | 1 |
I have written some code that I want to step through. From my limited knowledge of Access there is no other way of running this code without using a button (on click) to kick it off. The reason I want to do this is to get the following code to run.
|
| Reference library loading | 20 Sep 2006 08:39 GMT | 3 |
I notice that Application.References. … is available in VBA. What are the uses of this? Can this be used upon application startup to make sure certain reference libraries are loaded for a particular application, such as "MS DAO 3.6 Object Library" for instance? If so, how do ...
|
| unbound excel control | 20 Sep 2006 06:46 GMT | 3 |
I want to transfer data from subform(in datasheet view ) in to excel sheet (as unbound control).Is there any easy way to do it. My subform is based on query and the data in subform is filtered data using combo box in form.i.e. from combobox I select a particular
|
| video capture | 20 Sep 2006 05:01 GMT | 2 |
Hi, I am working on an access app and need to capture still images from a video source - eg webcam or video device connected to my computer's video card. I am assuming I can capture this image by using video for windows apis? I simply want a button on a form that saves the image ...
|
| Controlling a printer from VBA | 20 Sep 2006 01:32 GMT | 1 |
I have a module that carries out various end of month procedures for me, part of this includes printing a number of reports. Because some of the reports are external I need to print them on headed paper in a seperate tray from the blank A4 paper. Is there a way to instruct the
|
| reading db file attributes | 20 Sep 2006 01:31 GMT | 3 |
How can you read the file attributes of an mdb file within VBA? I need to determine if the currently open mdb is ReadOnly, and we've got Access 97, 2000, XP, and 2003. Thanks
|
| Send external file | 19 Sep 2006 22:06 GMT | 2 |
I create a button to convert access reporto to PDF format. Now I need crete a button to send the PDF file, I mean. How can I send an email an atrach a external file? Thanks
|
| OutputTo to Word | 19 Sep 2006 22:05 GMT | 2 |
I'm using docmd.OutputTo command to export data from a view or store procedure to Word. The procedure is simple and the final result; we have the data in word as a table.
|
| Update problem with Datagrid | 19 Sep 2006 21:27 GMT | 1 |
This is my last problem in my application: On a VB6 form I have a DataGrid linked to an ADODC control providing the data from the database. Properties AllowUpdate, AllowAddNew and AllowDelete of the grid are on True.
|
| FREE VB6 OCX to send e-mails with images | 19 Sep 2006 21:27 GMT | 1 |
Hello eveyone, I'm writing a VB6 application and I want to send an e-mail to all addresses in a recordset. Where can I get a FREE OCX to send e-mails, but including images in the
|
| Splitting Database | 19 Sep 2006 19:06 GMT | 6 |
On my main database called, DataEntry.mdb, I have a switchboard. On the switchboard I have a button called, "DELETE DATA DAILY". When it is pressed, it deletes the data from my main table called, "TEST". I also have another button called, "UPDATE AUDIT DAILY", that has some ...
|
| stop code sending cancelled email | 19 Sep 2006 18:02 GMT | 11 |
I am sending an email from the statement DoCmd.SendObject acSendNoObject, "", acFormatTXT, strTo, , , strSubject, strBody & strTemplate This is great as it opens up the email for editing. But if i click the x
|
| Copy tables & relationships | 19 Sep 2006 15:49 GMT | 2 |
Hello to everybody, I have a question, I have a split database (FE/BE) and from the application (FE) I am trying to copy (duplicate) several tables and their corresponding relationships (all contained at BE). But I have found several problems:
|
| OLE Object | 19 Sep 2006 15:06 GMT | 1 |
I have created a table with object field. I am trying to create a form with included the OLE Object filed i created. I can only see the icon in the referred field instead of content. I have changed the propery to see the content. I am still getting icon only. I am using office ...
|
| open word then run vba automation | 19 Sep 2006 15:06 GMT | 1 |
I have a macro in access that exports (opens a) RTF document in Word. Then I have to manually (mouse) enter: tools, Macro, macros, then I must select one of two files: 1-weekend or 2-holiday, then I click run. Then the macro (VBA) takes over adding columns, text and automatically ...
|