| Thread | Last Post | Replies |
|
| Need Help with Code (included in message) | 12 Apr 2008 00:05 GMT | 1 |
My Unbound Combo Box is a dropdown list of Anthocyanins, Liver Lipids, Plasma, and ORAC. The code below always results in the first DoCmd statement being executed. In other words, if I update the Unbound box with any word from the above list, I get the same result. Could ...
|
| Filter Dropdown Combobox by Another Field | 11 Apr 2008 23:47 GMT | 6 |
I have a subform for tblFaculty in which the fields Title, FirstName, LastName, and Suffix are combo boxes based on those fields. i.e. Title looks up the values in Title from tblFaculty. Is there a way I can filter the dropdown menus based on which one has been
|
| Paint bucket colors | 11 Apr 2008 23:22 GMT | 1 |
I am not seeing anyplace where the fill/background color picker will allow you to select custom colors with some sore of pallet so I was just going to enter a number in the "back color" field of the properties but I can not seen to determine the format of the colors
|
| Form w/subform will not add new records? | 11 Apr 2008 22:41 GMT | 3 |
I have a form and a subform. The record source for both is a seperate table. When I add info to the form/subform the info is added to the table fine. The problem is that I only have the option of three forms/subforms. If I try to add more it defaults to the first form. I ...
|
| Stuck on filter, help Please | 11 Apr 2008 21:36 GMT | 3 |
I was struggling with form filters by selection and Klatuu (Dave) helped me with this one and it works great. me.filter = "[district_name_long] = """ & me.combo & """" me.filteron = true
|
| Form Transition | 11 Apr 2008 21:20 GMT | 1 |
i have 6 forms that collects different information about an employee what i need ot happen is when you save some basic info that is related to the previous form? how is this accomplished so that when you add a new employee to this database you can do it by filling out the ...
|
| Pkey Search not working | 11 Apr 2008 20:56 GMT | 4 |
I have a search text field in the header of my form that I've used in many other instances to search but for some reason my code wasn't working today. I've messed around with it a little this morning and seemed to have made it worse ... it must be one of those days ...
|
| Make values stay put in established record & reset in new record? | 11 Apr 2008 20:51 GMT | 5 |
I'm having a problem making the values on a form reset to $0.00 when I go to a new record.
|
| New Database Form Template | 11 Apr 2008 20:36 GMT | 1 |
Using Access 2007 with Vista Ultimate After creating a new database, when I attempt to create a new form an area opens up that is not a Form Template. It will allow me to add controls, fields & etc but it does not behave like a form.
|
| Linking listbox to text box | 11 Apr 2008 19:50 GMT | 1 |
My set-up is this: I have two tables, one with Employee Name, ID, Date of Hire, etc., and another table with Employee Logins and Employee IDs. These two tables are related through the Employee ID field and there are cases where an employee has multiple logins, so the ...
|
| change record source | 11 Apr 2008 19:48 GMT | 2 |
I have two forms ADD & VIEW. Each of them have button that will open another form SERVICE. How can I make to change record source of SERVICE depending on if it opens from ADD or VIEW?
|
| Data Corruption Issue | 11 Apr 2008 16:47 GMT | 5 |
I'm maintaining a database that was created by someone else. Ever since it was created it has had an issue with occasional record corruption. The data is being added to header and detail type tables via a form and subform. The header table is the table that gets the corrupted ...
|
| Stop a carriage return to cause Command Button to be activated | 11 Apr 2008 15:09 GMT | 9 |
I have a form with list boxes. Upon clicking choices on the list boxes, new records are added in the subform. Each line on the subform (continuous display) has a button (called DELETE). If the user clicks on this button, the record on which the button resides is deleted. The ...
|
| combo box query | 11 Apr 2008 15:08 GMT | 2 |
I'm trying to build a cbo's Row Source. When in the query builder I create my SQL statement SELECT destinataire FROM (SELECT destinataire,montant_avec_taxes, CCur(Nz([montant_paye],0)) AS Paye FROM Factures WHERE
|
| Content of subform to display according to main form | 11 Apr 2008 14:56 GMT | 3 |
I have a basic question about forms (I hope). I have companies, each providing several different services. I need a form where data entry clerk can first choose the company from a drop down list and then all the services that they provide are displayed below (I think I need
|