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

    Importing from site?

    I don't know if it can be done, on BSD wget <adress> -o file.html grep "file to find" file.html (PS i suck on bsd as much as on VBA). I would like to automaticaly extract in Access each day when i press a button a table from a site. As for example, if possible, everytime i press this button i...
  2. diezzz

    How to make a windows that pops every hour?

    Hello, I'm trying to create a form that will pop-up every 60 minutes. I have no ideea how this could be done, i can't manage to build an event or something to make it pop every hour. Can it be done or are there any alternatives? Thanks for your answer, Diez
  3. diezzz

    Reports acces vs excel - some info

    Hello, To build reports i use querys as source, however i do not build themin acces, i simply copy the query result and paste it in excel. Moslty i'm using crosstab querys, and as columns i have a field that can always change values. So after i copy the results in an excel, to have the final...
  4. diezzz

    OUTLOOK - VBA

    Hello, I've built an automatic mail to send from time to time to some usors. The mail is dispayed when i run a macro and then i send it. I'm having few questions however. The code looks like that set InfoMail as ... infomail.subject = ... infomail.body = .... infomail.display However, i...
  5. diezzz

    Query solution

    Hello, My Table looks like this : AgentID Mail Date I'm trying to build a query that would show me the number of mails treated by every agent / day For example if the table looks like this : AgentID Mail Date 1 bla 1/1/2006 1 blabla 1/1/2006 2 bl...
  6. diezzz

    Outlook - insert new row(vba)

    Hello, This is a lil stupid question, i don't know why it didn't work so far. I'm buildint mail templates and i can't get to insert a new row after hello, or before best regards. I've tried like this, no ideea why it dosen't work, i'm using Outlook 2000 : "Hello" _ & "Thank you for " _...
  7. diezzz

    Disable Acces close button

    How can i disable the acces close button, using vba? I managed once when i was working for school only in vb6 to pop up a msg box everytime the user click on the close button "please use the quit button on the form". I'm talking of the big acces button, not the ones for forms, reports etc...
  8. diezzz

    Opening database ===&gt; database must be repaired

    Hello, I have an Acces Database, FE on every users computer and a BE on the network. Everythink works fine until one point. Sometimes, almost once per week, the database gaves us all an error, that it wasn't closed properly and must be repaired. In order to do that everyone must quit the...
  9. diezzz

    Data Validation Rule problem

    Hello, I have a table with the following fields "ID", "name", "account". I've also build a form to insert data in this table. Every ID has 9 numbers, the problem is that if i do insert this rule in the table, when i open the form it gaves me the "validation error", because the field dosen't...

Part and Inventory Search

Back
Top