Search results

  1. E

    A couple of quickies...

    Hi all, Sorry to hassle you all with so many questions! Here is a couple more... 1) I was wondering if there is code that you can put behind a button so that when it is clicked on, it goes to a report preview and forces landscape orientation.... I currently have: DoCmd.OpenReport stDocName...
  2. E

    A Hotkey for Moving from a Datasheet to a Single Record form

    Exactly what I needed... Thanks guys...
  3. E

    A Hotkey for Moving from a Datasheet to a Single Record form

    Hi again, I was wondering if anybody would know how to assign a hotkey so that the database user can select a record in datasheet view and go to a form displaying that record... I am trying to achieve what the F-9 key does in a MS Works database. The user browses through the list of records...
  4. E

    need help with LIKE Operator!

    Thankyou very much for your help. It is greatly appretiated.
  5. E

    need help with LIKE Operator!

    Hi all, Could anyone explain why the following LIKE statement: Like "*adam*" works well, on a single name field that includes first name and last name, returning results such as: Adams Dane Wright Adam Thornber Adam Adamson Geoff But when I try to get user input (instead of using adam)...
Back
Top Bottom