| Thread | Last Post | Replies |
|
| E-mail attachments | 17 Oct 2005 19:20 GMT | 1 |
I just installed Office 2003, and now when I go to my Outlook Express e-mail, I am unable to open any Word document attachments. The icon is there, but is very light, and will not allow me to open nor save. Help!
|
| Unselecting Item In Listbox | 17 Oct 2005 18:48 GMT | 2 |
I'm using this code to unselect an item in a listbox. Private Sub List34_Click() Dim I As Integer For I = 0 To Me.List20.ListCount - 1
|
| stay on record after requery | 17 Oct 2005 18:00 GMT | 2 |
what is the best way to stay on a record in form view after you add a record to a subform froma click event of a combobox. i need the new record to show up in the subform after i insert it into the table that is bound to the subform. when i requery the subform it return the main
|
| Variant array data to display in continuous form | 17 Oct 2005 16:48 GMT | 2 |
Access 2003 with Windows-XP. I can conceive of a somewhat convaluted route to get the data elements in a varying length array to display in a continuous form. My concept (which I think is not particularily elegant) loops through the array, and moves all
|
| Access Progress Form | 17 Oct 2005 16:37 GMT | 1 |
I need to call some functions from a Access Form but keeping the focus so a a rectangle used as a progress bar can be continous filled up by the form "On Timer" event while the functions are executed ( some SQL DTS packages, sp execution, etc...).
|
| Data Updates occurr automaticaly | 17 Oct 2005 15:36 GMT | 2 |
I have a form tied to an Access 2002 table. I would like to know if there is a way for me to prevent data updates/additions from happening until a submit button is clicked by the user. As it is now, as soon as the form opens and the cursor moves from one field to another a record
|
| Updating Linked Form Data | 17 Oct 2005 15:28 GMT | 6 |
I have a button which has a linked form filtered on "VendorID". The results are just fine. However, when I add a new record on the linked form, I want the "VendorID" field to default to the "linked" value. Any ideas from the experts on how I can do this simply?
|
| I wrote a letter on 10-13-05 and I saved it but now I can't find | 17 Oct 2005 15:20 GMT | 1 |
I can't find a letter that I wrote and I was not finished and now I can't find it.
|
| RunSQL - I've searched!! | 17 Oct 2005 15:13 GMT | 13 |
I have searched this newsgroup for the best solution but nothing seems to work. I have coded the following to the AfterUpdate event of the Warehouse field on my form... strWarehouse = Me.Warehouse
|
| Repost about auto populating a field | 17 Oct 2005 15:03 GMT | 11 |
I posted yesterday about getting some fields to auto populate when a combo is updated. I've had no replies yet but have now found a similar post which provided code that I have changed to the following, which works as far as it goes but I want to modify it.
|
| Targeting a textbox in a subform that's in TAB Control | 17 Oct 2005 14:54 GMT | 3 |
I have a form with a TabControl that has 4 Tabs. On each tab is a different subform. The form 'fmStudentGrades'is opened automatically by another form if 3 specific fields have not been filled - lets call them txtbox1, txtbox2
|
| Setting cursor postion on a form and YesNo box | 17 Oct 2005 14:16 GMT | 1 |
Access 2000.mdb VBA questions: When I open a form (OnOpen event procedure), I'd like the cursor automatically placed over a combobox select button. Is there a vba command to place the cursor when the form opens? SetFocus only moves
|
| Can controls grow with form? | 17 Oct 2005 14:14 GMT | 3 |
Can controls be made to grow with a form as it is resized, like they can in Outlook forms? Sorry - can't find this in any FAQ but sure it's a simple one. TIA
|
| Autofill New Record | 17 Oct 2005 13:20 GMT | 5 |
Is there anyway to take information entered in a record, and if it meets certain criteria, have a new record automatically generated with different information? Example: Someone enters information for a inter-company cash deposit and I
|
| Subform | 17 Oct 2005 12:37 GMT | 2 |
I have sub form with several number of records (different numbers of records depending on different search). Now I 'd like to select the record (different backcolor or bold text) where the cursor is. How can this be done? (I'm using Access 2003) Thanks!
|