| Thread | Last Post | Replies |
|
| On Click of tab page | 07 Jul 2005 12:53 GMT | 3 |
The On Click event of a tab page doesn't trigger for me. Is there something else I must do? The OnClick event of the tab control itself does work. Thanks
|
| Locking Records | 07 Jul 2005 12:53 GMT | 2 |
I have a form with one subform. The form has a checkbox. I am trying to stop users from being able to edit/delete the controls on both forms when the box is checked. This part is fine, however how do I make it specific to an individual record??
|
| Declare a variable for all procedures | 07 Jul 2005 09:06 GMT | 1 |
How do I declare a variable that will be used by more than one procedure? I have done the following: ----------------------------------------------- Option Compare Database
|
| Problem with shortcut menus | 07 Jul 2005 05:17 GMT | 1 |
I minimize and hide the access window when my database opens. Because of this none of my shortcut menus show when the user right clicks. I would like to show the shortcut menus when the user right clicks on reports so they might have printing options. Is this possible or must ...
|
| Filter a form | 07 Jul 2005 05:08 GMT | 4 |
I have a main form 'frmStartup' with a subform 'cldMain' that I change the recordsource of via code depending on which command button the user chooses... cldMain when the Orders button is chosen changes the source to 'frmInventorybyOrders' which has two sub forms on it - ...
|
| Autofill field | 07 Jul 2005 02:47 GMT | 7 |
I have posed this question before and I tried the answer that was given and it didn't work. I have a form that goes back to a single table. The form is used for data entry and I want to simplify the process. I have a field on the form call "Box #" I don't want the person who ...
|
| using object in an external sub | 07 Jul 2005 02:22 GMT | 5 |
I'm doing some automation to Word from Access. In the code I have for example: Sub PrintInWord() Dim oDoc As Object
|
| Need help with form size | 06 Jul 2005 23:57 GMT | 1 |
I'm having problems with my form resizing. At times it is the correct size, and at times it maximizes and looks bad. Does Auto-Resize not correct this problem? I always turn on Auto-Resize and never have this problem, but in the development process of my program, Auto-Resize is ...
|
| Query Field Call Out | 06 Jul 2005 23:53 GMT | 1 |
How do I call out a query field in a "If, Then, Else" loop? I have a field, "Report Form Number" that I want to check the value of kinda like this: If [queries]![main table query]![report form number] = 1 then -and the report style associated with the catagory 1
|
| Using textbox in form as wildcard function search | 06 Jul 2005 22:54 GMT | 1 |
hi ppl I had a minor problem how to deal the wildcard function as "like" My requirement is when i input any ABC in textbox{txtSearch}, then i press a button to return all the records with first A. for etc, i input Ba in textbox
|
| KeyPress/KeyDown difficulties | 06 Jul 2005 22:41 GMT | 2 |
i am trying to capture the ctrl-d key combination in the form's KeyPress/KeyDown events. The KeyAscii value of the KeyPress is 4, when i would expect 100 ('d') or 68 ('D'). See code below. Also, is there a 'best practice' for testing keycode combinations (someone
|
| Status bar type form | 06 Jul 2005 21:42 GMT | 1 |
I am tring to make my own status bar on a form with many small text boxes named Box1, Box2, Box3, .....Box17. I want the first one to have .BackColor blue and then every second fill in next box with blue until it gets to Box20. Eventually I would like the boxes to go back to ...
|
| 'Unspecified Error' Message in NotInList Event Proc | 06 Jul 2005 21:40 GMT | 2 |
I"m having a problem with a NotInList event procedure. When a new value is added to the combo box control list, the following error appears: Run-time Error '-2147467259 (800004005)' Unspecified error
|
| How to set a form's size while in form view? | 06 Jul 2005 21:35 GMT | 1 |
I need to have a form be maximized all the time. This form is automatically opened when the database is opened. I have tried everything I can think of, but everytime I reopen the database, the form is not maximized. Thanks!
|
| Bold Text on Message Box | 06 Jul 2005 21:11 GMT | 7 |
I would like to display Bolded strings on a message box.
|