Search results

  1. border20

    n00b question

    I have a table with a field that is only a check box that can either have the value true or false... what would ba the VB code, or what fonction should i use if I want to check all the unchecked boxex in that field thx Frank
  2. border20

    Email with Table content

    I have just succeded in sending a e-mail with access through Outlook but now, my progrma needs to send the content of a table attached to the email and then delete the content that was sent... and that must be done automaticaly... Can anyone tell me if there are any tutorials somewhere on that...
  3. border20

    Multi Users

    tried The database already had the "shared" option checked... and no there is no sucurity login
  4. border20

    Multi Users

    I have a database wich would require more than 1 users at a time but when the first user logs on, others cant there seems to be creation of a *.lbd file in the directory.. maybe this is why no other user can open the database... ? Is there a way to make this database available to more than 1...
  5. border20

    Date

    If I have the following code Dim date2 as date date2 = date how do i go about changing the month or the day to a numerical value of my choice like 1 ?? thx
  6. border20

    Simple question (for once) :)

    mo1 = DAvg("[field 1]", "TABLE", "[field 2] = productnum") I have the folowing SQL statement, but the the condition field gives me an error. productnum is not in my database but is an Integer take a numerical value of 1 to 10... How do i change my SQL statement to accept this so that when I...
  7. border20

    Inter table transfer

    How would i go about adding a colum from a table to another table so that when the colum in the original table is modified, so is the other one ? thx
  8. border20

    Important help plz... Stats

    I need to do a Gaussian distribution with a Field (fonction using the average value and such...) And I dont really know know how to go about this... My boss tells me that this can be done automaticaly by exporting in exel and exels sends back the graph... Anybody know how to do this ? Or...
  9. border20

    Stats and graphs

    ttt ttt
  10. border20

    Stats and graphs

    Hey all, I need to calculate statistics froms tables and diplay statistical graph.. and i have no idea how to do this... anyone know how i would go about doing this ?? thx in advance.
  11. border20

    Email sending with Access

    Not it No i though about the reference... that is not the problem
  12. border20

    Email sending with Access

    I tried sendind an Email throught outlook using some code a found on a mricrosoft website and in a book but I had an error on the following line telling me that avtiveX could not create an object.. : Set olApp = CreateObject("Outlook.Application") anyone know why that is ?? or anyone know a...
Back
Top Bottom