| Thread | Last Post | Replies |
|
| MS Access 2003 -print report to file? mdi/tif | 28 Mar 2007 14:42 GMT | 6 |
I'm a pretty seasoned Access developer and have a problem now. I need to reprint a certain report multiple times from code, each time for a diferent customer, meaning the report changes for each printout. These reports need to be printed to a file, not a printer. Each "printout"
|
| Delay code execution | 28 Mar 2007 14:16 GMT | 3 |
I have a report that includes a sub report. The sub report calculates totals based upon the record displayed in the form. I have code that executes and calculates these and stores the values in a table. The sub report looks at this table for the data. If I run the code so that ...
|
| Select record on form and update table | 28 Mar 2007 14:14 GMT | 4 |
Please help I have a form "Select a name" where i want to be able to double click the name(one name on a continuous form field is called "new name") and have it then update a completely different table("All Names") and a field called "new
|
| How create a executable progam in access. | 28 Mar 2007 14:07 GMT | 2 |
I create my own tables, form, reports and macros to manege my problem. how i create a executable program.
|
| Automate Error Handling Insertion | 28 Mar 2007 13:38 GMT | 2 |
is there a way to create a macro or a toolbar with buttons when pressed they insert specific lines in the code? This will save me alot of time and error in typing or copying/pasting the error handlers in different subs
|
| Round values up and down | 28 Mar 2007 10:26 GMT | 3 |
I need to be able to round values to this specification using vba in Access2003 £0.005 or less is disregarded, we only look at the third decimal place. If it is 5 or less round down. If it is 6 or more round up.
|
| change return address in vba to outlook | 28 Mar 2007 09:50 GMT | 1 |
I'm using a form within my access to send mail through the default account/profile. Although I was able to change the settings for the read receipt and delivery receipt I do not succeed to change the reply-address (have replies send to
|
| Outlook's Calender as Interface to Access Meeting Table | 28 Mar 2007 09:44 GMT | 1 |
I have all my customers details in Access 2003. All the appointments with them, I copy from my handwritten diary (I only make appointments through phone calls) I would like to have an interface to my Access program, like Outlook's
|
| Looping through records | 28 Mar 2007 07:50 GMT | 1 |
I'm building an XML file by looping through records in a table. Some records may have a bad CustomerID that I've flagged earlier by appending a 1 to the record. I'd like the Loop to skip to the next record if it sees a bad ID flag. How
|
| Graphs Y Axis | 28 Mar 2007 03:00 GMT | 8 |
I am trying to put the maximum number on the Y Axis automatically instead of entering the maximum number. My numbers will change over time as more data is added. I noticed the following code to add from another question from someone.
|
| Can a macro call a Sub? | 28 Mar 2007 02:55 GMT | 3 |
I know that by using the RunCode action of a macro you can call a Function, but is there any way to call a Sub directly? If I understand correctly, the main difference between subs and functions is that a function is used to return a value whereas a sub cannot.
|
| Error in form Load | 28 Mar 2007 02:25 GMT | 1 |
I receive an error when opening my startup form. Couldn't use"; file already in use This code connects to a front end Access database, that is linked to a back end.
|
| LogOn- auto LogOff | 28 Mar 2007 02:05 GMT | 2 |
I recently discovered that access user based security does not have logOff capabilities. The only way to log someone off is by quiting the application. Personally, I feel this is a huge error on MS's part for not including. Now on to my problem. I need to have a user timed out of ...
|
| I'm Too Stupid, Please Help!!! | 28 Mar 2007 01:34 GMT | 1 |
I want to design an algorythm that will test proper nesting of open and closing chars such as brackets and parens, and then get the appropriate position of the closeing char. For instance: In these expamples I want to know which paren closes the first paren
|
| Minimize Excel | 28 Mar 2007 01:19 GMT | 2 |
As part of a function I use, a few excel files are opened. The problem is that Excel becomes the active window and the user is not seeing a prompt/message box in Access that is used to complete the function. They only see the prompt when they return to Access. Is there a way to ...
|