| Thread | Last Post | Replies |
|
| text area pre filled if check box is on | 06 Apr 2007 20:51 GMT | 3 |
I have a form with a text area where users can submit there comment. In the form I also have a check box, and when tis is on the text area should be pre filled with a text. The text area should till be able to edit before submit.
|
| change background color on datasheet | 06 Apr 2007 20:22 GMT | 1 |
I have a datasheet where some of the fields are locked from the user so they cannot change them. Is there a way to shade these fields to make is obvious to the user that they do not need to click in them ? Thanks
|
| Hiding text box until item checked | 06 Apr 2007 19:12 GMT | 2 |
I am developing a form where there are 6 different items that on review will pass or fail, if the area fails I would like a memo box to appear so they can input a description on why it failed. I was using checkboxes, but it allows the person to choose both pass and fail. I ...
|
| Sum Controls, then subtract | 06 Apr 2007 17:58 GMT | 1 |
I have two controls that I would like to sum then subract. I am doing this within a form detail (Textbox) because I use this form as a subform on another. Here is what I have to sum the two controls and subract them;
|
| Subform - add records v2003 | 06 Apr 2007 16:55 GMT | 2 |
I have a form whose source is a table containing projects (tblProjects), and several vendors do work on each project - I have a subform that lists the vendors, which I want to be able to input information for, "on the fly," while the form is running. One key field to be input is ...
|
| Search a form and use a button to add a new record from that searc | 06 Apr 2007 16:32 GMT | 6 |
I have a database that is used to create quotes for equipment. In order to keep track of each quote I have created a table called "T_Quotes" which has "Quote_No" as the Primary Key. Each quote can have many parts that make it up. Parts are under four different categories, ...
|
| list boxes in multi-user environment? | 06 Apr 2007 16:30 GMT | 3 |
I need to understand how Access functions in a multi-user environment. My ultimate goal is to reduce the size and improve the performance of my db. I created a db that is stored on a network drive. Many users have the file open at the same time. There is one main form with a ...
|
| Help with forms | 06 Apr 2007 16:02 GMT | 1 |
I´ve been searching for a while and can´t find a topic related to my problem. Hi, hope that someone can help me with this! I have two forms CM-OR related to a table ORÇAMENTO and the form CM-EC related to the table ENCOMENDA.
|
| Embedded icon on command button | 06 Apr 2007 15:38 GMT | 1 |
I created my own icon using MS Paint to place on a command button. I added it via the picture builder - browse option. In the properties I now have the path to the icon in Picture and Picture Type = Embedded. Does this mean the picture is part of the MDB and other users don't ...
|
| Form showing detail section | 06 Apr 2007 09:40 GMT | 1 |
I have a search from that has code in the form,open event to hide the detail section Private Sub Form_Open(Cancel As Integer) Me.Detail.Visible = False
|
| Automatically create excell filename via form | 06 Apr 2007 02:40 GMT | 1 |
Access 2000. I would like to create a form that would: Enter an office number through a combobox, such as "764". Next enter a beginning date in a textbox, then enter an ending date in the next texbox. Click on a cmd button to run a macro that exports a query to an excel file. ...
|
| Record selection in datasheet view | 05 Apr 2007 23:20 GMT | 1 |
I have a table that is displays summary data in datasheet view on a form. How can I select a record from the datasheet and use it to open another form showing the detail for that record?
|
| Continuous form: recall position after requery - URGENT! | 05 Apr 2007 21:53 GMT | 2 |
I have a subform that is a continuous form which displays 100 records. I have insert and delete buttons on each line of the continuous form that execute a SQL stored procedure that updates the table that the data is being pulled from and THEN requeries the
|
| How to cater for multiple screen resolutions? | 05 Apr 2007 20:41 GMT | 7 |
I support an application that is used by many people who use monitors with different resolutions. I develop using 800x600 because I find that most comfortable but most users use 1024x768 or even higher. I just added some command buttons containing icons and the users complained ...
|
| Create form for searching | 05 Apr 2007 20:17 GMT | 1 |
I downloaded the recipes template database from Microsoft and I am wanting to add a form in that allows users to search the records for a particular ingredient and then display those recipes that contain that specific ingredient. I can do this using a query no problem, but I ...
|