Search results

  1. J

    MsgBox

    One last thing about the run macro... whats the precise command line? The macro is callle "importCOmain" Thanx again Jos
  2. J

    MsgBox

    Thank for your prompt reply, i surely appreciate it, gonna try the code , keep you posted. Jos:)
  3. J

    Comments on a report

    On the buttom of some chart i wanna include some comments about that chart. Those comments must come from a table via a query. The problem is how can you make the next comment skip to the next line automatically, the users don't know a thing about data bases, so skipping to the next line must be...
  4. J

    MsgBox

    Can someone please help me with the following msg box. When i click on a button which run an "import form excell macro". I want a msgbox Vbyesno to appear before the macro is run. The Vbyes = run the macro The Vbno = exit the procedure (do not run the macro and close the msgbox). Can someone...
  5. J

    Auto Refreshing data?

    I got the same kind of forms, what i did was to link all the queries/subforms to the same table wich contains the search parameters ex date. Then include in your main form a refresh button (via a macro). Hope that's can help you Jos
  6. J

    Exporting a table to a .IDM format

    i have some problem exporting a table to a file in a format named '.IDM" can someone please help me; what kind of text file is that , plus some info on the procédure overall. Tnx
  7. J

    ACCESS:Calculating daily values with a totaliser (counter)

    Thanx a lot actually i think i got another way to do it with queries and will let the board know if it works. But its sure is nice to have a backup plan
  8. J

    ACCESS:Calculating daily values with a totaliser (counter)

    what is is a pk field? the field type is numerical For each record you've got the date and the totaliser value for that day. What i need to do is calculate the difference between that day's value and the previous one.
  9. J

    ACCESS:Calculating daily values with a totaliser (counter)

    But how do i do that when the value i must substract is from the previous day? Thx
  10. J

    ACCESS:Calculating daily values with a totaliser (counter)

    Can someone please help me i have the following problem. Each day we are entrering the value of a totaliser (for total flow).The old system use excell no problem here. But in access we are storing the values in a table but i cant find any information on how to calculate the difference today's...
Back
Top Bottom