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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vilmarie

  1. vilmarie

    Creat a text Search

    I need to create a text box that I enter any word and show me in a listbox all the record that the first letter is thge word that I enter in the text. I write the following code: Private Sub cmdSearch_Enter() Dim strFilter As String Dim strSQL As String If IsNull(Me.txtSearch) Or...
  2. vilmarie

    Access Runtime 2000

    Thanks.... I run the Access Developer 2000 with the .mde application. I have in the network folder: SMP.mdb, SMP_be.mdb, SMP.mdw adn SMP.mde. I divide the database in BE and FE. The problem is that the Developer is run in other machine that is standalone. I create the package with the...
  3. vilmarie

    Access Runtime 2000

    How I make and executable of access. I have a problem when I try to create a setup.exe. I don't understand what type of application is necessary to make this .exe(mdb., mde,)
  4. vilmarie

    print report

    thanks
  5. vilmarie

    print report

    How I can to set a button to print a report, or What is the code to send to print a report.
  6. vilmarie

    group of security

    Where I can insert this code: in a module or in the form?
  7. vilmarie

    Groups

    YES I use the Access Security, But i Need to obtain the Group to this user is member.
  8. vilmarie

    group of security

    Thanks Fancy, but How I obtain the group that correspond to this user?
  9. vilmarie

    Groups

    I have a table to user with the following fiels: Username, Fullname, GroupName: I need to obtain the GroupName of the person who log to the application. For example: username:vfiguer Fullname:Vilmarie GroupName:User If vfiguer is the Currentuser I need to know the GroupName: It is possible...
  10. vilmarie

    group of security

    How I can obtain the name of the group that the user is member? example: username:vfiguer groupneme:ADMINISTRATOR. The function CurrentUser() give the name of the username, but how I obtain the name of the group of this username?
  11. vilmarie

    Insert an icon

    How I insert a SMP.ico in the Title bar of my application. I need replace the icono of Access to my Icon. How I make this change?
  12. vilmarie

    Help files

    I create a help file but I need to attach this file to my database, specialty in the menu bar. How make these?
  13. vilmarie

    Help files

    How I insert in my application a file of help(VACR.HLP) in the menu bar?
  14. vilmarie

    Querie od date

    Okey, thanks!!! I resolve theese!!!! Thanks
  15. vilmarie

    Querie od date

    But if I need that only obtain the person that in the 07/14/04 have a TimeIn>8:00pm and in the 07/15/04 obtain th eprson who have TimeIn<4:00 am How make the querie: CurrenDate TimeIn

Part and Inventory Search

Back
Top