Recent content by cvboas

  1. C

    report problem

    I already tried to make that but the problem is that the field that I'm look for it's not this available field list. The field exists therefore it's inserted in a table and in a form… Thanks
  2. C

    clong expression

    Hi. I have a report and i whant to make some calculations. Can i use the "clong()" several times? Thanks
  3. 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
  4. 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
  5. 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
  6. C

    calculations

    I want to make operations between fields of a table, I dont want the field to be a independent field, I want date to be stored in a field of the table in use. Are you able to understand me? Thanks and sorry...
  7. C

    calculations

    hi I am to try to make calculations between tables but it wanted that the results were kept in the database thanks
  8. 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...
  9. 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. ;)
  10. 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
  11. C

    Ambiguous name detected: AfterUpdate

    Thank You. Im new in the VB code processing, i have started today...lol... Thanks ;)
  12. 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)...
  13. 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...
  14. C

    access email

    I tried but I did not acheave. I am with the same error… I did not obtain to identify the error… thanks
  15. C

    access email

    I'll try to do that. Thanks
Top Bottom