| Thread | Last Post | Replies |
|
| E-Mail A Report | 30 Nov 2007 15:34 GMT | 1 |
I am trying to have my night process in Access kick a report to someone. When I run the macro using the SendObject command a window pops up from Microsoft Office Outlook asking if its okay to send this. Anyway you know to bypass this and have Access automatically send an e-mail ...
|
| Print multiple mailing labels in Access 2003 or 2007 | 29 Nov 2007 04:26 GMT | 1 |
I have come across the following KB from Microsoft that has helped me to print a fixed number of copies of the labels that I wish to print. This works pretty well. http://support.microsoft.com/kb/299024
|
| How do I set a query's [ENTER] criteria with visual basic | 28 Nov 2007 22:24 GMT | 1 |
If there is a better way to approach this problem I am open to changing my implementation. I have a report that is based on a query. This is overly simplified but for example the query has 3 fields FName, LName and City. For the 3rd parameter I use a Like [ENTER City] so that ...
|
| Append multiple text files to create a new file | 28 Nov 2007 18:50 GMT | 6 |
I am trying to append three text files to create a new file. Is there a function similar to the DOS Command copy which allows this functionality? As an example
|
| Re: Removing Access External Data Queries from Excel | 28 Nov 2007 17:12 GMT | 2 |
oops, forgot something for each n in sheets("sheet1").NAMES n.delete next
|
| New Record as condition for Macro | 27 Nov 2007 15:53 GMT | 2 |
I have a macro set to open a message box in the "on update" event for a data entry form. Can I set the condition of this macro not to run for new records? I want my users to be warned if they try to change previously entered data but not when entering new records. The users ...
|
| SUm records | 27 Nov 2007 15:21 GMT | 6 |
I want to sum records from a table. the second row is the sum of the first and second row. The thirth row is the sum of the first, second and thirth row etc. Is someone who can help me? Best regards
|
| OpenForm Filtering too much | 27 Nov 2007 02:16 GMT | 5 |
I'm developing a simple front-end for re-organising information based on some text tags (for example, animals might have tag fields for size with options big, medium, small; another tag field for [diet] with options roots, shoots, leaves.) The way I'm doing this it to let the ...
|
| Passing Macro value to Form | 26 Nov 2007 21:37 GMT | 2 |
In the below Macro, I would like to value of RowCount to be displayed in a form. Public Function RunRecordCount() Dim dummy As String
|
| Combo Box Macro | 26 Nov 2007 17:56 GMT | 2 |
I would like to place a combo box on my form that the user can select from, then based on their selection, a new form will open. Can I make the combo box a form, and how? Thank you!
|
| Macros being stripped out in Word 2000 w/ Compatibility Kit? | 23 Nov 2007 12:37 GMT | 1 |
I've got a workstation with Office 2007, and several others with Office 2000 + the office compatibility toolkit. Documents are created in Word with macros and are saved as docm on the 2007 workstation. The problem is that when I open the docs on the 2000 machines (which have the ...
|
| Access settings for multi users | 22 Nov 2007 23:08 GMT | 3 |
I was wondering if anyone knew what registry key I would need to change or create so mutli-users would have the same settings in Options>Edit/Find Confirm: Record changes unchecked, Document deletions check, Action queries unchecked
|
| Pasting infomation into worksheet with macro | 21 Nov 2007 10:08 GMT | 2 |
Using a macro within a workbook, I am wishing to paste information from other worksheets into an existing work sheet which already contains rows of data. The macro should be able to determine the first empty row and then paste. I cannot determine which function to use and how?
|
| Null values | 21 Nov 2007 07:46 GMT | 3 |
Hi, I have a table with multiple null values in multiple columns. how can I replace all null values in this table for zero. all at once. Thanks for your help.
|
| How do you a Macro to copy data into the next clear row each time | 21 Nov 2007 07:39 GMT | 1 |
I have a rather basic knowledge of of excel macros so I would really appreciate any help. The task I am tryng to complete is: I have a form that I have created in excel where a staff member enters data on a flight they are booking and from the data they enter the CO2 emissions
|