Recent content by matnhouse

  1. M

    simple problem i hope, please help

    :eek: -------------------------------------------------------------------------------- I have made a reasonably simple database, for some reason I am struggling to send of reports by Emails. The piece of code I am using is: Private Sub cmdEMailRptPastNonCon_Click() DoCmd.Close acForm...
  2. M

    simple problem i hope, please help

    :eek: I have made a reasonably simple database, for some reason I am struggling to send of reports by Emails. The piece of code I am using is: Private Sub cmdEMailRptPastNonCon_Click() DoCmd.Close acForm, Me.Name DoCmd.OpenForm "frmSwitchboard", acNormal On Error GoTo...
  3. M

    End of recordset navigation default message box

    :confused: I am having troubles in a form, whilst navigating through records shown in a form view, upon coming to the end of the recordset the default macro message box appears telling me its the end of the record set and then a second box appears after asking me to 'halt' the macros actions...
  4. M

    Record count (simple)

    :mad: I have created a database to hold information on non conformances we have with our suppliers, I am really stuck, what I am looking for is to put a field into a table which counts issues with the different suppliers, if anyone can help it would be much appreciated! Thanks
  5. M

    Simple new record in form on open

    Thanks :D Thank you very much, this worked a treat
  6. M

    Simple new record in form on open

    :mad: it sound really stupid but I am having problems on open. I have a main input page for the database I am creating but when I open it up it brings up previously inputted data. Any ideas on this?
Back
Top Bottom