Search:

Type: Posts; User: MacroAlan; Keyword(s):

Page 1 of 11 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    4,865

    Sending Outlook e-mail from Access 2010

    I have a cool database I created because I am the secretary of 7 stamp clubs in my area. Decided it would preferable to have one DB to handle the overlap.

    Couple things I need to do is to write...
  2. Replies
    4
    Views
    1,733

    Does anyone have a good (easy) workaround for the...

    Does anyone have a good (easy) workaround for the absence of Application.FileSearch in Access 2007?? :confused:
  3. Replies
    4
    Views
    1,733

    Array to capture File Names

    In my Access procedure, I am going to have future input updates. The mainframe guys cannot understand that I want the same name month after month.

    My idea is to setup a “File Open” event and...
  4. Replies
    4
    Views
    592

    Instead of stacking everything up, you might use...

    Instead of stacking everything up, you might use “Tabbed Documents,” go to Office icon at top. At bottom of menu, choose Access Options | Current database and the radio button for Tabbed Docs.27623
    ...
  5. Replies
    6
    Views
    2,883

    My favorites are anything by John Walkenbach such...

    My favorites are anything by John Walkenbach such as “Excel 2010 Power Programming With VBA.” His Dummy book is good too. Also look at “VBA and Macros: Microsoft Excel 2010” by Bill Jelen.
  6. Replies
    6
    Views
    2,883

    Perhaps the best advice is to record a macro in...

    Perhaps the best advice is to record a macro in Excel; then take it apart and analyse it. There will be lots of extraneous instructions and you cannot record a loop.

    There are excellent books on...
  7. Replies
    2
    Views
    379

    Check your SQL WHERE clause: WHERE...

    Check your SQL WHERE clause:
    WHERE (([OpenDate]<Now()-90) AND ([CloseDate IsNull]))
  8. Replies
    2
    Views
    535

    Acces Temp Table creation

    I have been using a recordset to define a chunk of data I want to work with. We have decided that a temp table would be better so we could query against the smaller piece.

    I have forgotten the...
  9. Replies
    3
    Views
    528

    I am such a dummy. :wacko: Went back and looked...

    I am such a dummy. :wacko: Went back and looked again; since it returned so few records, I thought it was wrong. Doing exactly what it should do.
  10. Replies
    3
    Views
    528

    SubQuery "NOT IN"

    I am trying to write a SubQuery to find the records that are not in a range. It is bringing me the records that match, not the rest. Seems like the NOT function isn't working.

    SELECT...
  11. Replies
    9
    Views
    669

    I re-installed MZ Tools. Had it before I rebuilt...

    I re-installed MZ Tools. Had it before I rebuilt my PC.

    I haven't used wizards in years. I sometimes go into a system that someone else has built and see the evidence all over the place. Looks...
  12. Replies
    9
    Views
    669

    I think I need to dig deeper. I hate macros. VBA...

    I think I need to dig deeper. I hate macros. VBA is the way to go.
  13. Replies
    9
    Views
    669

    I finally found it. Go to Access Options | Object...

    I finally found it. Go to Access Options | Object Designers and scroll to Forms Control and choose “Aways Use Event Procedures”

    [attachment=89998:event_procs.jpg]
  14. Replies
    9
    Views
    669

    I think I could do this in previous versions. ...

    I think I could do this in previous versions.

    When I add a control; say a button to a form, I want the code to default to VBA and not a macro. When I tell Access to convert macros to VBA, it...
  15. Replies
    3
    Views
    849

    My predessors at this company used a lot of...

    My predessors at this company used a lot of Access macros. I need to change one but I have been exclusively VBA for years.

    Is there an equivalent for DoCmd.SetWarnings False in Macro Lanaguage?...
  16. Replies
    4
    Views
    381

    Using Access 2007. The XXX was representing an...

    Using Access 2007. The XXX was representing an instruction I could not find.

    Been a while since I used OpenArgs.

    ==========
    On one kind of report, I need to set one label to background shade;...
  17. Replies
    4
    Views
    381

    Sometime in the past, this database was written...

    Sometime in the past, this database was written with 10 similar reports; each highlighting one label by shading. The only other difference is the Titles. Changing the titles in the Open event of the...
  18. Replies
    1
    Views
    228

    I have a form that was formerly using bound...

    I have a form that was formerly using bound fields but the client wanted a SAVE button. I converted to unbound fields and the save works.

    When they come back to the field and choose an Employee, I...
  19. Replies
    1
    Views
    215

    I wrote a function in Access 2007 that pulls the...

    I wrote a function in Access 2007 that pulls the values from a swarm of queries and displays in my report. This part is working OK except when the Institution Account Number is not found in the...
  20. Replies
    3
    Views
    289

    Word version may be relevant here. If those are...

    Word version may be relevant here. If those are the checkboxes inserted using the Forms toolbar (legacy controls), they probably have default names, like "Check1". If they are new Word 2007 controls,...
  21. Replies
    3
    Views
    289

    I have been programming Excel and Access for...

    I have been programming Excel and Access for years but got blind sided with a Word project this morning.

    Somebody has already built a 30 page questionnaire in Word but the Checkboxes don't have...
  22. Replies
    4
    Views
    900

    That solved it. When the email popped up, my...

    That solved it. When the email popped up, my manager's email address was spelled wrong (she typed it).
  23. Replies
    4
    Views
    900

    Outlook does not recognize one or more names

    Outlook does not recognize one or more names
  24. Replies
    4
    Views
    900

    This code was working yesterday. Do I need to...

    This code was working yesterday. Do I need to close the Excel file before the attach will work in Access?

    What is the syntax for closing Excel? I am using

    appExcel.Close...
  25. Thanks Hans --- you saved the day AGAIN ...

    Thanks Hans --- you saved the day AGAIN

    http://windowssecrets.com/forums/images/smilies/thewave.gif
Results 1 to 25 of 258
Page 1 of 11 1 2 3 4