| Thread | Last Post | Replies |
|
| Create .MDE file in scheduled task | 21 Oct 2005 12:41 GMT | 3 |
We're having trouble creating an MDE file in a batch file called from a scheduled task. The following command file works when run by a logged in user, but in the context of the task scheduler (Windows 2003 server) the MDE file never gets
|
| When is a breakpoint not a breakpoint | 21 Oct 2005 10:32 GMT | 5 |
I've had a number of instances now of "ghost" breakpoints. This has generally happened under the following context 1, I'll be debugging some code and will place a breakpoint in the code at a suitable point.
|
| Adding Report Filter By VBA From Function A2K | 21 Oct 2005 09:56 GMT | 4 |
I am trying to launch a report from a module in my db using the below text. DoCmd.OpenReport "rptM16Report", acViewPreview, "teamleaderemail = Bloggs, Fred" Unfortunately on the report because Bloggs, Fred contains a comma it would
|
| Printer dialog on acViewNormal | 21 Oct 2005 09:26 GMT | 9 |
I have two buttons on a form that generates reports - one that previews (acViewPreview), after which the user can click on a menu bar button to bring up the printer dialog (I had to replace the standard printer button on the menu bar with the one that brings up the printer ...
|
| Printing to a specific printer/Using the Print Dialog Window | 21 Oct 2005 08:22 GMT | 7 |
I've figured out that the following code can be used to change the default printer to a specific printer and then backagain using strOldPrinter. Sub changePrinter(strPrinterName As String)
|
| Create report with EARLIEST date for several different participant | 21 Oct 2005 06:51 GMT | 4 |
I have a query that shows EACH participant's records with dates of an event. How do I create a report that includes those records with the EARLIEST date for EACH participant. I can use TopValue if I limit query to ONE participant's records, but I
|
| Report Hangs When Access Looses the Focus | 21 Oct 2005 04:36 GMT | 2 |
I have a Access 2003 application with a SQL Server database that performs intensive data processing for reports. Typically the application gets input from the user and then launches the data processing and then opens the report. I'm finding that if the user switches to another ...
|
| Closing Map Point from Access | 21 Oct 2005 01:21 GMT | 7 |
I have an Access database that links job addresses to MapPoint. I create an incident of MapPoint within an Access procedure. When I finish with the MapPoint app I close it; however, I still have MapPoint.exe running in the Task Manager. How can I purge the MapPoint.exe when I ...
|
| Not in List | 21 Oct 2005 01:18 GMT | 6 |
I have the following code to deal with adding new values to a combo box: Msg = "Do you want to add a new Currency?" If MsgBox(Msg, vbQuestion + vbYesNo, "New Currency") = vbyes Then DoCmd.OpenForm "frm Currency"
|
| creating a password to access forms | 21 Oct 2005 00:22 GMT | 7 |
I need help on creating code for a password, so that some users can edit the data in the forms and if you do not have a password it will take you to forms that are read only. How do I do this?
|
| Tracking software execution line by line | 20 Oct 2005 23:51 GMT | 1 |
I am new to Access. I am rewriting someone elses program. I have muttledthrough mmost of what I need to change except during print forms some prompt keep popping up that I cannot find any procedures for in the view code. Is there some way I can turn on a debugger mode so that ...
|
| Non-programmer needs code to find file on user's hard drive | 20 Oct 2005 22:08 GMT | 4 |
Long story short: My Access developer is letting me down. He doesn't really know VB and he can't figure out how to do what I need. Situation: Access database that will be used locally on individual user's
|
| Time between Two Dates | 20 Oct 2005 21:45 GMT | 3 |
I got a problem that calculates the totoal time from when a issue was entered in a database and the time it was answered. For example, when the issue start in Feb 02, 05 and is answered on Feb 10, 05, you'll get the correct number. When the issue cross months, starting in June ...
|
| Multiple Lines in Access | 20 Oct 2005 21:01 GMT | 4 |
I have the below code, and I am having a serious blonde moment. I can't remember how to convert it so that I can have it transfer stuff from a specific range in Excel...currently the macro would have to have the info being transferred to Access in the actual ( ) of the VALUES. ...
|
| Creating a Macro replacing data in Table with data in an Excel file | 20 Oct 2005 17:26 GMT | 1 |
This is what I'd like to do: Have a button on my form that will import an excel file replacing the data in my Access Table. On my form I'd like to have a text box listing the file path of the
|