| Thread | Last Post | Replies |
|
| VBA code for Select All Record, Copy and Paste Append | 15 Oct 2005 06:35 GMT | 1 |
Can someone help me how is VBA code for append all records from a access table into in other access table like Select All Record, Copy and Paste Append in Edit menu. Thanks very much.
|
| Roll over of year groups | 14 Oct 2005 10:13 GMT | 4 |
I am aware that this may not be possible in Access but thought that it would be worth finding out. I have a large database of pupil records and would like to be able to run a query that rolls over the school year groups automatically.
|
| Compact BackEnd | 13 Oct 2005 22:37 GMT | 1 |
Access XP database with a FrontEnd separate from the B/e (Tables). The B/E file is stored on a server and the multiple users (about 20) have individual copies of the F/E file stored on the local PC. At any point in time, there may be up to 10 users accessing the B/E but it's ...
|
| Determine when report printed to specific printer | 13 Oct 2005 21:11 GMT | 3 |
I need to send a notification email when a report is printed to a specific printer. I'm not sure how to determine when something is printed to a specific printer. I'm doing this in vba in access 97 and I'm thinking API will be needed, but I'm not sure what and the search terms ...
|
| MoveToControl | 13 Oct 2005 21:09 GMT | 2 |
Access Xp DB - On a form I have a macro executed AFTERUPDATE on a check box field - the macro checks to see if the check box is checked or unchecked. If checked, it populates other fileds on the same form using the setvalue command. If unchecked, it should delete values in ...
|
| Use macro to set value of control on form | 13 Oct 2005 16:27 GMT | 2 |
I would like to set the value of a control on a form based on weather another control is null or not. Im trying to use a before update conditional macro to check if a control has a date, if it does then I want the value in another control to be empty (null). Could I use the setvalue ...
|
| SendKeys action requires Microsoft Office Access Utility Add-in to | 13 Oct 2005 08:21 GMT | 4 |
Using a macro which utilises the SENDKEYS Action produces the error message: SendKeys action requires Microsoft Office Access Utility Add-in to be loaded I have tried completely re-installing Access 2003 with no effect. Can anyone suggest where I find the Access Utility Add-in.
|
| stop macro when query is empty | 13 Oct 2005 03:47 GMT | 4 |
I have a form (showing one record at a time) that asks the user for input. After the user puts in the information, they click on a button that starts a macro. That macro sets a true/false box which removes the current record from the select query criteria. The macro then ...
|
| Copy field to neighboring fields in datasheet | 12 Oct 2005 23:25 GMT | 8 |
I have a subform (datasheet view) that collects information about different products. The left part of the data sheet has columns concerning the first part of a process. The Right part has fields concenring the second part of the process.
|
| Application.Printer in a Macro | 12 Oct 2005 20:38 GMT | 7 |
Before I ask my question, let me admit up front that I am VBA ignorant. I've done programming in other languages, and I am trying to grasp the concepts of VBA. I've looked all over this website, and Googled what I'm trying to do, and I'm still just not quite getting it.
|
| send object | 12 Oct 2005 19:02 GMT | 3 |
I have set up a macro using the send object function, to send a report by email, which works fine ater I enter a email address in the To: section - however I would the recipient to be a field on my report. Thanks
|
| Excel Export- Field Names in first row of spreadsheet | 12 Oct 2005 12:42 GMT | 1 |
I have done a lot of "digging" through posts to try to find the answers I need..... I am setting up an export to excel. I have read in the Access help File, TransferSpreadsheet Action, that it is not possible to export to Excel
|
| Form to feed report | 12 Oct 2005 10:07 GMT | 2 |
I've got a form which allows users to select a value from a combo box then run a report based on their selection. However when the report opens it minimizes despite the macro including a maximise setting. Any ideas why this is happening?
|
| Validation Rule | 11 Oct 2005 18:35 GMT | 1 |
I have the following validation rule attached to a field in a table. [HRA Directory]<>"CLI" Is there a way to add more criteria to it, such as in addition to CLI ( or "ABC")? I was not able to get it to work.
|
| VB Code to sendobject | 10 Oct 2005 19:08 GMT | 1 |
So, I've realized that coding command buttons in VB gives you more control. To that end, I'm trying to set up a VB command button that will populate the Subject line with data from an autonumber field value that is displayed on the form where the new button will be. I can get ...
|