| Thread | Last Post | Replies |
|
| sizing forms; STAY ! | 27 Sep 2007 16:34 GMT | 4 |
I have ,sadly, a customer who really cares about the size of the forms - and worse , cares about extra "gray area" after the last fields are shown I've tried me.width = ####
|
| How do you update a checkbox? | 27 Sep 2007 15:47 GMT | 8 |
How can a after update be completed on a check box. The reason I need this is I run a query report that draws from checked boxes. So I have a form "DualEmpl" with a check box [REX]. Also on the "DualEmpl" form there is a button that runs a query " bases on "yes" or checked boxes ...
|
| Checking value of a Null field | 27 Sep 2007 14:52 GMT | 3 |
Hello Group I have a form with a field that is used to add records to a table. The first field on the form is the Primary key. I wrote a snippet of code on the lost focus event that checks the value of the PK field to
|
| Form doesn't display source records | 27 Sep 2007 14:39 GMT | 2 |
What's happing here? I have a form that is sourced from a table. When it is opened, it does not display the records in form or datasheet view. When I look at the property sheet in design view, the source table is highlighted, as though it were
|
| Summing fields for a total | 27 Sep 2007 13:23 GMT | 7 |
I am a novice struggling to develop an input form for a non-profit. One of the subforms contains a number of fields related to a client's expenses. I would like to add them and have the total appear in a text box in that subform. I have created the text box and entered an ...
|
| Copied (sub)Form will not display | 27 Sep 2007 13:04 GMT | 2 |
I have a database which has a set of tables that hold deleted information. The forms used to display thiese tables are identical to the active forms, except the names are preceded by "arch_". I modified an active form, which serves as a subform in another form, to include some ...
|
| sanity check pleeeease! | 27 Sep 2007 11:05 GMT | 3 |
I have a training database. To keep things simple, I have three tables as thus: tble_supervisor SupervisorID (PK)
|
| Update records by command button only | 27 Sep 2007 09:12 GMT | 4 |
I have taken the navigation buttons from the form and would like to move all the submit\update\add new record to a command button. The command button is fine, it works, but the form still moves onto a new record using the enter key. I would rather the records stay put until it is
|
| Error opening form | 27 Sep 2007 04:59 GMT | 1 |
I am trying to open a form from a switchboard and I get this error message: "MSACCESS exe has generated errors and will be closed by windows. You will need to restart the program. An error log is being created." I restart the computer and it's fixed. but it keeps happening. Does ...
|
| Calculate Equation | 27 Sep 2007 04:33 GMT | 2 |
I am using the expression =[BodyMassIndex1]=[Weight1]/[Height1]/[Height1]*703 to calculate students' Body Mass Index in a form. I'm obviously typing it in wrong. I want the field called BodyMassIndex1 to automatically compute when the height is entered into the field called ...
|
| data entry form for several tables | 27 Sep 2007 04:21 GMT | 2 |
I have a relational database with the following tables and keys: Birds(BirdID) Events(EventID, based on Date/Time and Site) BirdEvent(BirdID,EventID as foreign keys)
|
| How to prepare letter of intent to a company | 27 Sep 2007 02:11 GMT | 1 |
A letter to a Company expressing desire to operate thier product
|
| Making multiple selections in a drop-down list/menu | 26 Sep 2007 22:21 GMT | 2 |
Help! I am trying to create a drop-down list from which a user can make more two or more selections, both which will appear in the "response box." For example, I want to create a box that askes the user to "Choose ALL that apply." The user then has the option of highlighting two ...
|
| How to Select the entire field on click? | 26 Sep 2007 22:15 GMT | 6 |
Dear friends, I created a form in Microsoft Access 2002 and there is a specific field in a record which contains a java script,now I need to copy all the text in this specific field to clipboard for pasting somewhere else,but to do so I am
|
| hiding button | 26 Sep 2007 21:01 GMT | 2 |
I thought what I was trying to do was simple but it doesn't seem to be working. I have a form where there's a date field (saveDate) of when the data was saved which is filled in when the save button is clicked (btnSavePkg). I only want this button used once when the data is first ...
|