| Thread | Last Post | Replies |
|
| Access Shuts Down after Me.Form.Requery | 12 Jan 2005 21:35 GMT | 3 |
I have a Form1 with a tab control. On one of the tabs there is a Form2a + a subForm2b. Form2a is based on a query with a permanent criteria filter. The user performs a function on each of the records displayed by Form2a. After the user function, the form is requeried using VBA ...
|
| 'Delete record' code | 12 Jan 2005 21:11 GMT | 5 |
Using the Command Button Wizard to make a button to delete the current record, Access inserts the code: DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70 DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70
|
| Peculiar record order when writing recordset | 12 Jan 2005 20:33 GMT | 1 |
I have written the public fucntion below to allow a set of records to be written into an unbound textbox on a form. (I realize that I could do all of this more easily with a subform in datasheet view but the client wants otherwise.) The function is called in two places: (1) the ...
|
| OnCurrent Form Event | 12 Jan 2005 20:21 GMT | 2 |
I have a sub that I would like ot run on the forms OnCurrent event that takes values from the form's fields and does some math to display some calculations. My problem is that when I move to a new record, there are no values in those
|
| Form Events Procedure Not Working | 12 Jan 2005 20:19 GMT | 2 |
I am using Access2003. Using the After Update event for controls on the form I color the background of the control if data has been put in. The problem is when I put data in via code without placing the cursor in the control the After Update event does not fire. I've tried the ...
|
| Copying field value to another form | 12 Jan 2005 20:07 GMT | 2 |
I have a form where a user would enter usage information about an account. The account must first be listed in the Account tables before it can be entered in the Usage table. In the Usage table I currently have a drop down box of all known account numbers. What I want to do is ...
|
| Callback function question | 12 Jan 2005 19:53 GMT | 1 |
Is there a way to notify Access to ignore a row, i.e. not load it into the listbox?
|
| Accessing Exchange Server contacts. | 12 Jan 2005 18:19 GMT | 2 |
Access 2003 adp + SQL server project. Would like to link to Exchange Server 2003 contacts. Would like to list items in the contacts folders and eventually edit them. Is it possible and if so how?
|
| Recordset problem | 12 Jan 2005 18:09 GMT | 3 |
I have encountered a problem with the recordset property. The wording I have used previously in Access 97 was as follows in a form: Dim Rs as Recordset Set Rs = Me.RecordsetClone
|
| DoCmd.OutputTo question | 12 Jan 2005 17:47 GMT | 1 |
I am using DoCmd.OutputTo & it works find. What I would like to know, is when it brings up the standard Dialog box for the user to choose the Drive & Directory the user is exporting to, is their any way to track (save) what path the user chose ?
|
| Tab Control & Page Index | 12 Jan 2005 17:30 GMT | 3 |
I have a 6 tab tabcontrol and I need to know in my VBA code when the user has selected a new tab. The tabcontrol Change() event seems to respond OK to the user clicking a different tab. However, I'm unable to determine which tab is now visible to the user. I thought the PageIndex ...
|
| "PopUp Message" notification? warning? | 12 Jan 2005 17:05 GMT | 3 |
Can anyone help? I am really not sure exactly how to best approach this problem. So here goes .. I have a TABLE called "TableA" of property numbers where the field name & unique key is called {"APN"} it is a text format. I have another TABLE
|
| If stetement | 12 Jan 2005 15:27 GMT | 1 |
I am sending an e-mail using the below function: Function Send_Open_Incident() On Error GoTo Send_Open_Incident_Err DoCmd.SendObject , "", "RichTextFormat(*.rtf)", Forms![Data Quality
|
| Coding to Change Data in Form Field | 12 Jan 2005 14:59 GMT | 1 |
Have Form & SubForm; want to change data in a Form Field after lose focus in SubForm Field. Cannot get Access to recognise Field name in Form. Please advise.
|
| moving in a listbox | 12 Jan 2005 14:55 GMT | 6 |
I have a form with a listbox containing about 75 different items. It would be handy if I enter a character the listbox would jump to the first matching name. Alas, entering a character doesn't make my listbox to move...
|