| Thread | Last Post | Replies |
|
| remove a text row in Excel rpt before the pagebreak with [Placehol | 18 Aug 2006 23:17 GMT | 4 |
I have a placeholder value that prints a row of text across the columns on every spreadsheet for each department. I want to comment out the code so it deletes the row at the end of every sheet for ea dept without harming the procedure that prints an Excel repport. I found 3 ...
|
| Record a Macro | 18 Aug 2006 00:27 GMT | 3 |
How do I create a macro that will run a make table query?
|
| Looping through Macro | 16 Aug 2006 20:34 GMT | 8 |
I have a loop within a loop in a macro. It is working, however this causes an error if it loops more than the allowed 20 times. I am not a coder, but may have to do this with code. Can someone help with code? Or maybe I am just doing this all wrong. Need to run report for ...
|
| Macro help! | 16 Aug 2006 19:51 GMT | 2 |
I hope someone can help me, whit my problem. There is an number field (User ise typing a price). I need a macro to check if typed number is between 0-2000 or 2000-5000 or 5000-10000. If it is between 0-2000 then = typed price + 1000
|
| first/last conversion | 16 Aug 2006 19:42 GMT | 1 |
I have a field that for a number of reasons needs to be entered as FirstName LastName in access. I have a second field which is the field that I use to sort. Is there a way to automatically take the first field data, convert to a lastname, firstname format, from which I can stick ...
|
| just need to create a function and call it with a macro | 15 Aug 2006 16:00 GMT | 1 |
I have some code that I want to use to "pause" my macro, and in the macro designer I see where I can set a RunCode to call a function, but where exactly do I put the code for the function so the macro can call it? the simplest of frustrations... :)
|
| Macro / Query - Can't Update | 15 Aug 2006 12:24 GMT | 4 |
I have a macro that calls a query that I need to update. The Edit Mode on the macro is set to 'Edit' but no changes can be made... would someone please advise what else I should check on ? Thanks!
|
| Error when macro is called | 14 Aug 2006 20:17 GMT | 4 |
Please Help I am working with an Access database that was developed using Office 97 and was converted to the 2002-2003 Access file format. On this one form there are 26 text boxes (representing yearly pay periods) and on the “On Lost
|
| Issues with ApplyFilter, using a value imported from Excel. | 14 Aug 2006 16:36 GMT | 1 |
I have set up a macro to grab a cell from Excel and store it in a table. It is the only value in that table. I now want to set up a macro that takes that value, and applies it to a filter. I have tried using the ApplyFilter macro, but have not been able to get it to function. I ...
|
| Print single record from report | 13 Aug 2006 19:41 GMT | 21 |
I have a form for which I was trying build a button that would print the selected record. I dumped the information into a report to make reading easier. The report narrows the information down, but the whole report prints instead of the single record. I tried the GoTo Record ...
|
| TransferText Action | 11 Aug 2006 21:57 GMT | 3 |
Hi again :) Is it possible to create a macro that imports a file without VBA? What I specifically want it to do is to let a user specify what file he/she wants to import. From what I have noticed the macro "generator" forces
|
| How do I set up 0 value or 1 in access | 11 Aug 2006 09:26 GMT | 1 |
Hi I have typed this macro in my access database and didn't work. I just want to know how would I do if I get any nymbers or 0 value for the feild avarage failed size. (([Average Win Size]/[Average Fail Size," "])*((([Winning Trades]/([Winning
|
| Menu minimises forms | 10 Aug 2006 12:06 GMT | 3 |
A2003 All my forms are maximised OnOpen - Dcmd.Maximise. I have a Menu Form (Auto resized and centered) which can be called up from the Toolbar. When the Menu is opened, it minimises all open froms.
|
| AutoExec macro | 10 Aug 2006 11:16 GMT | 2 |
I've created an AutoExec macro, that, eventhough I deleted the macro it still loads upon opening my Access project. Any ideas as to how to disable this "ghost macro" completely? Tom
|
| Run a Macro within another macro | 10 Aug 2006 02:50 GMT | 1 |
If I execute a Macro within another Macro will it return to the original macro once complete? Macro runs a Query, a macro, a Query, a Report. Thanks for your help?
|