| Thread | Last Post | Replies |
|
| Conditional Formatting a Combo Box based on Contents | 29 Apr 2006 19:10 GMT | 1 |
I am trying to set up conditional formatting on a combo box to where if the combo box has more than 1 item in it, it will change its color. I can't quite figure out how to write an expression for this though. I've tried several methods, but it doesn't seem to like my VB. Any ...
|
| Selecting Multiple items from a drop down list | 29 Apr 2006 18:54 GMT | 4 |
I am sending out trucks for orders. Sometime the order calls for 8 trucks sometimes just 1. I'm not sure how to set up the form. I have a drop down for truck#'s. I would like to select for example 8 different trucks from the ONE drop down - or if 8 trucks are typed in could ...
|
| Drop Down Combo Box | 29 Apr 2006 17:47 GMT | 2 |
Ok, here is what I want to do. I have about 15 different models of computers where I work. I made a query for each model to grab all the records that have that model of computer in them and put it into a report. Contained in my form are 15 buttons that when clicked will launch ...
|
| How can I Disable Mouse Wheel in a form | 29 Apr 2006 11:59 GMT | 2 |
When I fill out a form, I sometimes hit the mouse scroll wheel, this accidentally brings me to the wrong record, then wrong data is entered. How can I disable the scroll wheel?
|
| ComboBox scroll | 29 Apr 2006 06:01 GMT | 2 |
I have a form with a combo box on it which when clicked on displays about 100 records. When I click on the box in the scroll bar and pull it down the list dose not scroll. When I unclick the list then changes. Once I have done that the list scrolls with the scroll bar box. If ...
|
| How do I create a data entry form that imports into a read only table | 29 Apr 2006 02:04 GMT | 1 |
I have the OWC dll file, however I cannot find anything on joining a pivot table to a data entry form. I would like to create a form that would allow users to edit the results in the pivot table, without having to edit the Pivot Table
|
| Subforms not working properly | 29 Apr 2006 01:14 GMT | 2 |
I have a small database that is well normalized; it has six tables, three of which are "link" tables to link to the ID's for types, technician names and county names. The other three contain the main data and are linked related properly and the form and subform for them is working ...
|
| Values in Combo boxes not selectable. | 28 Apr 2006 22:55 GMT | 5 |
I'm working on form to allow the user to select a value from a combo box and have the rest of the data fill in automatically. The DB I have has 6 tables that link to each other through established relationships. I want the user to be able to select a value from any of the different
|
| unbound text box running command | 28 Apr 2006 21:20 GMT | 4 |
Ok, I have a text box that is populated by the total on a sub form, then I have another text box that is populated by the difference of the total amount less the amount from another text box. that all works perfectly. what isn't working is I have a label that is suppose to set to ...
|
| Repress Showing New Row in Forms | 28 Apr 2006 20:45 GMT | 1 |
Is there a way to repress Access' default behavior of always showing existing rows + one additional row of the table in a form? I want the users to see just the existing row, however, Access' default behavior always displays a new row in which the users can enter data.
|
| not sure how to layout- tables/Forms | 28 Apr 2006 20:29 GMT | 1 |
Sure there is a lot more for the business - just need this computerized for now. Currently doing this all on paper. Here goes. Presently the top part of the DAILY Sheet lists all available trucks to use
|
| Adding fields into a form | 28 Apr 2006 20:20 GMT | 2 |
I have a form made already and I've realized I've forgotten a few fields. I've gone to the table and added the field, but when in the design mode, the new fields are not there to add into the form.
|
| "invisible cursor" in form | 28 Apr 2006 19:51 GMT | 2 |
I have a popup form with a text box that I'm trying to "masquerade" as a line of text, as in a label. The text box contains an email address. I am trying to mimic the behavior of the familiar "hyperlink" style of email address that opens the default mail handler upon single click.
|
| name in grey bar across top of form | 28 Apr 2006 18:36 GMT | 2 |
cWhen I open a database to which I imported data, in the grey bar across the top of the form view (or at the top of the screen next to 'Microsoft Access' if I have expanded the screen) shows the name of the file I imported rather than the current name of the form. Is there a way ...
|
| Print button problem | 28 Apr 2006 18:23 GMT | 4 |
I have print buttons on all my forms, for easy printing for users. They all work fine except on one form. I use the same code for all of them: On Error GoTo Err_Command5_Click Dim stDocName As String
|