| Thread | Last Post | Replies |
|
| Pop up event based on a date | 13 Nov 2006 12:56 GMT | 3 |
I want to create a form that includes a field 'Instore date'. What we would like is that (only) if you open the form a pop up window will appear to notify you of any records where 'Instore date' is less than two weeks away. You would then have a choice to click yes and be taken ...
|
| run queries automatically without violation | 12 Nov 2006 12:15 GMT | 1 |
Hello, I have a series of append quieries which I would like to run with our returning a key violation error. I have set the primary key in the table in order to limit the number of new records. Is there a better way to do this or can someone tell me how to FORCE the yes accept ...
|
| delete duplicate records | 12 Nov 2006 11:00 GMT | 2 |
I need to delete duplicate records in a table (the records are exact duplicates in every field, I have no control over duplicates being there). I found VBA code from: http://www.databasejournal.com/features/msaccess/article.php/3077791
|
| Can someone help with this please........ | 10 Nov 2006 20:07 GMT | 6 |
I have two sheets within a spreadsheet, One sheet contains a list of names and the other contains/should contain data relating to those names. Within sheet 1 I have a column with not only the word "Name" in it as
|
| how to declare a fileSystemObject? | 10 Nov 2006 03:13 GMT | 5 |
The Access help provides this code snip for this but doesn't describe how it is to be declared. I'm trying to use it in a module funtion. When I try to dim it neither scripting nor FilesystemObject are available from the autocomplete list. Could someone please explain to
|
| Delete cells with text and shift left? | 10 Nov 2006 03:03 GMT | 1 |
I have this from surfing here and it not work. What I have is column A with headings, and what I copy into this would look something like this for example.... ( Used | to show cells)
|
| Focus Question | 09 Nov 2006 14:36 GMT | 2 |
I have created a macro that opens a pop up form with two calendar controls on it for beginning date and ending date. I also have a report based on a query that uses the dates selected on these calendars as a date range. What I want to happen is this: The user clicks on a button ...
|
| Import from Excel | 09 Nov 2006 01:28 GMT | 3 |
Good morning all: I have a excel spreadsheet and a macro setup to TransferSpreadsheet to a Table in my database. The issue i am having is everytime i run the macro, its saying field F10- F... is missing in destination table. The spreadhseet
|
| how to delete blank lines with invisible data in them? | 08 Nov 2006 11:28 GMT | 9 |
I am working with a access report and I have varios blank lines in the report that I would like to delete. I used a different macro to get rid of some duplicate information. But it just made the information invisible. Now I need to delete the line from the report. Is this ...
|
| Run from a Sub-Form | 07 Nov 2006 18:22 GMT | 1 |
How do i run a macro from a sub form ? When i try to run one i get the error message that the sub-form cannot be found, even though its live on my screen. Please help
|
| How to run Access macro from asp.net (C#) Application ? | 06 Nov 2006 23:46 GMT | 3 |
Do anyone have experiance running a Acccess macro from asp.net with C#. I tried with windows application it worked fine but i lose my thread in asp.net application. Ananth Ramasamy Meenachi
|
| print name | 06 Nov 2006 21:07 GMT | 2 |
From a macro, is there a way to print with a specific file name derived from the database? e.g. C:\test\[JobName]\ Thansks for your help,
|
| how to stop a macro from running? | 06 Nov 2006 21:06 GMT | 1 |
I have created an autoexec macro to run a bunch of other test macros, and then exit the program. It all works great except that now I can no longer modify the tests since it starts/runs/exits. I looked for a way to just disable macros in the applicaton prior to opening the
|
| How do I create a macro that has multiple stops and starts in it? | 06 Nov 2006 20:47 GMT | 1 |
I need a macro that can stop so I can fill in the blanks throughout the report.
|
| TransferSpreadsheet not updating Excel file | 06 Nov 2006 18:24 GMT | 8 |
I have a TransferSpreadsheet macro that's supposed to overwrite an excel file with new data each time it is run (the access table is updated each time in a query). However, the data isn't being rewritten. I've checked the table and file names, and the query is correct. Any
|