| Thread | Last Post | Replies |
|
| After Insert automatic email | 16 Oct 2006 14:11 GMT | 5 |
I am trying to generate an automatic email after a users enter a record via a form. I have the following code in the After Insert Event: Private Sub Form_AfterInsert() Set O = CreateObject("Outlook.Application")
|
| Question about using FindFirst on strings containing quotes in an indexed field | 16 Oct 2006 13:42 GMT | 2 |
I've run into an odd problem that I can't seem to find in any of the archives. I'm using Access 2002 SP3 on Windows XP SP2. I've got a table with an indexed text field, and the field may contain a string that contains quotes (either single or double quotes). An example
|
| How to return a selected row from a datasheet popup form | 16 Oct 2006 13:30 GMT | 1 |
Sorry if this has been asked and answered, but my two hours searching didn't find it. I have a main form that launches a popup form in datasheet view. I want to be able to have the user click on a specific row in a datasheet
|
| Change users screen resolution and change back | 16 Oct 2006 12:23 GMT | 10 |
My application is 1024 x 768 resolution. How can I change user's resolution in code to match this and restore it back when user quit my application?
|
| Accounting and Inventory using Access / SQL | 16 Oct 2006 12:00 GMT | 1 |
Is anyone aware of any Access based business accounts and inventory software available that would suit Australia / New Zealand requirements - GST etc? I am looking for such to work with an existing Access97 service
|
| Trimming Fields | 16 Oct 2006 09:38 GMT | 1 |
I have a form where I enter a person’s first names. What I would like to do is trim off anything after the first of multiple names e.g. Fred Jonathon, loose the space and Jonathon so that only Fred is left. Is this possible?
|
| use form to map one table to another | 16 Oct 2006 09:27 GMT | 8 |
Hi. I have two GL tables that I need to map. One has "Our" key & desc - the other has "their" key and description. I was hoping to do something where the user selects a description from "our" table and then the description "their" table. I would then populate the key and ...
|
| Check Box | 16 Oct 2006 07:14 GMT | 5 |
Yo People, I want a check box on form that when checked will populate shipping address fields with the records billing address text. The forms record source is a select query derived from my customers table. The code in the check box after update sub is affecting all records ...
|
| Using Wend to assign form object values to variables. | 16 Oct 2006 04:44 GMT | 5 |
I have form that allows users to enter data in a spread sheet format, bu I save in a normalized format. There are twenty columns. The user can select the column headings. The objects and fields are numerically ordered.
|
| Double Quotes and SQL | 16 Oct 2006 04:27 GMT | 5 |
I'm trying to change the RowSource of a combo box on the OnLoad event. I need to concatenate the "userLast" and "userFirst" fields into "userName" as seen in my code below. How do I deal with the needed quotes that combine the "userLast" and
|
| Comment Field of an xls file | 16 Oct 2006 02:54 GMT | 2 |
Thanks in advance. Have a table Called File_Names In table is 250 excel table names Name = FN_Name = Name & FN_Path = Path. What I want to do is read the Comment field (Of the File) and put it in
|
| How to return a selected row from a datasheet popup | 16 Oct 2006 01:28 GMT | 1 |
I want the user to be able to click on one specific row in a datasheet popup and then return the entire row to the calling code for processing. Questions: How does one identify the row the user has clicked on in the popup form?
|
| Copy and paste in tables | 15 Oct 2006 23:07 GMT | 1 |
i have 3 tables: table1,table2,table3 Can i copy the field "receiving date" from "table1" if status in "table3"<>"closed" or"follow up" to a new record in "table2",by only one click on a button on a form.
|
| Recordset Problem | 15 Oct 2006 23:04 GMT | 3 |
I writing following recordset, but everytime I'm getting error, actually not working can some one tell me pleaz whats wrong with this. Pleaz help me to fix this. Dim StrSQL as String
|
| Excel Not Closing | 15 Oct 2006 18:29 GMT | 4 |
Anybody have the experience where you open an Excel spreadsheet, process the worksheets, then close it, only to find the PROCESS still running in Windows Task Manager. This causes a problem next time I run the process, as it locks the spreadsheet I had opened originally.
|