Search results

  1. C

    Help changing default Sort Code

    I am trying to set the default sort code to something other than the primary key. Example- Book Code is Primary Key but I want the table to be sorted by Title. I have went into properties and used the Order By property and typed 'Book.Title' however when I view the datasheet, Book Code is still...
  2. C

    Help with Changing Default Sort code

    I am trying to set the default sort code to something other than the primary key. Example- Book Code is Primary Key but I want the table to be sorted by Title. I have went into properties and used the Order BY property and typed 'Book.Title' however when I view the datasheet, Book Code is still...
  3. C

    Help with Simple Query

    I am trying to finish the last step of a query. I need to figure out how to display 10% of a quote. I already have the quotes and when I try to make the equation like this- Deposit Amount:
Back
Top Bottom