| Thread | Last Post | Replies |
|
| Default Value | 26 Oct 2006 14:42 GMT | 1 |
How to set default value in form like cell before (in same column)? Example: if cell before have value "FORD", I want copy this value lake default to next cell. Thanks!
|
| Bolding Certain Records based on Fields Value | 26 Oct 2006 14:19 GMT | 4 |
Using A2K. I have a form that has all records in the table. I'd like to bold the records in the form that have the value '21' in the Category Field and non-bold if it contains anything else.
|
| Scanner | 26 Oct 2006 13:38 GMT | 2 |
Good morning, everybody. I would create a button, in a form, that execute scanning of a document, but I don't tried anything by this argument: someone help me to suggest method (or code) to realize this?
|
| Accessing toolbars or menus from a Dialog form - not possible? | 26 Oct 2006 11:33 GMT | 2 |
I've done the obligatory searching on google for an answer to this question but without success. I have a form (say switchboard) which opens various other forms. I would like this switchboard to open another form, wait till that form
|
| Multiple Validation Rules | 26 Oct 2006 10:24 GMT | 1 |
I have a form with a number of fields that dump data into Table A. I need a number of validation rules within the form to ensure that dates cannot be entered incorrectly. I can get one of these rules to work in the validation section for the table itself, but not more than one. I ...
|
| Screen Res and DPI | 26 Oct 2006 08:08 GMT | 1 |
Anyone know how to find the current screen res and dpi in code? TIA!
|
| Run Update Query for current record | 26 Oct 2006 03:03 GMT | 1 |
I have button on my form that runs an Update Query. However I want to limit the query to only run based on the current record on the form. How would l best handle this issue?
|
| Matrix lookup | 26 Oct 2006 00:51 GMT | 7 |
I may have to pay someone to help me with this one. Here is the situation: Our customers have a customer Type (number). Each Item has an Item Type (number). Using a matrix to look up the customer type and the item type tells
|
| Populate with data from another table | 26 Oct 2006 00:10 GMT | 1 |
I have a dilema. . . I have a task tracking database that users enter data regarding a task they are beginning and dependent on the type of task they are entering, they will enter details of that task into separate tables. When they are done with
|
| eliminating undesired characters during input | 25 Oct 2006 23:38 GMT | 11 |
How do I delete undesired characters from a text box and then check the length of the resulting string when the user moves the focus to another control? For example, if only numbers are desired in the output, the user should be able to type
|
| Form Default Values | 25 Oct 2006 23:01 GMT | 4 |
I have 4 fields and a button to click in order to change the values of all four fields. The four fields are as follows. ser
|
| Want to create a reset password button on a form | 25 Oct 2006 22:58 GMT | 6 |
I've got a form that only my managers have access to (suposedly). The form displays a record for each of our guys in our department. Each of our guys can login and update their own record using another form with limited capabilities. I want my managers to click a button that ...
|
| Adding new records in Popup form | 25 Oct 2006 21:30 GMT | 6 |
I have an Access 2000 database. I have a Parent table and a Child table. The Parent table's key is LeadID - which is an autonumber field. The Child table has a foreign key of LeadID - long Integer - Indexed but
|
| subform does not trap errro | 25 Oct 2006 19:29 GMT | 2 |
I have a subform with this code: Private Sub Form_Error(DataErr As Integer, Response As Integer) Select Case DataErr Case 3022
|
| URGENT - adding a table to my query keeps the form from taking inp | 25 Oct 2006 18:48 GMT | 7 |
I hae an issue that's got me pulling my hair out. I have a form, based on a one-table query (it's being used to filter for specific projects in the table). I added a second table to that query (no join, as one is a lookup table of sorts, listing scores and text translations of ...
|