| Thread | Last Post | Replies |
|
| Persistent data in Access 2003 forms | 08 Aug 2007 04:31 GMT | 1 |
Everyone, I have a form which is bound to a table. There are about 10 fields on the form, and my users would like for all but 2 of the fields they enter on this form as part of a new record to persist on the form
|
| How to stay in an add form for Save and New | 08 Aug 2007 01:59 GMT | 5 |
I have a bound Add form for a table in my app, and currently have just a Save and Close button which saves the new record and returns to the calling form (called from a command button on another form in the app). I would like to add another command button on the calling form ...
|
| Drop Down List | 07 Aug 2007 21:35 GMT | 1 |
I have a form with a drop down list that shows employees by First and Last Name. As of now when I choose an employee, I get only the First name. I would like the form to show First and Last. Thanks again!!!
|
| Set Date Value to previous day of current day | 07 Aug 2007 20:30 GMT | 2 |
In my attendance register I have my date field set to Now() But since the attendance is not completed until the following day, I would like this field to show the previous day from when an entry is being made. Ex. Attendance entry being made 07-Aug-07, would like the default value ...
|
| Sum row value across multiple columns | 07 Aug 2007 20:25 GMT | 2 |
I have a table that has, in part, a Team ID, a pass/fail quantity for each team, and date. The “Team” table consists of the Team ID and 10 employees, ie Team ID, EMP1, EMP2, EMP3 etc. The team data with unique EMP ID numbers can be entered in any order from 1 to 10.
|
| Open Record using Sub Form | 07 Aug 2007 19:16 GMT | 1 |
I've seen this done... where one can double click a subform and open an edit form with the record double clicked in the previous subform. Can I get a link to a tutorial or sample of this?
|
| Calculate and Display an Average in a textbox | 07 Aug 2007 18:56 GMT | 2 |
I'm trying to create a form with 5 rows of check box's and then pass the assigned value ( based on users input choice) to a text box. Looks sort of like this with numbered rows. #1 #2 #3 #4 #5
|
| Repeat FORM values from 1 record to next | 07 Aug 2007 18:54 GMT | 2 |
I would like to design a FORM where the previous record's values show up automatically. I know about CNTL '. But I want to do something in the design mode where 4 of 5 fields just pick up the last record's values. Thanks for the help.
|
| New Form, close find box? | 07 Aug 2007 18:48 GMT | 2 |
I am working on a new form in which I have placed command buttons for Find and Duplicate record. After I have located the desired record I will use the Duplicate command button. But somewhere in there I want access to close the find information box. Help!
|
| switch function | 07 Aug 2007 17:46 GMT | 9 |
I have a form retrieving data from db2, and I want to convert code values to description. I tried to use Control Source and switch([CHN_CD]="01", "FLS", [CHN_CD]="02", "ONL") [CHN_CD] is from data field... I tried different combinations of this
|
| Label on form question | 07 Aug 2007 17:18 GMT | 2 |
I have a label on one particular form that displays differently depending on the user. The form is a "home screen" of a Front End MDE that has been distributed. The label in question, on 2 particular users, seems to stretch the font, which results in a portion of the left and ...
|
| Tabbed Windows... | 07 Aug 2007 17:12 GMT | 1 |
I have a form with 4 tabbed windows, is there a code I could type in the last textbox in a window so when I press the tab key it will automatically go to the next textbox in the next window? Thanx in advance.
|
| how to make pivotchart based on 2 queries | 07 Aug 2007 17:04 GMT | 4 |
I need to create a pivotchart based on 2 queries. The first query is for inquiry about employee performance and the performance is 9 fields. And the other one is for employee courses. This query look for employee course and each employee has two courses
|
| VB error message.... | 07 Aug 2007 16:42 GMT | 5 |
I'm getting a runtime error message everytime I try to enter data in my form. I have a combo box in my form and right beside it I have a text box, and in that textbox I want a value from the combobox to appear when I select a value from the combo box. ex. the combobox has the ...
|
| Formula formatting | 07 Aug 2007 16:06 GMT | 2 |
I have a form that I use as a worksheet. I have a currency value (v1) that I multiply (m1). I then take that unbound number (formatted as currency and 2 decimal places) and multiply by a quantity (q1) for a total dollar value (unbound2).
|