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...
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...
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...
I'm not sure if this is the right place to ask my question.<br>I have a report based on a query. The query joins one of 4 "comment codes" 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...
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? What would the steps be?<br>
I set the OrderBy property of a subform to "studentLastName,studentFirstName" (I tried it both with and without quotes), yet the form does NOT display them in alphabetical order. Am I doing something wrong?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.