No announcements
Found 1119325 threads
-
1 Votes
DoCmd.TransferText not working
If the former, enclose the name in quotes: DoCmd.TransferText acImportDelim, "ImportXTI", "tblXTI", xtiNewName, ...Answered | 4 Replies | 2338 Views | Created by mbrad - Monday, September 28, 2015 4:54 PM | Last reply by Gary Voth - Tuesday, September 29, 2015 5:34 AM -
2 Votes
Access 2010 filter bug
I saved our access 2010 database in access 2003 format!Answered | 14 Replies | 10524 Views | Created by lord_de_tempest - Monday, March 14, 2011 2:26 PM | Last reply by Alan Gerber (ZOLL) - Tuesday, May 19, 2020 3:27 PM -
1 Votes
Getting an unusal warning in DoCmd.TransferText ?
DoCmd.TransferText - Exporting a query to a Text file, assuming that exceptionreport is a String with the PathName in it, better define it like strPath to have no confusion.Answered | 5 Replies | 3305 Views | Created by Anirudh Bhardwaj - Friday, October 7, 2011 9:30 AM | Last reply by danishani - Thursday, October 13, 2011 2:03 PM -
1 Votes
Critical Bug in Access Database Engine 2010
support, they finally found the bug.Answered | 14 Replies | 9297 Views | Created by OSVBNET - Tuesday, August 3, 2010 2:53 PM | Last reply by Cor Ligthert - Thursday, October 25, 2012 1:07 PM -
2 Votes
create an advanced export-definition in Access 2010?
So we can't create export specifications in Access 2010 that will allow us to specify a custom delimiter?Answered | 7 Replies | 21910 Views | Created by Sune - Saturday, March 5, 2011 4:58 AM | Last reply by Henry Habermacher - Saturday, October 22, 2011 6:47 AM -
0 Votes
Run time error 3001 Invalid Argument when using DoCmd.Transfertext
I think you mean export -- TransferSpreadsheet exports data from Access to Excel.Answered | 1 Replies | 3651 Views | Created by davebo5256 - Friday, January 4, 2013 6:11 PM | Last reply by Rich P123 - Friday, January 4, 2013 7:48 PM -
0 Votes
Access 2010 - Docmd.transfertext - BUG
Go here Explaination in FR with test function & file to load andAnswered | 20 Replies | 1415 Views | Created by technet65 - Tuesday, January 28, 2020 1:14 PM | Last reply by Imb-hb - Monday, February 3, 2020 7:25 PM -
1 Votes
My schema.ini file is being ignored when using DoCmd.TransferText() from .Net
I never use TransferText unless I'm working in Microsoft Access.Answered | 7 Replies | 3944 Views | Created by Brad Mathews - Friday, November 3, 2017 10:39 PM | Last reply by Paul P Clement IV - Monday, November 6, 2017 7:49 PM -
1 Votes
Outlook 2010 DragDrop Bug
Is this bug resolved in office 2013?Answered | 8 Replies | 18686 Views | Created by Snixtor - Tuesday, August 3, 2010 1:08 AM | Last reply by AliKazmi - Thursday, November 21, 2013 6:50 AM -
0 Votes
Bug in Outlook 2010 Add-In?
As soon I access the ActiveInspector the problem occurs again (I need this, because every time a new mail is created, I need to access the mail subject to add ...Answered | 13 Replies | 3909 Views | Created by andreas_0815 - Tuesday, July 3, 2012 9:13 PM | Last reply by andreas_0815 - Thursday, July 12, 2012 3:55 PM -
4 Votes
Range.InsertXML bug in Word 2010
Hello, I've found the same bug that Stein-Tore reports in that InsertXML in Word 2010 adds paragraphs marks if the target range is not followed by a paragraph ...Answered | 8 Replies | 6686 Views | Created by s.t.e - Thursday, November 17, 2011 9:53 AM | Last reply by sriram_electric - Thursday, July 5, 2012 10:21 AM -
0 Votes
A bug in Access 2013
You can report here on uservoice https://access.uservoice.com/forums/319956-access-desktop-application or ask over here.Answered | 1 Replies | 781 Views | Created by PizMac - Wednesday, May 31, 2017 10:28 AM | Last reply by Dave Patrick - Wednesday, May 31, 2017 11:50 AM -
6 Votes
Excel 2010 and RTD Bug?
Hello Shaun, This issue has been confirmed as a bug.Answered | 19 Replies | 24753 Views | Created by Shaun Pendrigh - Tuesday, August 3, 2010 1:48 PM | Last reply by Oleg Makovski - Monday, January 10, 2011 2:23 PM -
0 Votes
Visual Studio 2010 Bug?
I'm not a bug expert hence y'all shouldn't yell at me if what I am about to say isn't what I should be saying.Answered | 1 Replies | 2834 Views | Created by Mickey Mouze - Wednesday, February 1, 2012 1:15 AM | Last reply by Jie Bao - Wednesday, February 1, 2012 2:24 AM -
0 Votes
VS 2010 Bugs - Able to Submit?
Can you supply me with an exact set of steps that will get me to some bug form that allows me to specify MTM 2010 as the product OR, do I enter MTM ...Answered | 4 Replies | 2646 Views | Created by KenexaDave - Thursday, July 5, 2012 3:49 PM | Last reply by Lily_Wu - Tuesday, July 10, 2012 12:43 AM -
0 Votes
Bug in VS 2010?
Usually one can argue that a bug somewhere else in the code may cause incorrect behavior like this, but in this case it seems exceedingly odd - the first line declares an integer, and sets ...Answered | 3 Replies | 438 Views | Created by PMBT - Tuesday, March 15, 2016 12:06 PM | Last reply by Wyck - Tuesday, March 15, 2016 2:16 PM -
2 Votes
Access Export Subform to CSV
DoCmd.TransferText acExportDelim, , "qryDataExport", "C:\location\" & Me.YourFieldWithFileName &".csv", TrueAnswered | 3 Replies | 5596 Views | Created by Redneck Cody - Monday, April 4, 2011 10:00 PM | Last reply by danishani - Tuesday, April 5, 2011 9:31 PM -
0 Votes
Issue with Access 2010
This appears to be some kind of bug.Answered | 5 Replies | 6166 Views | Created by ZackSimons - Monday, December 6, 2010 3:11 PM | Last reply by KerryCPT - Tuesday, October 2, 2012 6:06 PM -
5 Votes
Bug in ChartFormat object, Excel 2010?
Here is the code that, in my opinion, shows the bug: Sub BugInChartFormatObject() Dim cho As ChartObject Dim ax As Axis Dim cft ...Answered | 5 Replies | 16343 Views | Created by delveneto - Friday, June 25, 2010 4:42 AM | Last reply by ScottSox - Tuesday, July 22, 2014 6:41 PM -
0 Votes
Visual Studio 2010 bug reporter
Is there a place to repot bugs for visual studio 2010?Answered | 1 Replies | 7382 Views | Created by ny33ranger - Friday, September 10, 2010 3:58 PM | Last reply by pvdg42 - Sunday, September 12, 2010 2:23 PM - Items 1 to 20 of 1119325 Next ›
No announcements