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!

Search results for query: *

  • Users: vilmarie
  • Content: Threads
  • Order by date
  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

    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,)
  3. 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.
  4. 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...
  5. 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?
  6. 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?
  7. 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?
  8. vilmarie

    Help files

    How I insert in my application a file of help(VACR.HLP) in the menu bar?
  9. 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?
  10. vilmarie

    Menu bar

    How I design a menu bar to my application with the options:File, View, Create, Help,?
  11. 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...
  12. 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...
  13. vilmarie

    Search Form

    I need to make a form that permit me realize a search about whatever field. Do you know an example of a databese that make a Search Form?
  14. vilmarie

    Access 2000 Runtime

    Hy: I install Microsoft Developer to my computer to make a package of my Access application. The problem is that I don't know How I use this Runtime and what step I need to do. How I make a runtime of my application. Other thing is that I can't find the Package and deployment Wizard? Please...
  15. vilmarie

    Select a printer

    HY: I need have a combo box to select a type of printer that I like to print a report. How I m eke thta when I select a type of printer in the combo box and select a type of report, then press "Print" the report print in this printer?>
  16. vilmarie

    current username

    I need to obtain a current username and save this in the field: username. I write in the control source of the textbox =CurrentUser() but How I save this in the table?
  17. vilmarie

    Problem with code

    I need that if the person don't fill any field in a form and press the button "Open ReportByDate" then appear a msgbox that indicate:Please fill any field. If the person fill any field then open a "rptBySelectionReportForm". The code is the following, but this not funtion, please help me in this...
  18. vilmarie

    List box problem

    How I can realize a serach in a list box. For example: I have a listbox with all the IDNO of my record. And I have a txtSearchByIdno. When I enter a IDNo that I need press the button Search in the list box appear this IDNO .
  19. vilmarie

    Problem with a form

    I attack my problem in a document. How I insert this file?
  20. vilmarie

    query problem

    I have a table with two field: Char and IDNo(example of data in this fields: L, 00001) If I make a query and I need that both field appear in one column I write: id: [Char] & " " & [IDNo] To obtain: L00001,but when I write this expression in my query the zeros don't appear in the result, only...

Part and Inventory Search

Back
Top