| Thread | Last Post | Replies |
|
| Defaults set to first record in continuous form | 26 Jul 2007 21:40 GMT | 2 |
Many records need almost exactly same data. I would like to enter manually first record of continous form and have next automatically fill with most of first record's fields. Tried setting default of each control to current control ((by Event
|
| down arrow key moves down, but it moves across to the right on continuse form | 26 Jul 2007 21:38 GMT | 2 |
I have a continuse form. When I hit down arrow key, it highlight moves across to the right instead of same field next record. Is it possible to move down when pressing down arrow and move up when pressing up arrow?
|
| Screen flicker - Please Help | 26 Jul 2007 21:16 GMT | 1 |
I have an Access database that was created in MS Access 2000. The database is now being opened using Access 2003 and there is a problem with one of the forms. Everytime the mouse is moved the screen/form flickers or Jumps. This is
|
| Access\Visual Basic help | 26 Jul 2007 21:10 GMT | 5 |
Can someone help me generate some VB code to do the following... I have a text box that displays a projects status, but the status is displayed as a number and the number means something like " Completed" or "In Development".
|
| Calculating age | 26 Jul 2007 19:10 GMT | 2 |
I have a form with information about patients. I have a textbox for date of birth. I have a textbox for date of admission. I would like to fill an other textbox with the person's age at the time of
|
| Creating a keyboard shortcut for a button | 26 Jul 2007 19:08 GMT | 4 |
I have a database with contact information. My main form has several buttons (next record, new record, search, etc.). Is there any way I can create a keyboard shortcut for, say, the search button so all I have to do is ctrl+s or something like that?
|
| Requery after add | 26 Jul 2007 18:48 GMT | 15 |
I've been trying to figure out how to requery a subform after I have added a record to the main form. I have a combo box in the form header that looks up a record in the main form and gives the related info in the subform. I have also added code to
|
| Can I make a number field show as yes/no in a listbox? | 26 Jul 2007 18:44 GMT | 4 |
I have a table with 6 yes/no fields that I set up to be 0 or -1 to prevent against null responses in. However, now I want to use a multi-column listbox to show these, and my listbox isn't very user-friendly with all those 0's and -1's. Is there any way to format these as text in ...
|
| Limite datasheet view to insert only 2 records | 26 Jul 2007 18:30 GMT | 4 |
Hi. How can i limite datasheet view to insert only 2 records. I want to insert only two records in one datasheet. Regards, Marco.
|
| Printing a single subform | 26 Jul 2007 17:58 GMT | 2 |
I have a form that has a field called "report name" and has a auto number that is tied to it. To print a single report I use the following code: [Forms]![1 Report Analysis 1]![Report_ID] This allows me to print only the "report" I am viewing instead of all of the
|
| Saving a record on a form to multiple places | 26 Jul 2007 17:14 GMT | 7 |
Here is what I think will be an easy question, but im not sure... Lets say I have a databasee, which i do. Lets say that on my main form, I have a text box called "company". On the same form, I have command buttons that link to other forms that have to do with this
|
| Scrolling through records in a form | 26 Jul 2007 16:27 GMT | 4 |
I now have Access 2007, and cannot scroll fast through records in a form like I could in Access 2000. Is there a way to turn something on, so I don't go one record at a time? I have to scan one record at a time to get from record 1 say to 350. DB has over 500 records. Why did ...
|
| Averages | 26 Jul 2007 16:14 GMT | 4 |
Hello again, I have an interesting situation. I basically inherited an older database that is used to enter dates, usage and charges for accounts. The situation is that we are attempting to do averages filtered by
|
| Spell-check within a form | 26 Jul 2007 16:02 GMT | 1 |
Here is the code I compiled from the various posts: 'Private Sub Project_Summary_AfterUpdate() ' With Me.Project_Summary ' .SetFocus
|
| Not allow to type in Combox Box | 26 Jul 2007 15:49 GMT | 9 |
The standard Combo box allow user to type or select from list. I would like to not allow the user "type" on the combo box. Which property should I set? or I need to code? Thanks
|