Search results

  1. A

    Report wont fit completely when printed

    you said the font was the smallest. exactly what point are you using 6? 7? i have been successful using 7 when i have a lot of information to report on. when you say it doesn't fit, do you mean it won't fit on one page or can it be a multiple page report. access specifications allow for a...
  2. A

    Why Can't I call results of sub routine in my query?

    I am using the code that follows to get a list of players names. I am putting the results (players names) in a text box on a form. I am referencing the text box in the criteria of my query. But, the query doesn't seem to notice the results. Why? Everything works the way I want except the...
  3. A

    Bound Column Property

    I am working with a list box, not a combo box. Is there something I can do with a list box. I can you a combo box because I need to use the multiselect property
  4. A

    Bound Column Property

    I have a multiselect listbox with multiple columns. Column 1 is Player Name Column 2 is Player Salary I want to define which column is being used in my code since the Bound Column Property will only allow me to choose one. How do I do this. My code is below. Thanks Private Sub...
  5. A

    Using the In() Function

    thanks, i will try it /uh
  6. A

    Using the In() Function

    apparently doesn't work in VBA. Because it doesn't work this is the code I am using is below. My question: Is there a function similar to In() that I could use without having to Or arg = *** everytime? Thanks, /uh Function DivCSR(arg As String, arg2 As Double) As Double If arg = "CCM"...
Back
Top Bottom