Search results

  1. T

    How to add values from form to another database

    hi!!! I will like to insert some values from a form in database1 to a table in database 2? how should i do it? query1 = "INSERT INTO "WHAT SHOULD I PUT HERE"(ID,COURSETITLE,VALIDDURATION,type) SELECT Text1,Text2,Combo1,combo2;" I dont want to use link tables thanks a lot
  2. T

    Search and show

    Hi, I made a form and inside this form i have a combo box that returns all the items I have in the inventory(with a query) However i ran into this problem. Example, in my inventory list, i have items like Shoes, ankle, Black Shoes, ankle, white Safety Shoes. When i type shoes, the list...
  3. T

    How to save attachment to specific records.

    Hi, The table has two fields. One is task id and the other is the attachment field. How can i add save attachment to the specific records using form? the form will ask the user to input the the task id, and from there how do i use this to save the attachment to the particular task id? THANKS
  4. T

    mass email with different content and address

    Hi all, I got a table with two fields. One is the email address and one is information. Is there any codes out there so that i can send email to those email address with the information that coresponds to the email. Thanks
  5. T

    Scatter plot diagram

    Hi ALL, I'm a newbie on the access and programming. I need to create a scatterplot diagram about variance and date. Some dates have more than one variance to be plotted. The access programme didnt allow me to plot the scatterplot and automatically change the Y AXIS to sum of variance...
Back
Top Bottom