| Thread | Last Post | Replies |
|
| Creating a "global" notinlist function | 14 Aug 2008 12:03 GMT | 3 |
This has been puzzling me. I frequently use the same code over and over again on various combo boxes stored within my database on their notinlist event. Heres what I use Private Sub cmbType_NotInList(NewData As String, Response As Integer)
|
| Checking multiple fields for Duplicate | 14 Aug 2008 11:16 GMT | 19 |
I have been struggling with this code and trying to learn from other threads. I am trying to check three fields on a form for duplicates...specifically LastName, FirstName and DOB (date of birth) and if there are any records already in the table that match ALL three, then a ...
|
| filtering main form via selecting record in subform | 14 Aug 2008 10:38 GMT | 7 |
I have a main form that displays detail on a client. I have a subform (unlinked) that displays the entire client list. Using Access 2000 I want to set the main form to display the client detail filtered based upon selecting a record in the subform. I am trying to filter based ...
|
| ac2003 SP3 bug - Populate Combo Box | 14 Aug 2008 03:34 GMT | 1 |
Hello, I posted a question on 7/30. Several of my combo boxes that were populated suddenly were not showing the data. The answer I got was that it was a "ac2003 SP3 bug" and that if I would remove any entry in the format property of the table for that field, it would start ...
|
| Data access page only opens on 1 shared drive? | 14 Aug 2008 03:26 GMT | 5 |
Really perplexing problem at the moment. A colleage interstate has developed a database and corresponding data access page which works fine for them. We've been sent it locally and I've been asked to set it up here. The problem is, it only works if I open the HTA file from a ...
|
| Set ControlSource | 14 Aug 2008 03:23 GMT | 2 |
I need to set a control source of an unbound textbox on an unbound form. I'm first setting the recordsource and then i want to set the unbound textbox from that recorsource. I tried this but it neither one works.
|
| Launch Data Entry Form and Carry Data | 14 Aug 2008 00:16 GMT | 1 |
I have 2 forms: Frm_FireytechCustomers and DataEntry_Fireytech The Fireytech Customers form holds all the customer data (phone, address, name, etc.) There is an auto generate unique customer ID number for each customer as the primary ID.
|
| Help with Filter Form | 13 Aug 2008 23:00 GMT | 1 |
I have this code for one of my text boxes: If Not IsNull(Me.txtfirstname) Then strWhere = strWhere & "([First Name] Like ""*" & Me.txtfirstname & "*"") AND "
|
| me.dirty with a bound form | 13 Aug 2008 22:04 GMT | 4 |
Hello Experts, I am having an issue with a form that is bound to a table. There is a list box at the bottom of the form that users can select a record they would like to work with, and the bound text boxes automatically show the values for that
|
| Telephone Format | 13 Aug 2008 21:53 GMT | 4 |
I'm storing telephone numbers as text. I want to display that telephone number on an unbound form in an unbound textbox. So in the format of the textbox I put (000) 000-0000
|
| Peculiar Combo Box Appearance (not empty) | 13 Aug 2008 21:04 GMT | 2 |
I know I am going to be asked why this is happening, but I have not been able to find an answer on the discussion board. I have a data entry form with several drop down combo boxes. The combo box has a list of towns and their associated town/county codes from a lookup
|
| Print pdf file from a form | 13 Aug 2008 19:15 GMT | 8 |
I've been dealing with this problem for over a month and still have not resolved. I thought my database was corrupted and went thru Allen Browne's sequence of steps to repair. But I created a new database with the same situation and it also crashes. The goal is to print a pdf ...
|
| Listbox Row Selection - Problems Passing Values | 13 Aug 2008 19:09 GMT | 4 |
I have an Access2000 form with a listbox and use the AfterUpdate event to pass values to a TextBox using the .column property. Me.txtIDInvoicing = Me.MyListBox.Column(20) In Access2000 it works great, in Access2007 (compatibilty mode) the listbox
|
| control tool tip | 13 Aug 2008 18:43 GMT | 2 |
I would like to use the control tool tip for providing definitions to the users. I type in the information and it stays as a 1 liner. My main question is can the tool tip be more then 1 line? If so what sets its that way?
|
| Query Description in Forms? | 13 Aug 2008 18:35 GMT | 3 |
Hi, I have all of my queries listed in a drop down box. Is it possible that when I select a query from the list to have the description (in the Properties menu) show up automatically on the form? Example- when I select Houses from the drop down menu, a designated
|