| Thread | Last Post | Replies |
|
| Default View: Single Form still showing multiple record | 12 Jan 2006 18:46 GMT | 2 |
I use form design with the property list below: Default view: Single form Record Selector: No Navigation No:
|
| Links on forms | 12 Jan 2006 18:09 GMT | 1 |
I am making a database that will have accident and Injuries for our employees. Right now I have one form with Employee Information that form has a link to a form for Injury Information and that form has a subform for Injury cost. I would like to put a link on the employee ...
|
| Making a subform visible after clicking on checkbox | 12 Jan 2006 18:02 GMT | 5 |
I have a subform that I want to become visble once a checkbox is clicked. First and foremost, where should the checkbox be placed? In the subform, or in the main form? I fogured the latter, but it is not recognizing the subform. But if I place it in the subform, it is not visible ...
|
| Transfter a field value to a field in a different form | 12 Jan 2006 17:46 GMT | 2 |
Need to know how to transfer a field value to another field in a different form. Here is want I have: I have two forms, one called Clients and one called Events. I have a subform under clients called Events Subform which continues
|
| Set color of text field on continuous form in Access 2003 | 12 Jan 2006 17:26 GMT | 5 |
I would like to have the following functionality in an application: Set the color of a field on a continuous form based on a field called 'aColor' that contains the color number to assign to that record in Access 2003.
|
| Tabular form | 12 Jan 2006 17:21 GMT | 1 |
I have a tabular form set up and I want the user to be taken straight to the add new record line right at the end when the form is opened. How do I do this? It must be simple! (Bit like me).
|
| change color when checked | 12 Jan 2006 17:10 GMT | 4 |
I have created a check box on my form and I want to know if there's a code that I can use to change the background color of the label once the box is checked. Thanks.
|
| Default value can be another fields data in same record. | 12 Jan 2006 17:09 GMT | 1 |
For some reasons I have to create 3 tables with one common field(contact_id) that would be unique and PrimaryKey in all 3 tables. The value of this field should be same in each table for each corresponding record. It can be auto number
|
| Displaying values & calculations using values from Combo boxes | 12 Jan 2006 17:01 GMT | 4 |
Was wondering if anyone could help me and clueless....!!! I have designed a database that deals with information that is given from Schools to the local authority. I would like for the user of the database to be able to select a school
|
| Subform Visual Basic Coding | 12 Jan 2006 17:00 GMT | 3 |
I'm trying to find a code to enter so that when I select or enter a Product Name into my subform, the UnitPrice will automatically appear making it user friendly. I actually have the products in a combo box. I have the code in the AfterUpdate Even Procedure: "Me.UnitPrice = Me ...
|
| Searching in combox using one field or another | 12 Jan 2006 16:30 GMT | 1 |
I'm using Access 2003. I'm looking for an advice. I have a table (tblTable1) with two fields : Name Phone Number
|
| Calander display in a form | 12 Jan 2006 15:51 GMT | 1 |
Hi.... I have a form where i require users to enter dates...!! I was wondering if anyone knew to get the form to display a calander so that the user could select the date from that and then it apears in the date field.
|
| Creating a record counter in a form | 12 Jan 2006 15:32 GMT | 3 |
Any thoughts on how to create a record counter in a form, so that it can be placed in a more specific location than the default (lower left potion of a form that Access provides)? I'm referring to the counter that is in between the record selector buttons.
|
| how to use tab control | 12 Jan 2006 14:24 GMT | 2 |
I have a simple client contact details form set up in access but want to have the personal details in a section that is only visable if you click on it - eg: a button that says Personal details, that when its opens contains all the personal information (from the table) and can ...
|
| remove pop up progress meter | 12 Jan 2006 13:17 GMT | 15 |
Access 2003. Have set up code as per MS Knowledge Base article 285820 to display an image from a file external to Access in a form where the image changes as you scroll through database records. Path names to the images are stored in a text field on the table and VBA code is ...
|