Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: raf
  • Order by date
  1. raf

    Make Arrows do same as tab key

    I want the arrows to move from control to control in the same order as the tabs. This generally works, but then if I mouse click into a control, the arrows just seem to go dead! Any suggestions? RAF
  2. raf

    Turn off ability to scroll between records

    Just follow the instructions at: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q278379 I used the second part, entitled " Creating the MouseWheel Event Completely Within Microsoft Access" Let me know if you come across any side-effects outside Access. RAF
  3. raf

    Using VBA code in a form to turn off mouse-wheel

    It seems nobody has an easy work-around for the mouse-wheel problem. I went to MS page for their programmed solution. Since I don't know anything about ActiveX or dll programming, I opted for their VBA code embedded in my form. I cut and pasted everything per their instructions, and it seems...
  4. raf

    Turn off ability to scroll between records

    It seems nobody has an easy work-around for this. I went to MS page for their programmed solution. Since I don't know anyabout ActiveX or dll programming, I opted for their VBA code embedded in my form. I cut and pasted everything per their instructions, and it seems to work. The problems...
  5. raf

    Turn off ability to scroll between records

    I have a customer order form. I want the user to enter exactly one order, then close the form. (Closing triggers VBA code to do a bunch of stuff.) The record selector and navigation buttons are turned off, but now the user has a mouse with a scroll wheel. When he accidentally scrolled with...
  6. raf

    Parameter Query w/params from a form

    I have a table of all transactions for several products. I want to see just some of them via a form used as follows: Choose the product via a drop down box. Enter starting date and ending date in unbound boxes. Have the selected records show up on a subform. Can I do this without vba coding...
  7. raf

    Combo Box not limited to list

    I have a Customer Info Form. I use a combo box to go quicky to a particular customer. I want limit_to_list false so that if the customer is not there, I can get a new form and enter new data. The combo box uses a hidden CustID field (an AutoNum) but displays the CustName. It will not let me...
  8. raf

    Limiting combo box choices using entry in another combo box

    I have a table of Distributors, with a related table listing the SalesReps for each distributor. On a customer data entry form, I have a combo box to choose a Distributor. After picking a Distributor, I go to another combo box to choose a SalesRep. In the SalesRep combo box, I want to limit...
  9. raf

    Converting To Access 2000

    I have a project 2/3 done in Access 97 and have imported everything into Access 2000. None of my forms work. I get an error on the first line where I have dim db as Database After going through on-line help, it looks like I'm going to have to recode a lot. Is everyone doing this? Is there...
  10. raf

    Converting Access 97 (w/lots of VBA code) to 2000 - HELP!!

    I have a 2/3 done project in Access 97 with lots of VBA code. I have imported everything into Access 2000. I get compiler errors on just about every form at dim db as Database I've browsed the help system, and it seems I will have to recode tons of stuff. Is everyone doing this...
  11. raf

    Make a report go right to the printer w/acDefaultView

    When I use DoCmd.OpenReport with the 3rd parater as acDefaultView&nbsp;&nbsp;(Or whatever it is EXACTLY, I'm not near the code right now :-))the report still goes into a Preview.&nbsp;&nbsp;The documentation I have says that the default is print.<br><br>I am able to force it to print via a macro...
  12. raf

    CHANGING COLORS ON DISABLED CONTROLS

    Whenever I disable a control on a form, it shows up gray on gray.<br><br>Changing the background/foreground information&nbsp;&nbsp;only seems to affect the control when is is enabled.<br><br>Is there a way to modify the colors used when a control is disabled?<br><br>Thanks<br><br>-- raf<br>
  13. raf

    Combo Box with Blanked Out Entry

    Thanks everyone - <br><br>The IsNull(XXX) does the trick.<br><br>I Like BFamous's comment<br><br>Can something equal NULL or IS IT NULL........<br><br>Obviously the latter.<br><br>--raf
  14. raf

    Combo Box with Blanked Out Entry

    I have a combo box called Whse created by the lookup wizard for my whseID field in a inventory table.&nbsp;&nbsp;The box displays the whseName, but it bound to the whseID. Limit To List is yes.&nbsp;&nbsp;This is all on a subform<br><br>Here is the problem.&nbsp;&nbsp;If I pick a warehouse and...

Part and Inventory Search

Back
Top