Recent content by RKoller

  1. R

    Conditional Query for selecting different fields for each record

    I have an interesting report query I am working on. Is it possible to have a query that shows different fields for individual records depending on the content of the record? Let me see if I can explain. Let's say that I have a Status field that can be "Complete", "Active", or "Planned". And lets...
  2. R

    Repeating Macro needs to stop after last record

    Nevermind, I just realized I can make this a lot easier with an update query.
  3. R

    Repeating Macro needs to stop after last record

    I am basically setting up a macro that will change the value for a field from "N" to "Y" for all records from a query. The macro works fine except for it does not know when to stop and gives an error message of "You can't assign a value to this object" after it has gone through all of the...
Back
Top Bottom