Search results

  1. E

    menu bars

    Hi everybody, how may I hide all the menu bars in my access??? I made my own menu and I would like to show only this one! Thank you!
  2. E

    HELP HELP Html Workshop

    Hi, I've just created a .chm file (a really nice help for my database :D )! I put some id in a header file, set some alias Then (following some instructions found on internet) I try to connect my database (a form) to the .chm file, but it doesn't work! Some suggestions?
  3. E

    Help Guide

    Hi, how to create an help guide for a database?
  4. E

    Ado ???

    Hi, how can I open the current database using ado, without specifying the path? :eek:
  5. E

    Querying by vba

    Hi, I have a query with no criteria, but only fields. I would like to say to the query, using vba code, which are the criteria to use. :rolleyes:
  6. E

    query with range

    Hi, i have a form to search data inserting data in text fields. I want to let users specify a range to search specify data with range (e.g. marine area from 200 ha to 1000 ha) and show results in a list box. my idea is to create a selection query where criteria are between...
  7. E

    Deleting Records

    Hi, I have a problem, of course :p I'm making a deleting query, structured as: Field: Sheet.* Table: Sheet Delete: From Field: Number Table: Sheet Delet: Where Criteria: Results!Number in the query I've included only the Sheet table (because if I include also the Results one it says me...
  8. E

    Run-time error '3251'

    hi, I've a problem with this little code, I can't understand: Option Compare Database Dim numeriSchede As Variant Dim DbCurr As DAO.Database Dim tabella As DAO.Recordset Private Sub Delete_Click() Dim stringa As String Set DbCurr = CurrentDb Set tabella = DbCurr.OpenRecordset("Scheda...
  9. E

    Portrait/Landscape

    Hi, I made a report with several subreports inside. The whole main report is in a portrait form, but three of them must be landscape! How???? Thank you, Mara
  10. E

    How many fields?????

    Hi :D , how many fields may I put in a query?Because I need to make a report with moe then 150 fields (bolnged to 15 differents tables)! Thank you very very much!
  11. E

    Tbles, Records, Code

    Hi!!!! A really easy question for you: How can I Open a Table, put in it new records and in a second moment delete all the records? Ah, of course, everything must be hidden to the user and I need to put this code in the event _click of a Button! thank you very much! Mara Meo
  12. E

    Code By Code

    hi, I'm Mara!!! This'll be a really easy qquestion for you, but not for me! How can I put new records in a table writing code in Microsoft visual Basic in a Form??? I would like to insert (and in a second momento to delete all the records) in a table hiding my movements, getting dates from a...
  13. E

    Help!!!Query too complicate

    :eek: Hiiii :confused: I'm Mara :D . I write you 'cause maybe you can help me. I'm making a data base with 18 tables all connected with the main one! Now, I need to search a specific record, introducing alla the needed fields passing through 9 queries. I've already tested the first 5 queries...
Back
Top Bottom