Search results

  1. C

    clong expression

    Hi. I have a report and i whant to make some calculations. Can i use the "clong()" several times? Thanks
  2. C

    report problem

    I have ready and complete a report but I forgot to add one field from a table, how can i add it? Thanks
  3. C

    Query date only for month

    Hi. I want to make a query in a field date (dd/mm/yyyy) but I only want that it appears the month that will be asked for. I have this code: WHERE (((customers.creationDate) Like "*" & [Which Month] & "*")); Thanks
  4. C

    Query

    Hi. I have a query where one of the fields is a date of days months and year, it wanted that in the criterion field it appeared only the months. Is that possivel? Thanks
  5. C

    calculations

    hi I am to try to make calculations between tables but it wanted that the results were kept in the database thanks
  6. C

    send email from access

    Hi. I have created a form to send emails from access, but i want to be the user to establish the date of delivery. For exampel: send today the email but it will only be delivered in the next week. Thanks I have the this code to send emails: Private Sub cmdMailTicket_Click() On Error...
  7. C

    send data from a table to another

    Hi, again... I have a problem. I want to create a button to send the data of a table to another table. I have a table "budget" and i want so send to another one "order". Thank You. ;)
  8. C

    Table to table

    Hi, again... I have a problem. I want to create a button to send the data of a table to another table. I have a table "budget" and i want so send to another one "order". Thanks
  9. C

    Ambiguous name detected: AfterUpdate

    Hi. I am to try to bring update a field in the db but I get this message of error: "Ambiguous name detected: codproduto_AfterUpdate" Can somme one help me Thanks the code i have is: Option Compare Database Option Explicit Private Sub Form_AfterDelConfirm(Status As Integer)...
  10. C

    access to outlook

    Hi. I'm new in the vb code processing. I want to connect my database to outlook to add tasks, but i whant to be the user to determine the regularity of the task. That is possivel? Thank you. the code i have is Private Sub AddOutLookTask_Click() Dim appOutLook As Outlook.Application...
  11. C

    access email

    I have this code to send email by a access form but its given errors in one variavel, "strHelpDesk" says that it is not defined. Can some one help me? tank you the code is Private Sub cmdMailTicket_Click() On Error GoTo Err_cmdMailTicket_Click Dim stWhere As String '--...
  12. C

    access task

    Hi. I'm new in the vb code processing. I want to connect my database to outlook to add tasks, but i whant to be the user to determine the regularity of the task. That is possivel? Thank you
Back
Top Bottom