Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. chesterex

    Attaching document to a report

    Is it possible to attach a word document to a report? In code would be best. Thanks for any help you can give.
  2. chesterex

    Attach a Word Doc to Access Report

    Is there an easy way to attach a word doc(s) to an Access report? I have been using the DoCommand.Sendobject command with lots of success to email a huge amount of reports to managers across the country using a loop. However I would like to attach a memo (Word.doc) with each report? Is there an...
  3. chesterex

    Record Count

    Is there an easy way to get a record count of a recordset that I already set as an object? EG Dim i as Integer Set dbS = CurrentDb Set qryBr = dbS.OpenRecordset("FULLReportqry") i = qryBr.RECORDCOUNT of course I can not use RECORCOUNT - is there another way? Thanks Tim
  4. chesterex

    Clipboard Object

    Is it possible to treat the clipboard as an Object in VBA. I know in VB6.0 you can simply write Clipboard.GetText and it gets the text from the clipboard. Is this possible in VBA? Any help appreciated. Thanks Tim

Part and Inventory Search

Back
Top