| Thread | Last Post | Replies |
|
| Unselecting Row in ListBox | 05 Nov 2005 14:46 GMT | 2 |
I have 3 ListBoxes on a form. When I click on a row in one ListBox I want to unselect any row that might be selected in the other ListBoxes. Thanks,
|
| How to select subform records? | 05 Nov 2005 09:15 GMT | 2 |
MS Access 2K, Windows XP ==================== Hi, I have a main form with a subform on it. This subform is bound and is in
|
| More on Access 2000 - Changing key fields in Master / detail forms | 05 Nov 2005 07:17 GMT | 2 |
I have successfully change both master and relevant detail transactions to new primary key fields. Now I have the problem of changing existing detail transactions from an incorrect key to a primary key which already exists on the master .. eg
|
| Refresh a subform | 05 Nov 2005 05:55 GMT | 2 |
I'm having problems getting a subform to refresh. The main form's text boxes are filled based on a selection made from a combo box. I then have and append query in the After Update for the combo box that should fill the subform underlying table. The table for the subfrom is an ...
|
| Disabling/enabling option buttons | 05 Nov 2005 00:32 GMT | 1 |
==You all helped me tremendously last week... please do it again!=== I have as many as nine groups of items from which to select one of up to nine items. The groups are coded by tens (e.g., 10, 20, 30, etc.) and the items are in the decade of their group (e.g., Item 11 belongs ...
|
| Make Textbox entry "Add Only" ? | 05 Nov 2005 00:27 GMT | 6 |
I have a textbox on a form that I want to allow users to append to but not replace. The textbox is loaded with a text string - say "My favorite Fruit is" I want the user to be able to complete the sentence.
|
| Inserting predefined text strings in a text box | 05 Nov 2005 00:26 GMT | 2 |
I want to append text to a "Comments" memo field. The table only has two fields: Order# and Comments (this table will be related to a linked table from another database because I don't have authority to modify the other table).
|
| ComboBox problem in bound form using parameter | 04 Nov 2005 23:54 GMT | 2 |
I recently converted a form which was bound to a table to being bound to a parameter query. So far everything is working fine except the following: When I move to a 'new' record the first field for data entry is a bound ComboBox which doesn't retain the value AfterUpdate. In fact ...
|
| Shell Wait & SQL Update | 04 Nov 2005 23:54 GMT | 3 |
I am very new to VBA for Access, so I will need to be hand fed on th answers to 2 questions. They are as follows: 1. I need to run an external application (VBScript) from my For macro
|
| Getting stuck on text box with control source | 04 Nov 2005 23:13 GMT | 3 |
Hello there, I'm working on the finishing touches on a productivity database!!! The one "bug" I don't like is users getting stuck when they input an invalid employee id # on the main form. I want the text box to only allow valid values found
|
| User To Edit Table/Forms | 04 Nov 2005 22:15 GMT | 1 |
I need to develop a form that will allow the User to edit table records. It would be ideal if they could browse/edit the data in the tables, and be able to design the forms. The basis of this is that they want a working "rough draft" and later be able
|
| keep data for next record | 04 Nov 2005 21:53 GMT | 3 |
I use a form to update invoice information in a database. The invoices consist of multiple lines -- each time through the form adds one line in the database. The invoice number and date are the same for each line, and I'd like to save users from having to enter this information ...
|
| Adding a new Record | 04 Nov 2005 20:53 GMT | 1 |
I have data entry form developed in Access. This data entry form is bound to a database table. This data entry form has some textfields and a submit button. What I want to do is that when I press submit button. The record from the
|
| Really need help with this | 04 Nov 2005 20:12 GMT | 1 |
I have a Payments Form that has a subform for entering charges. This subform uses a temp table to store what is entered in it. I select a charge from a combo box on the subform and enter an amount. Now nothing is saved until I hit a button to post the payment and at that time my DB ...
|
| Record Number | 04 Nov 2005 20:06 GMT | 6 |
In Access 2000, I have a form whose data I use to create an ADO recordset. When the cursor's on a record in the form, I'd like to capture the record number. Is there a property of the form or the recordset that I can use to do that? Thanks!
|