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...
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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.