Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: yolly
  • Order by date
  1. yolly

    Multiselect

    Do I need to declare something? Because how does this "strFilter = (build the string as shown in the example above)" get populate with other values.
  2. yolly

    Multiselect

    I have a form(bound to a query)that has a multiselect listbox(gets it's values from a table called states). I have a field named states in the table that the query is based on. I would like to populate this field with several selections from the listbox. My first question is it okay to have...
  3. yolly

    Repost of database window appears on close

    Sorry, I didn't post all of the code. Private Sub Form_Close() Docmd.SelectObject acTable, , True DoCmd.RunCommand acCmdWindowHide End Sub
  4. yolly

    User and group permisions (I locked myself out)

    Did you try importing objects into a new database? I seriously doubt this will work.
  5. yolly

    how do you make a database read only

    You would need to implement user-level security. This is not for the faint of heart. Microsoft has a FAQ on this subject. You will need to read it, read it, and read it. One other option would be to have different screens for different users. You could password protect the forms...
  6. yolly

    Repost of database window appears on close

    Have you tried this code behind your switchboard? Private Sub Form_Close() DoCmd.RunCommand acCmdWindowHide End Sub
  7. yolly

    hiding forms that open queries

    I have a form that I would like to hide when i have a query open, but open once i close the query? Is this possible? I know how to do it with 2 forms or reports. But how do you pass code to make it recognize that the query is closed? I prefer not to make the query a form in datasheet view...
  8. yolly

    Email and PDF

    I am using SendObject to email reports to different regions. I have been using RTF to send the reports. I would like to use the Adobe Writer. Is there something special I need to do? What do I use? A print to file or report format pdf?

Part and Inventory Search

Back
Top