Search results

  1. J

    Very simple yet cant get it working...toggle box switch

    Hi Using a toggle box to ask the following question, i have data that contains either OPEN or CLOSED against each record. I tried using the following in the criteria for the specific data to either select all the OPEN records when the box is clicked and i would like to select all records OPEN...
  2. J

    Email attachemnts

    What do i have to do to the following code to get it to attach a file to the email ? Sub SendMail() ' This routine will work will all incarnations of VBA Dim myOutlook As Object Dim myMailItem As Object Set myOutlook = CreateObject("Outlook.Application") Set myMailItem =...
  3. J

    Access 2007

    The runcommand as part of a macro used to have the command RefreshPage in the 2003 version but i cant seem to find it in the 2007 version. Can anyone tell me if there is an alternative I need to refresh a form by pressing a command button eg. running a macro or vb that refreshed the current...
Back
Top Bottom