| Thread | Last Post | Replies |
|
| Weird Status Bar Text Problem | 06 Sep 2005 21:23 GMT | 1 |
First off, I hope this is the right NG to be asking about this problem. I have a number of forms which have status bar text assigned to the controls. Everything seemed to be working fine but now I'm noticing a very strange problem. I have created a switchboard type form that has ...
|
| Does Unbound Form's Dirty Property Property Work? | 06 Sep 2005 17:41 GMT | 3 |
In Access 2000 I have an unbound form. If all of the data validation checks are OK, I'll update the underlying table. Problem is that the form's dirty property does not seem to get updated when the text boxes are unbound. Apparently, the property is bound to the form's ...
|
| Subform not being refreshed -- why? | 06 Sep 2005 17:29 GMT | 4 |
Access 2000: I have a database containing a parent form with a sub form. There are combo boxes on the sub form that have double click events which retrieve values form other forms and plug them in to the combo box. After having done this, the new
|
| Probably an Easy One!!! Please Help. | 06 Sep 2005 15:37 GMT | 2 |
I have a list of fields with simple yes/no functions. I would like one more yes/no field that would select all the other functions (i.e. ALL). Any help would be very welcome. Cheers
|
| Form code auto update fields | 06 Sep 2005 14:00 GMT | 2 |
i have a form that i use to send out welcome letters and letters for unconfirmed responses. What VBA do i need to use to ensure that when i press a button, it automatically ticks a tick box and adds a date to a date field on the form.
|
| comboBox with different colors | 06 Sep 2005 09:16 GMT | 8 |
I have a report in which I have a comboBox with query based values. The values can generally be clasified into 3 different categories. I want to somehow make this difference appear on the screen. For example, if the values of the first category would be colored black, then the ...
|
| Using Year Value from date() | 06 Sep 2005 07:57 GMT | 5 |
I currently have a combo box (cboPeriodYears) that has a list of values For example 2002-2003 2003-2004
|
| Recursion calls? | 06 Sep 2005 06:58 GMT | 1 |
OK, I cut the details off. I have an array M x N (eg 4 x 2) with the following data: 1 X X 2
|
| Auto varying textboxs based on screen/window size | 06 Sep 2005 06:15 GMT | 2 |
Not sure if it can be done, I am using Access 2003 and would like to automatically change the widths of objects on my form based on the screen/window size
|
| Adding month end date | 06 Sep 2005 05:50 GMT | 5 |
I am using Access 2002 and I have two text boxes in my form that the user populates. The first text box called assigned date the user will put a date for example September 5th 2005 and the second text box call month end. What I want is when the user put a date in the assigned ...
|
| Faster way to hide/unhide | 06 Sep 2005 05:10 GMT | 2 |
I have 30 labels (Called lblField..) & associated fields (Called txtField..), is it possible to make bulk changes with setting each item. labels & Fields 1-8 are visible & the rest are not, 9-18 are visible & the rest are not & 19-30 are visible & the rest are not, currently I ...
|
| Change Back End Location | 06 Sep 2005 03:34 GMT | 3 |
I am looking for a way to update the location of a linked back end. I want to my front end to go through a list of possible back end db names and check if any exist. When one does, connect to it. Is there a connect method I can use?
|
| Cycle of records | 06 Sep 2005 03:33 GMT | 6 |
i have a form that should add a note to a table for each Employee that was marked. The code look like this: Dim I As Variant
|
| Auto filling a textbox from a combo box | 06 Sep 2005 02:58 GMT | 3 |
i am trying to setup a cash register type database. When i select an item to be sold (item) i want the corresponding Price from (table products) to go into a text box, Price on the form. I then want to be able to store this price in the table Purchases.
|
| ComboBox calculatio | 06 Sep 2005 01:09 GMT | 4 |
i've got a problem, i just create a combobox which has option for percentages from 2% till 30% if i click on 2%, i want to see it like the calculation from textfield which is 1000 and from combobox 2% (0.02) and the total = 1000 * 0.02 = 20
|