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 TouchToneTommy 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: zrzr
  • Content: Threads
  • Order by date
  1. zrzr

    windows API

    Hi all!! Sorry for asking such an esay question ... but what do i have to do to use windows api functions into an VBA access module ? I think I have to include a library, but which one ?? thx in advance
  2. zrzr

    not enough memory

    I'm currently developping a database with access 2002 on windows XP. It works well on my PC, and on any other windows XP PC. Now I need to install the base on a windows 98 PC(196 Mo of RAM), using access 2002. When I run Access, I use an autoexec macro to run VBA code. In windows 98, I get an...
  3. zrzr

    Synchronisation again and again ...

    In my database, I use replicatoin to allow some users to have the data on their laptop, without being connected to the serveur. After a whole week to setup replication and synchronisation in the base, i thougt all was fine ... Today, I modified the structure of a table, adding a field named P...
  4. zrzr

    Null after not null value ...

    I have a table named folder, with a number a description, and what I need is to sort folders by the number and description. The problem is that there are some records with no number, and these records must be at the end of the list, but with SQL, NULL is before other numbers. I can't use UNION...
  5. zrzr

    get last autonumber entered

    Hi !!!! I've a table called client. The primarykey of this table is an autonumber. I need to duplicate some clients in the table.So I made an add request which add a record onto the client table using datas from other record in the table. My query works very well. It creates a new record in...
  6. zrzr

    onZoom on a report

    Hi !!!! Is it possible to change the report window size when the user zoom in or out ? At the moment, the report is open with fit, and I can't change the size of the window after zooming, whereas I put resizeable property to the report. So if I could automatically change the size of the window...
  7. zrzr

    Message box with no button

    I have a replicated database, and a starting function which synchronizate the two replica. Synchronization is a bit long, so I would like to display a message, like "Loading ...", and close it when the synchronization is finished. So I made a form with a caption, and I call it before...
  8. zrzr

    Replication and synchronisation problem

    Hi !!!! My database is nearly finished, but I have a last problem to resolve : One of the user is "on the road" 4 days a week, so I think I have to duplicate the base on his laptop for these days. But on the monday, he works on his office, with acces to the server and the master DB...
  9. zrzr

    continuous form - different values

    Hi !!! I have a continuous form with a combobox.Data in the combobox are based on a table : ID | Name ******|********* 1 | name 1 2 | name 2 ... What I want to do is to change the data into the combobox depending on the value of this combobox. e.g : If the value selected...
  10. zrzr

    open a snapshot

    Hi !!!! In the database i'm developping, I have a report which is saved as a snapshot file every week(with a different name depending on the numeber of the week). I exported it with outputto and it works very well. Now, I want to open these files from access : * show the openfile...
  11. zrzr

    Add lines at end of a report

    Hi !!!! I'm designing a report based on a query. The report looks like this Header __________________ line 1 __________________ line 2 __________________ ... __________________ line 24 __________________ line 25 __________________ footer Each lines represents a record in the query, but thera...
  12. zrzr

    Report Size

    Hi !!! I have a little problem with reports in my database : I set resizable to True, but when I open it, I can't resize it. I open the report from VBA : docmd.openreport "reportname",acViewPreview, , , acDialog Any idea ?
  13. zrzr

    Max with many fields

    Hi !!! I have a table names Devis, with many fields(but to resolve my problem, I only need to understand with 3 fields): ______________ Devis Numero | Indice | Montant ______________ _______________________________ Numero 3000 | |...
  14. zrzr

    Hi !!! It should be quite easy,

    Hi !!! It should be quite easy, but I am working on it since more than an hour and I feel very ... I have a table with two columns (let's say c1 and c2) Datas are sorted by the first column (c1) Does anyone no a way to set the sort by c2 using VBA ?
  15. zrzr

    Hi !!! It should be quite easy,

    Hi !!! It should be quite easy, but I am working on it since more than an hour and I fell very ... I have a table with two columns (let's say c1 and c2) Datas are sorted by the first column (c1) Does anyone no a way to set the sort by c2 using VBA ?
  16. zrzr

    Multiple forms

    Hi guys !!! I have so many forms in my application that I decided to write a function to kwnow what form to show for each case (I don't know the english for this : maybe form handler) To perform it, I open all my forms as acDialog, so that VBA code is freezed until the form is closed. This is...
  17. zrzr

    2 Subreport problems

    Hi !!! I'm working on a report to show data from 3 queries : Firm, employee and notes. In a firm, there are none, one or more employees, and the same for notes. So I put data from the firm in the main report, and others in two sub reports. My problems are : - how can I filter data in...
  18. zrzr

    Specific format of number

    Hi ! My problem can appear easy, but I'm working on it for two hours and I didn't find any solution... I want to create a column in a table. This is a code, composed with exactly 5 numbers. At the beggining, I used a numeric column, but if I do it, zeros are erased at beginning of code.And...
  19. zrzr

    Listbox by column

    Hi everybody ! I'm working on an Access application where I have to manage dates and actions (for each date, I have an action) in a table called ACTION At the moment, I display the table ACTIONS in a listbox. So, the date and the linked action are displayed line by line...

Part and Inventory Search

Back
Top