| Thread | Last Post | Replies |
|
| How can I populate table from listbox | 06 Aug 2006 19:16 GMT | 3 |
This is my first post and I hope it'll be the lucky one since I've been hurting my head with the following situation for a while now. I need to be able to populate a table from all of the items located in the listbox.
|
| Reference a field on subform from main form | 06 Aug 2006 18:47 GMT | 4 |
I would like to get support on how to get the sum of a field from a sub form to be displayed on the main form. I have tried this syntax =sum([Expenditure]) but I am getting an error. Please help.
|
| Undo Button Issue | 06 Aug 2006 17:24 GMT | 2 |
We have an Undo Button on a data entry form for deleting a the entry if a mistake is made so they can start over. After the data is entered we have a Next Record Button programmed to allow them to enter the next record. If the Undo button is clicked after the Next Record Button ...
|
| Check for duplicate upon lost focus | 06 Aug 2006 16:46 GMT | 5 |
I have an input for named "Inputting". It checks to make sure the number entered is not in the tblDNUMBER when moving to the next record because tblDNUMBER.Number propertry is unique. I would like to confirm the input number is unique after the field has lost focus (I already ...
|
| receipt error | 06 Aug 2006 16:35 GMT | 2 |
the problem i am receiving is that i can't work the subtotal pf my receipt out. Basically i have a receipt with various details on such as product,quantity,unit price,extended price. My problem is that i can't work out the subtotal. I have code already in the extendedprice box
|
| I need scoring a form answers with conditional calcualtions? | 06 Aug 2006 12:36 GMT | 3 |
I need to design a form that when a user selects items from combo box, or check few checkboxes, the program add the related score to each selection and option and show it in another field. At the end I need the scores to be stored as a part of the data with the rest of taht ...
|
| Current Record | 06 Aug 2006 04:08 GMT | 2 |
I using the following code on a form which should take the current record and send it to a snapshot file via e-mail. What is happening is I get all the records instead of
|
| renumbering series | 06 Aug 2006 01:00 GMT | 5 |
i am not as good with SQL as i should be. my dilemma is simple i have a form that i load to populate a table. what i need is for the form upon loading to renumber a treatment number field. this would not be a problem if all data was entered from the form since i number things
|
| recordset property | 06 Aug 2006 00:04 GMT | 3 |
I have 2 forms, which displays the same datasource. I want to synchronize 2 forms. in formload of Form1, I use: set form2.recordset = me.recordset
|
| DLast - effort | 05 Aug 2006 23:13 GMT | 10 |
running Access 2000 I enter 20-30 records at a time each having an eight digit number, these are often sequential, so I would like the default to be the last number entered.... BUT so that I can still change the number
|
| problem with invoice form | 05 Aug 2006 23:04 GMT | 1 |
I am having trouble with my invoice form. Basically my invoice form consists of a subform(which includes invoice details such as which products are brought, quantity and price)Outside this invoice form consists of customer details, employee creating invoice and subtotal
|
| Could not update; Currently locked! with record level locking | 05 Aug 2006 21:16 GMT | 1 |
I have a form that uses a query with 3 linked tables; leftmost (main) and 2 linked tables.\The tables are linked in the backend database using a one-to-one relationship with these settings Enforce referential integ.
|
| Drop Down Selecting No Value | 05 Aug 2006 19:43 GMT | 3 |
Can a drop down be set up to have a no value choice when the table it references has no such record: Select Name __________ ^ <No Selection>
|
| Allen Browne | 05 Aug 2006 08:42 GMT | 1 |
yesterday you suggested =DLookUp("COMMODITY","RATES","Rate_Check = " & Rate_Code) or add the extra quotes if Rate_Code is a Text type field: =DLookUp("COMMODITY","RATES","Rate_Check = """ & Rate_Code & """")
|
| Passing form name to another form... | 05 Aug 2006 02:11 GMT | 4 |
I have a need to pass a form name from one form to another in which the original forms name will be used by the second form to populate a field on the original after a search is done. I have been successful in passing the form name in the OpenArgs parameter for the called form, ...
|