| Thread | Last Post | Replies |
|
| Getting Rid of Duplicates | 07 Mar 2005 02:51 GMT | 1 |
I have a combo box that's filled with values from a table. The field in question is named "Producer" and that field has loads of duplicate names in it. Is there a way to limit the combo box list to show just unique names?
|
| Slow opening | 07 Mar 2005 02:12 GMT | 2 |
I have a form of Patients, based on a query. Within that form, there are 2 subforms, based on different queries (Transactions and Visit Balances). It takes about 7-10 seconds for the form to load and populate the data, which seems much too slow, as there are only 900
|
| Trigger Page 0 (Tab Control) display when combo in header dirty-ed | 07 Mar 2005 01:45 GMT | 2 |
Access 2003. Using basic M/S tabCtrl. There are 11 tabs for the 11 pages of the form (0 thru 10). Page 0 is personal information and pages 1 thru 10 are used for data entry. The form header contains a combo box which is Visible when any one of the 10 pages is displayed. Want to ...
|
| Coding Question | 07 Mar 2005 01:33 GMT | 2 |
I have text box named "UserInput" that needs to lookup whatever name the user types in then display all records related to the name they type. The names are based on a field called "Producer" that's in my table called "Application".
|
| MsgBox problem | 07 Mar 2005 00:33 GMT | 22 |
I have the following code in a TruckID control to validate the trip date for each truck. If I enter a date previous to the last date, the MsgBox appears with "The last trip entered for this truck was on " and the OK
|
| select item on cboBox containing a namelist | 06 Mar 2005 22:01 GMT | 8 |
my combobox cboSearch contains a list of surnames and forenames (as well as the customer id - invisible) according to a certain selection, the form displays the corresponding data. fine
|
| requery | 06 Mar 2005 21:35 GMT | 7 |
Using the code below to requery after a tbx is updated But the form moves to the first record after update the tbx - how can i keep the form on the current record? Private Sub txtAuthCeil_AfterUpdate()
|
| update table - If not in list | 06 Mar 2005 20:08 GMT | 1 |
I have a combobox containing all the material available. the user could choose from a list rather than having to type all the stuff. the combo box's data source is coming from a query based on a tblMaterial just containing one field which is the pk as well
|
| ensure fields are filled | 06 Mar 2005 18:30 GMT | 1 |
Hi I would like to ensure all fields on the form are filled before a user exits the db? I have a quit button on my form and it is there for people to exit entirely from access. I need to validate
|
| String Syntax | 06 Mar 2005 18:22 GMT | 2 |
I have form that we I click a button it goes off to SQL Server and creates a recordset. The records that are in the recordset I want to input into a local table to run reports against I use the following string and then loop through the records (see below)
|
| Ensure that the entire procedure is carries out. | 06 Mar 2005 17:17 GMT | 2 |
I am running into a problem. Sometimes the following procedure will run and stop half way through (MS Access 2002 w/ the latest SP's just locks up and stops responding). When it does that it leaves the strSlipPrinter as the deafault printer and does not change back to the ...
|
| Dynamic Select box, using Radio Buttons | 06 Mar 2005 16:51 GMT | 1 |
Does anyone have the code to change items in a select box, depending on which radio button has been selected by the user? Thank you
|
| delay in closing a form | 06 Mar 2005 16:16 GMT | 7 |
Access XP on Windows XP. After using a form, I'm closing and then deleting it, all in VBA. I get the error message saying that I cannot delete an open form. My deduction is that, the closing of the form is still in progress when the
|
| select case problems | 06 Mar 2005 15:01 GMT | 2 |
I wan't to do evaluate a number with < and > - is this possible? Or do I have to nest a If-then in there somewhere? Select Case AgeGroup Case Is < 39
|
| coding to run search for info from table using textbox in form | 06 Mar 2005 10:32 GMT | 1 |
I would like some help in writing a code for a button on a form that when clicked a search is run to find the records with the criteria nominated in the text boxes. I am new at this and am not sure how to begin as I have never done codes in
|