Search results

  1. B

    Dim db as Database

    Thanks that was really easy, thanks a lot.
  2. B

    Dim db as Database

    What is more interesting, if i take my previous *.mdb files where all this work, delete everything from them and paste my new tables and forms, no errors occur.
  3. B

    Dim db as Database

    Hello, I'm going mad, a usuall action cause error: Sub Dim db as Database dim lp as Recordset set db=CurrentDb set lp=db.OpenRecordsourse("SomeTable") With lp ... end with close lp end Sub All this perfectly worked in all my previous Access projects, but now it doesn't and cause a error...
  4. B

    Program of data transfer

    Hello everybody! Ok I have a Report, but I wish to learn how I can create it with program methodes (and to put in other applications (Word, etc)) . I guess it's not very difficult, but I get stuk in question of groupping and sorting. Give me a clue please of easiest way of doing it. Thanks.
  5. B

    Transfering reports to Word

    How can I transfer the lines or squares from report to Word document (all data are on its place, but there's no lines) Or may be someone can tell how to transfer data from Report into Word table.
  6. B

    Tables in reports

    I guess almost all build reports with table lines. So, what's the best way to draw it (of course except drawing simple lines or squares) I've tryed to paste tables from Word (but for some reasons it's not the thing I need) That's all, may be someone now.
  7. B

    Query via form

    Ok I know, may be it's easy but i just can't figure out how to do this I have a form, on which there is a control (eg. Combobox1) in which I chose one topic (eg. Month number) In the query I make a reference on this combobox Forms![Combobox1] It's Ok when I work with one topic but if I can't...
Back
Top Bottom