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 bkrike 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: Seeff
  • Content: Threads
  • Order by date
  1. Seeff

    Launching a program with parameters

    Hi Experts, I have a thumbnail image in a form. When I click on the image I want to run an external program (some photo viewer or other) and have the viewer open the image. The RunApp command in a macro does not have the option to pass a parameter. How do I do this with code? Thanks for your...
  2. Seeff

    Asp and JS interaction

    Hi to all the experts, I have two frames.The first one has thumbnails. I have managed to get the second frame to change to the larger picture with the "onmouseover" event (JS). So far, ok. The JS script looks like this: function rollIt(whichPic) { top.picframe.document.images.pic1.src =...
  3. Seeff

    Validations

    I have a form with two text boxes. The first determines the valid values for the second. For example: Text1 can be A or B. If text1=A then Text2 can have values of 1,2,3. If text1=B then text2 can have values of 10,20,30. How do I approach this and where? I want the form to be "stuck&quot...
  4. Seeff

    How do I format after installing?

    I have mistakenly installed Windows 2000 SERVER. How do I uninstall or format the disk in order to install Windows 2000 PROFESSIONAL? Thanks for your help
  5. Seeff

    Round a number in a list box

    Hi...I have a listbox that lists a field containing numbers. The numbers have many decimal places and I would like to show them in the listbox with only one decimal place. For eg. instead of 1.2345 I would like to see 1.2 in the list box. Any ideas and thanks for your replies.
  6. Seeff

    Array as query parameter

    Hi....I have an array populated with values. I would like to use these values as criteria for a query. How do I do this? eg. My table (300 records)has a Code field with 20 different unique values. The user has picked from a listbox 3 different values (eg. 5,8 and 15). I have them in an array...
  7. Seeff

    Multilistbox parameter for query

    I have a form with a listbox. I would the user to pick one or more values and have these values serve as criteria for a query. Any ideas? Thanks in advance!
  8. Seeff

    passing a parameter

    I have the following code on my page: Agent number: <%=AGENT%> </b></u>     Select an agent: <select name=&quot;AGENT&quot; onchange=&quot;OnAgentChange()&quot;> <option value=&quot;(none)&quot;> <%AgentsNum.MoveFirst do while Not AgentsNum.EOF%> <option...
  9. Seeff

    Background color

    Hi....I would like to change the background color of my application. I know I have to use an API call. Anyone know how to do this? Let's say I would like to change from the grey default to light yellow. Thanks!
  10. Seeff

    Msgbox error

    In a macro I have added one line to show a message box with some text. Access freezes! Access 2000 on XP. Tried it on two different PC's. Any ideas?
  11. Seeff

    Mouse wheel causes havoc

    Hi...got a real weird problem. When I scroll with the mouse wheel on a simple form, Access &quot;runs&quot; through all the records to end of my table and then starts over again. Only ALT+CRT+DEL that ends the access session stops this &quot;scrolling&quot;. Any ideas?
  12. Seeff

    Add a value to listbox

    I have a listbox on a form with some type values. One of the values is &quot;other&quot; i.e. add a new type. I manage to get access to display a new text box into which the user then populates with a new value. How do I get the new value to be (1) shown in the list (2)permanently added to the...
  13. Seeff

    Sub to change text box color

    I have a form with a number of text boxes. I want to write ONE sub that is called after each text box update that changes the box color. I basically need the syntax to find the current textbox name. Thanks!

Part and Inventory Search

Back
Top