| Thread | Last Post | Replies |
|
| Find a record from a combo box in a list box | 23 Sep 2008 20:28 GMT | 1 |
I have several list boxes on a form that are very lengthy, i want to give the users a way to search in each list box. Wha is the best way? I tried a combo box above each one but not able to go to the selected record in the list box.
|
| After Update event problem | 23 Sep 2008 20:16 GMT | 4 |
I have a continuous form that can insert new records to the bound table. There are 2 hidden fields for columns in the table that the user cannot directly set. One of these is a numeric (long) column that has to be set to the highest current value in the column plus 1 (don't ask ...
|
| updating values | 23 Sep 2008 19:03 GMT | 2 |
I am trying to create a unique value between two fields. The first is going to be the current year, the second, an increasing number greater than the preceding value up to 999. The problem being, is when a new year starts, I want the number to start back at 001. I am looking ...
|
| Allow Edit Issue | 23 Sep 2008 16:47 GMT | 1 |
Hey everyone, I am having a problem getting my subform to allow edits since its property under normal conditions does not allow edits. I understand from looking at posts that the format should be :
|
| Use Excel VBA Code in Access | 23 Sep 2008 16:36 GMT | 1 |
Is it possible to use the macro code from Excel in Access? I have an Excel spreadsheet that when you click a button it goes to our company's databases and pulls data down. I want to do the same thing with a command button on Access, but want to use the same code. Is it ...
|
| Update SQL | 23 Sep 2008 16:16 GMT | 10 |
What please would be syntax for update rather than Insert; I want my table which has already the record to be updated (the three fields) - see who changed the records. Please see below.
|
| Treeview | 23 Sep 2008 15:45 GMT | 4 |
I am trying to use the tree view control and have modified some code found on the Microsoft website KB 209898 in Access 2007. This is my first attempt so I am just learning the ropes of this complex, but usefull control. I copy the code on the Form_Load event and when the form ...
|
| Adding values in a listbox | 23 Sep 2008 14:07 GMT | 4 |
I have a textbox called txtTOT_MINUTES and a listbox called lstHOURS. I want to return the sum of column 7 in my listbox. I wrote the following code in VBA but it does not work. Any help would be appreciated. Me.txtTOT_MINUTES = Sum(Me.lstHOURS.Column(7))
|
| please help, record deleted | 23 Sep 2008 13:49 GMT | 2 |
I have a huge problem. We have a database to keep track of "windscreen repairs", and one of the employees, while adding a new job, deleted the number which was in the "autonumber" field by accident, and now it wont let us go in to add another job or do anything. I tried going ...
|
| Mandatory Fields | 23 Sep 2008 13:03 GMT | 4 |
I have this code in a form; can you please tell me how can I make the records that allow edits to have all the fields mandatory (cannot go to the next one until the previous is properly entered) Thank you,
|
| Testing for numeric input | 23 Sep 2008 05:28 GMT | 4 |
I'd like to ensure that all input into a textbox, 'tboxNumber', is numeric and/or a decimal point. The input must be text, not a numeric type. How is that best done? The number has to have at least 2 digits to the left of the decimal, but can have up to 3 digits on either side of ...
|
| Preventing Duplicates from being entered | 23 Sep 2008 02:55 GMT | 7 |
I am trying to prevent duplicates being entered in my form and if someone enters number that is already in the table Projects is should go to that record. Do you now if this code works only if the field (strStudentNumber) is
|
| Store the current record number | 23 Sep 2008 02:05 GMT | 2 |
Strange request and it must be quite simple but I don't know how to do it. I need to run a procedure, either update query or code, that will run through every record (either from within a form or directly to the table) that will pick up the current record number and place that ...
|
| Determine if a record exists | 23 Sep 2008 01:10 GMT | 8 |
I have a key field "DRNO". Its the first field on the form. When the user exists the field, I want to check to see if the DRNO already exists in the database so the user doesnt end up filling out the whole form only to find out it already exists.
|
| 3134 error | 23 Sep 2008 00:51 GMT | 2 |
Hi All, I am getting the 3134 Error message (Syntax error in INSERT INTO statement.) and I would like to know how to resolve it. Please help. Background information:
|