|
First
|
Prev |
Next
|
Last
Pages: 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591
can´t delete a message!! How to delete a message that WON�T DELETE. THANKS Sharon ... 2 Jul 2008 19:07
NÃO CONSIGO DELETAR ESSA MENSAGEM!! N�o foi poss�vel exibir a mensagem. O Outlook Express encontrou um problema inesperado ao exibir esta mensagem. Verifique se h� mem�ria e espa�o em disco suficientes no computador e tente novamente. -------------------------------------------------------------------------- Window... 2 Jul 2008 17:03
DoCmd.TransferSpreadsheet acImport Help I need to figure out a way to run the " DoCmd.TransferSpreadsheet acImport" on a workbook with three sheets, each with different data configuration. Function GetExcelFileData(tableName As String, filepath As String) Dim lglastRow As Long, lglastColumn As Long lglastRow = Range("A65536").End(xlUp).Row lglastColu... 3 Jul 2008 10:26
opening a 2007 edited file in 2003 shows blank screen Hello All, I am working on a database created in Access 2003 using Access 2007. Other users have 2003. I have done nothing to the file that would make it only able to open in 2007. The file is saved in the .mdb extension. When I opened the file with 2003, a blank working space appeared with a very long sc... 2 Jul 2008 17:03
Email Help Hello, Here is the code I have behind my email button. So when a user is on a record from there they click the button and the email will pull the info from the selceted fields. Private Sub cmdSendEmail_Click() On Error GoTo EH Dim SendTo As String, SendCC As String, MySubject As String, MyMessage As ... 3 Jul 2008 12:30
Access 2007 Compact and Repair does nothing Hi all, I have read several posts on this issue, but no one has replied with an acceptable work around. i have an Access 2007 database that requires a compact and repair (due to importing txt files) to be run on close. When I attempt to compact and repair the DB on the network, the DB size remains the same. ... 2 Jul 2008 17:03
Errors when opening Access 2003 file in Access 2007 I have run into several errors when trying to open an Access 2003 file in Access 2007. The first error I receive is when I try to open the database file. “An error occurred while loading 'ReportFileName'. Do you want to continue loading the project?” If I choose no then I receive this error, “The data... 2 Jul 2008 17:03
Run Excel macro with arguments from Access I want to run an Excel macro from Access. This is the syntax used in Access : Dim xls As Object, xwkb As Object Dim strFile As String, strMacro As String strFile = "PERSONAL.XLS" Set xls = CreateObject("Excel.Application") xls.Visible = True Set xwkb = xls.Workbooks.Open(Macro_Path & st... 4 Jul 2008 00:49
Changing field type from Text to Memo..., any dangers ? Hi all…, I'm about to change a field type from Text to Memo because I find I'm needing more character spaces that 255. Are there any inherent dangers in doing this ? Thanks in advance. DennisO ... 2 Jul 2008 16:01 |