Recent content by zoona

  1. Z

    close error

    Hi all I am new to access VB I the code below to close 'frm_two' but all I get is a run time error Private Sub Command0_Click() On Error GoTo HandleError DoCmd.RunCommand acCmdSaveRecord DoCmd.Close acForm, Form_frm_two, acSavePrompt HandleExit: Exit Sub HandleError...
  2. Z

    unable to attach a report to access email

    Hi, getting to grips with the code a bit more now, but now I cannot get the report which is generated to attach to the email hope you can help many thanks running ms access 2010
  3. Z

    Hi All

    First post, I have been given this database to 'fix' I have not used vba before, some the VB code works, then fails. It should email out a the form as requested it seems very simple I hope. I can tidy the DB myself but I can not get this to run at all. Thanks
Back
Top Bottom