Search results

  1. M

    Split One Field into two fields

    I am trying to clean up some data that a client gave us. Right now the Building and Room # are in the same field and I want to split them apart. The Room number always beigns after the first 4 characters. I was trying to write a module to do this automatically. When I run the module I get a...
  2. M

    Select Items in List from a String

    I have a string (strFilter) that is used to store a filter for a report. It is created from a list box (containing project numbers) on a form and when the user prints the report it ask them to save it and it stores strFilter in a table. What I need to do is when the user selects an existing...
  3. M

    Using Hot Keys to hide menus

    Is there a way where you can hide the menues from the users but be able to access the menus by using hot keys (any of the 'F' keys)?
Back
Top Bottom