| Thread | Last Post | Replies |
|
| acess and outlook | 06 Oct 2004 13:57 GMT | 3 |
is it possible to write a macro/sub/module that would at a specified date, automaticly send an access report by email to somebody? Thanks
|
| Macros and Backups | 06 Oct 2004 00:17 GMT | 2 |
Is there a way to automate running a backup of your data base on a daily basis or is the only option to just copy everything tables/forms to a cdr manually?
|
| Send Object to send e-mail | 06 Oct 2004 00:14 GMT | 6 |
In Access 97, I have a field for e-mail address. If filled in, the label turns blue telling the user they can click on the label. When they do it brings up the Outlook Express create mail form and adds the e-mail address to
|
| deleting temp tables | 05 Oct 2004 21:25 GMT | 1 |
I have a macro that creates several temporary tables and then deletes them at the end. The problem is that one of the tables isn't created all the time so when macro gets to the delete line I get a halt because it can't find the
|
| Closing Excel from Access Macro | 05 Oct 2004 18:23 GMT | 4 |
I have a database that opens Excel with the RunApplication command from the Macro Builder. Is there a way that I can tell Access to close Excel after a couple of other commands? I'm a pretty novice programmer.
|
| set input text as uppercase | 05 Oct 2004 17:40 GMT | 1 |
How can I set up all input text in uppercace in Access. Thanks
|
| outlook mail & MS Access | 05 Oct 2004 15:45 GMT | 3 |
I'm trying to automate a process that sends a fixed-width, text file (a query). If I use "sendobject", it formats it as a delimited text file which is unacceptable. Currently it is set up as a two-step process - (1) export to desktop using an export spec, and (2) email the text ...
|
| Importing ranges from a tab within a workbook | 04 Oct 2004 23:45 GMT | 1 |
I am using a macro to import a spreadsheet into a table (see macro below). The macro works well to import the whole sheet when there is only that sheet in the workbook. However, I need to specify certain ranges on a
|
| Using Macro to Open Excel File | 04 Oct 2004 22:35 GMT | 5 |
I'd like to have a Macro open an Excel file. The file is located on a network drive (e.g. V:\Manuel\Work\Data.xls). Anyone have any ideas how to accomplish this? Thanks,
|
| Help setting up macro to cnahge a query definition | 03 Oct 2004 14:46 GMT | 1 |
Hi, I'm new with VB and access and would like help I have a query that filter data from a huge table Now I've created a report to present data from this query. What I would like is to write a macro (or sub or module or something like
|
| MSGBox Help | 03 Oct 2004 12:34 GMT | 1 |
Could someone please tell me what needs to replace the «type» field in the following example? =IIf([DeliveryorPickup]=1,"Customer Pick Up",IIf([DeliveryorPickup]=2,"Delivered",MsgBox ("Please select a Delivery
|
| Message boxes | 02 Oct 2004 18:11 GMT | 3 |
Where in this code does it say that when you go to delete a message box pops up. I don't want the message box to pop up. I want to remove it from his code. Thanks DS
|
| Access | 02 Oct 2004 11:49 GMT | 3 |
How can I open a specific word document from inside access. I can open word from a macro, but if I try and give a path to the document it comes up with a message that the path is wrong or something missing. Any Ideas?
|
| Difference between a sub and a module | 01 Oct 2004 22:32 GMT | 1 |
Hi, I'm trying to learn VB within access and excel, and I'd like to know what is the difference between a sub and a module, when to use which
|
| Error Message in Macro? | 01 Oct 2004 22:32 GMT | 1 |
(Access 2000) I have a macro, with "transferspreadsheet" action and "File type" of: ="A:\" & [Forms]![ExportToFloppyA]![FileName] & ".xls" which copies files to the floppy A disk. I would like an error message pop up stating; "Please Insert Floppy Disk" when a floppy disk is ...
|