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 Chriss Miller 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: cssilver
  • Content: Threads
  • Order by date
  1. cssilver

    Saving a variable from one time to the next

    Thanks to everyone for all your help so far! Another question: How do I save a value even if the user exits the application & have it available the next time he runs the application? In the old dBase languages, there was something called a "memory variable". Is there something...
  2. cssilver

    refering to field in RecordSource

    If I set my recordSource directly in my code: Me.RecordSource = "sql stuff" how do I later refer to one of the fields in the SQL code?
  3. cssilver

    Error using RecordSource

    I have a report that is opened via a macro. The OnOpen event has the following code: Me!RecordSource = "SELECT ..." (This is copied from the SQL view of a query) I keep getting 'Runtime Error 2465: [My application name] cannot find the field "RecordSource" referred to in...
  4. cssilver

    Disabling buttons upon execution

    I have a form with 5 buttons. The user must click those buttons in order - for example, they will mess things up if they click button 2 before button 1, or if they click button 1 twice. I'd like to disable the button upon successful execution of the macro called when the button is clicked. I...
  5. cssilver

    Changing the relationship depending on certain criteria

    I'm not sure if this is the right place to ask my question.<br>I have a report based on a query.&nbsp;&nbsp;The query joins one of 4 &quot;comment codes&quot; in table with the actual comment from the comment table. I want it to choose which of the 4 comment codes to join with the comment table...
  6. cssilver

    Changing the sort order of a report

    I would like to create 2 buttons on the user interface - both will print the same report, but in different orders (one in order of lastname of the student, one in order of the gradelevel of the student).<br>Can I use a macro?&nbsp;&nbsp;What would the steps be?<br>
  7. cssilver

    Bolding text conditionally

    I would like to have a certain field in a report to appear in BOLDFACE depending on a certain condition.&nbsp;&nbsp;How can I do that?
  8. cssilver

    OrderBy property not working

    I set the OrderBy property of a subform to &quot;studentLastName,studentFirstName&quot; (I tried it both with and without quotes), yet the form does NOT display them in alphabetical order.&nbsp;&nbsp;Am I doing something wrong?

Part and Inventory Search

Back
Top