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 strongm 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: *

  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
  16. vilmarie

    Querie od date

    I need obtain in a querie all the information that have a two specific dates. My table have a field called:CurrentDate. I need that my querie call the 07/14/04 and the 07/15/04. How I make these?
  17. vilmarie

    Menu bar

    How I design a menu bar to my application with the options:File, View, Create, Help,?
  18. vilmarie

    PROBLEM WITH COMAND SAVE

    AND THE OTHRE MESSAGE: ACTION: @Comman9[FileSave])
  19. vilmarie

    PROBLEM WITH COMAND SAVE

    THIS ERROR APPEAR WHEN I TRY TO SAVE A NEW DATA ENTRY : (ATTACH). AND IT ONLY APPEAR IN A SPECIFIC COMPUTER. IF I USE OTHER COMPUTER DON'T APPEAR THIS ERROR. PLEASE HELP ME WITH THIS PROBLEM. !!!Notes has been asked to execute the following action which does not fit within your security...
  20. vilmarie

    ListBox Problem

    HY: I modify a code that find in one page. I create a listBox in a form that contain the list of all the record that have my table "Information" I need that when I select one record in this list and click over this or over the button Show Record , open a form SL Data Entry with the...

Part and Inventory Search

Back
Top