| Thread | Last Post | Replies |
|
| How can I manually edit a field tied to a control source? | 03 Apr 2007 15:32 GMT | 2 |
I have a field on a form that I am automatically picking off 2 numbers from a previously entered field using control source and the left commands. However, every once in a while this field will need to be overwritten with the correct information, but I don't know the exact ...
|
| How to create a form with a fixed left frame | 03 Apr 2007 13:02 GMT | 2 |
is there a way to create a form that has a left frame containing the options and another fram that changes with the option set? (something like Microsoft Outlook). I am using Access 2003. Thanks in advance
|
| How to set up a Multi-lingual app. | 03 Apr 2007 12:58 GMT | 3 |
Is anyone familiar with multilingaul application in Ms Access. I'd like to change the captions on buttons, labels , etc , to the required language when chosen. for instance :
|
| how to display total price when button is clicked? | 03 Apr 2007 04:52 GMT | 2 |
i have a problem here. I have a form called [addOrder], there is a field called [Total_Ex_TAX] in that form. i also have an order_line subform that has the [total_line] filed. I
|
| show only most recent comment record | 03 Apr 2007 03:50 GMT | 2 |
I have developed a filtering read-only continuous search form that allows me to see only the criteria I select from criteria fields. Each Study has comments, which are stored as individual records. Presently, each Study is revealed as many times as there are comments. I have ...
|
| Keeping currentQuantity up to date | 03 Apr 2007 02:34 GMT | 1 |
I have two fields currentQuantity and orderQuantity. currentQuantity holds the current quantity for a particular item orderQuantity holds the quantity for an order about to be taken What I'm having trouble with is decrementing the current quantity
|
| Need help with duplicates in form text boxes | 03 Apr 2007 02:13 GMT | 5 |
I have created a form to document how much time a TECHNICIAN spent on a particular task. The form layout is as follows: TECHNICIAN---START DATE---START TIME---FINISH TIME---DURATION _____________________________________________________________
|
| Conditional autonumber | 03 Apr 2007 00:52 GMT | 1 |
Hello. Can everyone help me with is? I have one table called [tbl_Auctions], with two fields: . auctionID (autonumber) . auctionDate (date)
|
| Get higest value from a group of fields. | 02 Apr 2007 22:20 GMT | 1 |
Is it possible to pull the highest value from a group of 4 fields in a form? Example: Field1 Field2 Field3 Field4 Returned Value 1 4 4 6 6
|
| Check if Shift Key Pressed On Start Up | 02 Apr 2007 22:11 GMT | 3 |
How can I check if the shift press was pressed at startup? In my form, I want to check if the shift key was pressed when the MDB was started--because that would it is being ran in development mode. In this case, certain code within the form should not run.
|
| Order by with sub forms | 02 Apr 2007 21:12 GMT | 1 |
I've got nested subforms; a Main form with a subform that contains a subform. The main form has Employee data, the first subform contains project(s) information and each project has comment(s) in a subform. I'm trying to figure out how I get the Projects to show the most recent ...
|
| need help in creating form | 02 Apr 2007 21:06 GMT | 4 |
I am new to Access and is asked to creat form to be used to measure all of our work processes. I was wondering to make one Form or different Forms for different work. 1. Volume of work in to process ( Orders Recived, Project Created, Tickets
|
| open form bases on parameter query and goto last record | 02 Apr 2007 21:04 GMT | 1 |
I have a form "frDailyWorkload" that is based on a parameter query "qryDailyWorkload". There is only one parameter "TechID." I would like the form to open up on the last record in the query. I'm learning as I go, so first I tried to use a couple different DoCmd.GotoRecord's in ...
|
| Command buttom | 02 Apr 2007 20:47 GMT | 2 |
i created a command buttom "cmdCustomers" in the main form "frmInventory", I like to write a code "on click event" to help me go to another forms name "frmcustomer", not sure how to write the code, please help, many thanks.
|
| Sub-Form Datasheet Error | 02 Apr 2007 20:44 GMT | 2 |
In a subform-Datasheet view, When i try to type data, it showing the following error. ----- "You can't assign a value to this object.
|