Search results

  1. Y

    Solved printed report log

    I would like to save a log when a report as last printed. how do you add vba to a report that if printed update ReportPritedLog? I can't figure out which event it is. Thanks!
  2. Y

    Default Values form controls

    trying to figure out, I can set Default values for form bound and unbound control in Property Sheet. but could i set it with VBA? I tried to add a button on a form, running code to save the current value of specific control to default values, me.control.defaultvalue = me.control when I change...
  3. Y

    Solved save query results to use even after criteria changes

    I"m using a Recordset to select records to be updated using Do ANd Loop The Recordset gets the records based on a complex Query. the problem is that each time the loop statment is passed - it refreshes the query criteria and some records previously part of this recordset waiting to be updated...
  4. Y

    Recordset - too few parameeters, expected 2

    I'm using a recordset in access vba to update specific records with an update command. I'm receiving this error mesage too few parameeters, expected 2 i looked it up and found that the DBGuy suggests to add this link to a module and then call on it...
  5. Y

    Emailing with Access

    I would like to send out individual receipts to individual donors with access vba. I have a query containing all the info needed, I searched around it looks like there are a few ways around to make it happen. I would like it to work with out outlook installed. I would greatly appreciate any hep...
  6. Y

    Helo

    I"m not new to access but lately i"m trying my way thru emailing with access, which is not so easy as it seems. I deeply appreciate the time & effort others put in to help!
Top Bottom