| Thread | Last Post | Replies |
|
| VBA for confirming Calculation status | 30 Nov 2004 22:12 GMT | 1 |
Friends, RE: Excel 2000 In Tools/Options/Calculation there are radio buttons to choose either "Manual" or "Automatic" calculation.
|
| VBA for Edit-Find-Replace | 30 Nov 2004 22:12 GMT | 1 |
Friends, I am trying to write VBA code that references two cells in the ActiveSheet - Cell_1 and Cell_2. The code needs to take the value from Cell_1 and place it iin the "Find What" text box of the Edit/Find dialog box. Then it needs to
|
| Copy and Name Table | 30 Nov 2004 21:13 GMT | 1 |
I need users to click a button that copies and pastes a current table but that lets the user name the new table, either by typing the name in a message box or by previously typing the name in a form. Something other than renaming the table once it's been created.
|
| Import Excel | 30 Nov 2004 19:33 GMT | 4 |
I have several excel workbooks, I need to import data from specific cells (not the whole worksheet) into specific tables in Access 2000. I have the import down as long as I just import a range, however a range is not what i need. I need to be able to pick certain cells and ...
|
| E-mail Excel worksheet from within Access | 30 Nov 2004 19:29 GMT | 2 |
I am setting up an automated way of e-mailing reports to certain individuals at differing times. I am quite comfortable sending reports from within Access itself, my problem is that I have a report that is a worksheet in Excel. Currently I am saving the selected area within ...
|
| Recordset problem | 30 Nov 2004 19:29 GMT | 5 |
I have a form with a text box that when i click opens a popup form that executes an on open Sql statement to populate this popup form. The statement i'm using is a Select command. This form has a continuous subform where the recordsource is the sql statement i'm using. All the ...
|
| AfterUpdate | 30 Nov 2004 19:21 GMT | 9 |
I have a parent form frmDemographics and child form frmVisitIDsubform. On Parent form I have txtmedicalrecord and on child form I have txtmedicalrecord1. If I enter a medical record in txtmedicalrecord, what would the syntax be if I wanted that medical record to show up in
|
| Disabling menu items? | 30 Nov 2004 17:48 GMT | 2 |
How can I disable, for example, the 'delete record' menu item from the Access application menu bar? My dB security has delete permissions removed for non-admin users for all forms, but the application menu bar still allows record
|
| Using a variable to make program easy to use for multiple fields | 30 Nov 2004 17:17 GMT | 6 |
The below program works for everything except the update. I am trying to make the program apply to various tables and fields. Thanks for your help Dim arg1 As Variant
|
| Return values on a form based on .... criteria | 30 Nov 2004 16:39 GMT | 2 |
Help - I want to return the following values in a form: Most Current Sale by Agent Month to Date Sales by Agent Year to Date Sales by Agent
|
| extracting data | 30 Nov 2004 15:33 GMT | 3 |
I am using the following routine to extract data from email(web form) form. The routine works great for single fields however if a field in the webform is a memo box. it doesnt work for that field. I believe its because there are multiple CHR(13) between the fields. For Example ...
|
| Looping Thru Tables | 30 Nov 2004 15:11 GMT | 2 |
How do I convert this code to loop thru tables (instead of forms)? Sub CloseForms() For Each frm In Application.Forms If frm.Caption <> Screen. ActiveForm.Caption Then frm.Close
|
| How to print a list of all the objects of the databse | 30 Nov 2004 14:48 GMT | 4 |
I have more than 100 object in my database ("GTHE.MDB"). Objects are included like Tables, Forms, Queries, Reports,Macros,Modules . I just wanted to print the list of object names from a Form Command Button press event :
|
| auto-run all of my queries | 30 Nov 2004 14:40 GMT | 3 |
I am building a process which will ultimately be done in SQL server, but I am prototyping in Access.. I have a load of tables and a series of action queries which import dats, manipulate it and the output it.
|
| Write Conflict message | 30 Nov 2004 14:32 GMT | 1 |
I have a form in which i have a text box with an after update event. This after update event executes an Update table SQL command. The problem is that after this event occurs i get an Write Conflict message. I then click on Save changes button and the error disappears.
|