| Thread | Last Post | Replies |
|
| Communicating between forms | 16 Mar 2007 12:42 GMT | 4 |
I am REALLY having trouble with this. I have a small pop-up form with a combo box. Within this combo box are many part numbers. There is a "Go" button beside of the combo box. What I am trying to get to happen is that when the user picks a part number from the combo box,
|
| mouse scroll wheel | 16 Mar 2007 12:07 GMT | 9 |
I had the problem of the mouse scrolling through records on a form when using the wheel and corrected it by using Stephen Lebans solution, except for one computer which still has the problem. It's running Windows XP, as are all the other computers running this database. Has ...
|
| Duplicate message box | 16 Mar 2007 08:00 GMT | 1 |
Hi... Can u pls.anybody suggest for my below query..? My query is.... I set Primary key for 4 field together as i need to check duplicate values
|
| changing forecolor | 16 Mar 2007 05:47 GMT | 1 |
i have a continous form and i put the ff. code on "on current" event If Me.combo1.Value = "CASH" Then Me.textbox1.ForeColor = vbRed Me.textbox2.ForeColor = vbRed
|
| label | 16 Mar 2007 05:46 GMT | 5 |
i would like to create a label that would appear the word "INVOICED IN FULL" when the my checkbox1 is set to "yes" and it will change to "PAID" when the field1 is set to 0 value by default it is not visible when new record is added unless the checkbox is
|
| Access 2003 Menu Bar Issue | 16 Mar 2007 05:16 GMT | 3 |
I was wondering if anyone knows how to fix this problem... In my databases, I've routinely used CommandBars to hide the main menu from the users. For myself I can use the Shift-Bypass feature to bypass the startup options and have access to the main menu. I've
|
| referring to different variable's values in a loop | 15 Mar 2007 23:31 GMT | 6 |
I'm trying to refer to a different variable each time I loop through a procedure, as below: I'm trying to loop through the different Menu1ItemCount, Menu2ItemCount etc variables so as to determine how many times to loop
|
| Combo Box Validation | 15 Mar 2007 22:53 GMT | 1 |
I am trying to write a simple procedure to be sure a selection has been made from a combo box. I would like to call the procedure from the click event of each button on a form. My code is
|
| How can I reference Form Objects in my custom Sub-Routine? | 15 Mar 2007 22:03 GMT | 11 |
I am having trouble referencing form objects in my custom-defined sub routine. - In the calling statement, I pass the form as 'Me'; defining it as 'thisForm As Form' in the custom sub's argument list. This is recognised in my subroutine and is not a problem.
|
| auto Selecting or Clicking a field | 15 Mar 2007 21:38 GMT | 2 |
How to I set VB to automatically selecting a field (in the same way as manually clicking on a listbox)? I have a form with [fo_num] combo box field. After making a selection from this field, the list box [fo_mgr] is updated. I have no problems
|
| Combo Box and SubForm | 15 Mar 2007 21:27 GMT | 5 |
I have a combo box that lists BOE ID numbers on a form (frmPricing). Once the user selects the choice, I want a subform (sfrmPricingA) to fill in automatically. My code is:
|
| Fill in table using an iff statement from a sub form | 15 Mar 2007 18:42 GMT | 4 |
I have a subform that has a text box "txtProgramName" that has "=IIf(Forms!frmContracts!RFQType='R',"NGSS Material Replacements","NGSS COSAL Material Replacements")" as its Control Source. I need the correct choice to fill in the table tblLineItem.
|
| User Setable Default Value for Field | 15 Mar 2007 18:09 GMT | 2 |
On a subform, one of the fields is for recording the page number from paper forms. I'd like the user to be able to quickly set the default value (Integer) during data entry. I had no trouble making Command Buttons for "Page 1", "Page
|
| Select from current cursor position to end of memo field in a form | 15 Mar 2007 17:30 GMT | 7 |
Anyone know how I can do this with SelStart/SelLength? I don't know how to specify the start to be the current cursor position. thanks.
|
| open form to record in other opened form | 15 Mar 2007 17:27 GMT | 2 |
I've posted this here previously to some success but no resolution. I simply need frmB.cbNavigateProfiles to open to the record in frmA.cbProfileID. Anyone have any suggestions? Thanks!
|