From paul.hartland at googlemail.com Sat Dec 8 01:55:30 2018 From: paul.hartland at googlemail.com (Paul Hartland) Date: Sat, 8 Dec 2018 07:55:30 +0000 Subject: [AccessD] Auth 2.0 and HMRC digital VAT Message-ID: To all, I work for a company that has quite a few clients, next year we want to incorporate VAT registration etc, I have tried reading through the gov.uk Digital VAT pages etc but just find them more and more confusing, has anyone any got any code samples etc for using the Auth 2.0 etc....What I ideally want to do is build a dll type object that I can use in any desktop application and pass it client details to register them on the Auth 2.0/digital VAT system, then pass the VAT return details through the dll to the UK governmet HMRC. Many thanks in advance for any help or pointers in a good direction for this. -- Paul Hartland paul.hartland at googlemail.com Virus-free. www.avg.com <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> From paul.hartland at googlemail.com Thu Dec 13 00:18:30 2018 From: paul.hartland at googlemail.com (Paul Hartland) Date: Thu, 13 Dec 2018 06:18:30 +0000 Subject: [AccessD] No messages Message-ID: I haven't seen anything from this list in a while is it still going ? -- Paul Hartland paul.hartland at googlemail.com From gustav at cactus.dk Thu Dec 13 00:50:11 2018 From: gustav at cactus.dk (Gustav Brock) Date: Thu, 13 Dec 2018 06:50:11 +0000 Subject: [AccessD] No messages Message-ID: Hi Paul Busy with Christmas shopping? /gustav -----Oprindelig meddelelse----- Fra: AccessD P? vegne af Paul Hartland via AccessD Sendt: 13. december 2018 07:19 Til: Access List Cc: Paul Hartland Emne: [AccessD] No messages I haven't seen anything from this list in a while is it still going ? -- Paul Hartland paul.hartland at googlemail.com From paul.hartland at googlemail.com Thu Dec 13 00:59:06 2018 From: paul.hartland at googlemail.com (Paul Hartland) Date: Thu, 13 Dec 2018 06:59:06 +0000 Subject: [AccessD] No messages In-Reply-To: References: Message-ID: Lol yes hopefully, will post my question and see what happens, as stuck on something which I know should be simple, but seem to be suffering from brain freeze lol Paul On Thu, 13 Dec 2018, 06:51 Gustav Brock Hi Paul > > Busy with Christmas shopping? > > /gustav > > -----Oprindelig meddelelse----- > Fra: AccessD P? vegne af Paul > Hartland via AccessD > Sendt: 13. december 2018 07:19 > Til: Access List > Cc: Paul Hartland > Emne: [AccessD] No messages > > I haven't seen anything from this list in a while is it still going ? > > -- > Paul Hartland > paul.hartland at googlemail.com > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From paul.hartland at googlemail.com Thu Dec 13 01:09:03 2018 From: paul.hartland at googlemail.com (Paul Hartland) Date: Thu, 13 Dec 2018 07:09:03 +0000 Subject: [AccessD] Cross posted as got brain freeze Message-ID: To all, Hopefully I will start seeing some messages come through soon, I have a problem where I just know the answer should be pretty simple but seem to have brain freeze. I have the following table (sorry for any wrapping etc) SECTION START_POINT END_POINT DEFECT_CODE SecA 0.00 100.00 RUT SecA 50.00 140.00 FAT SecA 10.00 20.00 POTHOLE SecA 60.00 70.00 POTHOLE and I need to produce something like below SECTION START_POINT END_POINT DEFECT_CODES_XML SecA 0.00 10.00 RUT SecA 10.00 20.00 RUT,POTHOLE SecA 20.00 50.00 RUT SecA 50.00 60.00 RUT,FAT SecA 60.00 70.00 RUT,POTHOLE,FAT SecA 70.00 100.00 RUT,FAT SecA 100.00 140.00 FAT As you can see the start and end points can cross over etc, I think the main problem I am having is creating the start & end points from the initial four rows, any help greatly appreciated before I succumb to starting the Christmas spirit (whisky) earlier than I have anticipated....... Many many many thanks and Christmas wishes to everyone for the help. -- Paul Hartland paul.hartland at googlemail.com From stuart at lexacorp.com.pg Thu Dec 13 01:16:25 2018 From: stuart at lexacorp.com.pg (Stuart McLachlan) Date: Thu, 13 Dec 2018 17:16:25 +1000 Subject: [AccessD] Cross posted as got brain freeze In-Reply-To: References: Message-ID: <5C120749.742.146CDB0@stuart.lexacorp.com.pg> What's the potential resolution? Always units of 10 or could start be 32.01 ? On 13 Dec 2018 at 7:09, Paul Hartland via AccessD wrote: > To all, > > Hopefully I will start seeing some messages come through soon, I have > a problem where I just know the answer should be pretty simple but > seem to have brain freeze. I have the following table (sorry for any > wrapping etc) > > SECTION START_POINT END_POINT DEFECT_CODE > SecA 0.00 100.00 RUT > SecA 50.00 140.00 FAT > SecA 10.00 20.00 POTHOLE > SecA 60.00 70.00 POTHOLE > > and I need to produce something like below > > SECTION START_POINT END_POINT DEFECT_CODES_XML > SecA 0.00 10.00 > RUT SecA 10.00 20.00 > RUT,POTHOLE SecA 20.00 > 50.00 RUT SecA 50.00 60.00 > RUT,FAT SecA 60.00 70.00 > RUT,POTHOLE,FAT SecA 70.00 > 100.00 RUT,FAT SecA 100.00 > 140.00 FAT > > As you can see the start and end points can cross over etc, I think > the main problem I am having is creating the start & end points from > the initial four rows, any help greatly appreciated before I succumb > to starting the Christmas spirit (whisky) earlier than I have > anticipated....... > > Many many many thanks and Christmas wishes to everyone for the help. > > -- > Paul Hartland > paul.hartland at googlemail.com > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From stuart at lexacorp.com.pg Thu Dec 13 01:19:23 2018 From: stuart at lexacorp.com.pg (Stuart McLachlan) Date: Thu, 13 Dec 2018 17:19:23 +1000 Subject: [AccessD] Cross posted as got brain freeze In-Reply-To: References: Message-ID: <5C1207FB.2308.14986D2@stuart.lexacorp.com.pg> Oh yes, also: 1. how many potential codes 2. Can you have location/code overlaps i.e. 10, 40 POTHOLE and 20,60 POTHOLE On 13 Dec 2018 at 7:09, Paul Hartland via AccessD wrote: > To all, > > Hopefully I will start seeing some messages come through soon, I have > a problem where I just know the answer should be pretty simple but > seem to have brain freeze. I have the following table (sorry for any > wrapping etc) > > SECTION START_POINT END_POINT DEFECT_CODE > SecA 0.00 100.00 RUT > SecA 50.00 140.00 FAT > SecA 10.00 20.00 POTHOLE > SecA 60.00 70.00 POTHOLE > > and I need to produce something like below > > SECTION START_POINT END_POINT DEFECT_CODES_XML > SecA 0.00 10.00 > RUT SecA 10.00 20.00 > RUT,POTHOLE SecA 20.00 > 50.00 RUT SecA 50.00 60.00 > RUT,FAT SecA 60.00 70.00 > RUT,POTHOLE,FAT SecA 70.00 > 100.00 RUT,FAT SecA 100.00 > 140.00 FAT > > As you can see the start and end points can cross over etc, I think > the main problem I am having is creating the start & end points from > the initial four rows, any help greatly appreciated before I succumb > to starting the Christmas spirit (whisky) earlier than I have > anticipated....... > > Many many many thanks and Christmas wishes to everyone for the help. > > -- > Paul Hartland > paul.hartland at googlemail.com > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From paul.hartland at googlemail.com Thu Dec 13 01:20:39 2018 From: paul.hartland at googlemail.com (Paul Hartland) Date: Thu, 13 Dec 2018 07:20:39 +0000 Subject: [AccessD] Cross posted as got brain freeze In-Reply-To: <5C120749.742.146CDB0@stuart.lexacorp.com.pg> References: <5C120749.742.146CDB0@stuart.lexacorp.com.pg> Message-ID: Ah sorry, yes should all be in units of 10 On Thu, 13 Dec 2018, 07:17 Stuart McLachlan What's the potential resolution? Always units of 10 or could start be > 32.01 ? > > On 13 Dec 2018 at 7:09, Paul Hartland via AccessD wrote: > > > To all, > > > > Hopefully I will start seeing some messages come through soon, I have > > a problem where I just know the answer should be pretty simple but > > seem to have brain freeze. I have the following table (sorry for any > > wrapping etc) > > > > SECTION START_POINT END_POINT DEFECT_CODE > > SecA 0.00 100.00 RUT > > SecA 50.00 140.00 FAT > > SecA 10.00 20.00 POTHOLE > > SecA 60.00 70.00 POTHOLE > > > > and I need to produce something like below > > > > SECTION START_POINT END_POINT DEFECT_CODES_XML > > SecA 0.00 10.00 > > RUT SecA 10.00 20.00 > > RUT,POTHOLE SecA 20.00 > > 50.00 RUT SecA 50.00 60.00 > > RUT,FAT SecA 60.00 70.00 > > RUT,POTHOLE,FAT SecA 70.00 > > 100.00 RUT,FAT SecA 100.00 > > 140.00 FAT > > > > As you can see the start and end points can cross over etc, I think > > the main problem I am having is creating the start & end points from > > the initial four rows, any help greatly appreciated before I succumb > > to starting the Christmas spirit (whisky) earlier than I have > > anticipated....... > > > > Many many many thanks and Christmas wishes to everyone for the help. > > > > -- > > Paul Hartland > > paul.hartland at googlemail.com > > -- > > AccessD mailing list > > AccessD at databaseadvisors.com > > http://databaseadvisors.com/mailman/listinfo/accessd > > Website: http://www.databaseadvisors.com > > > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From paul.hartland at googlemail.com Thu Dec 13 02:05:47 2018 From: paul.hartland at googlemail.com (Paul Hartland) Date: Thu, 13 Dec 2018 08:05:47 +0000 Subject: [AccessD] Cross posted as got brain freeze In-Reply-To: <5C1207FB.2308.14986D2@stuart.lexacorp.com.pg> References: <5C1207FB.2308.14986D2@stuart.lexacorp.com.pg> Message-ID: Could be limitless potential codes such as RUT & POTHOLE. In the first table, a single code will never overlap itself, i.e in your question 2, there would be a single entry for pothole of start point 10 and end point 60. On Thu, 13 Dec 2018, 07:20 Stuart McLachlan Oh yes, also: > > 1. how many potential codes > 2. Can you have location/code overlaps i.e. 10, 40 POTHOLE and 20,60 > POTHOLE > > On 13 Dec 2018 at 7:09, Paul Hartland via AccessD wrote: > > > To all, > > > > Hopefully I will start seeing some messages come through soon, I have > > a problem where I just know the answer should be pretty simple but > > seem to have brain freeze. I have the following table (sorry for any > > wrapping etc) > > > > SECTION START_POINT END_POINT DEFECT_CODE > > SecA 0.00 100.00 RUT > > SecA 50.00 140.00 FAT > > SecA 10.00 20.00 POTHOLE > > SecA 60.00 70.00 POTHOLE > > > > and I need to produce something like below > > > > SECTION START_POINT END_POINT DEFECT_CODES_XML > > SecA 0.00 10.00 > > RUT SecA 10.00 20.00 > > RUT,POTHOLE SecA 20.00 > > 50.00 RUT SecA 50.00 60.00 > > RUT,FAT SecA 60.00 70.00 > > RUT,POTHOLE,FAT SecA 70.00 > > 100.00 RUT,FAT SecA 100.00 > > 140.00 FAT > > > > As you can see the start and end points can cross over etc, I think > > the main problem I am having is creating the start & end points from > > the initial four rows, any help greatly appreciated before I succumb > > to starting the Christmas spirit (whisky) earlier than I have > > anticipated....... > > > > Many many many thanks and Christmas wishes to everyone for the help. > > > > -- > > Paul Hartland > > paul.hartland at googlemail.com > > -- > > AccessD mailing list > > AccessD at databaseadvisors.com > > http://databaseadvisors.com/mailman/listinfo/accessd > > Website: http://www.databaseadvisors.com > > > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From stuart at lexacorp.com.pg Thu Dec 13 04:55:24 2018 From: stuart at lexacorp.com.pg (Stuart McLachlan) Date: Thu, 13 Dec 2018 20:55:24 +1000 Subject: [AccessD] Cross posted as got brain freeze In-Reply-To: References: , <5C1207FB.2308.14986D2@stuart.lexacorp.com.pg>, Message-ID: <5C123A9C.8752.20F4AFE@stuart.lexacorp.com.pg> I think this is what you are after. I'll leave the conversion of the Debug.Print to XML to you :) tblSections is structured exactly as per your sample data. One query: SELECT Section, Start_Point As Bndry FROM tblSections UNION SELECT Section, END_Point As Bndry FROM tblSections ORDER BY Section, Bndry; Two functions in a module: Option Compare Database Option Explicit Function BuildList() As Long Dim rs As DAO.Recordset Dim startpoint As Long Dim endpoint As Long Set rs = CurrentDb.OpenRecordset("qryBndrys") startpoint = rs!bndry Do rs.MoveNext If rs.EOF Then Exit Do endpoint = rs!bndry Debug.Print rs!section, startpoint, endpoint, Getcodes(rs!section, startpoint, endpoint) startpoint = endpoint Loop rs.Close End Function Function Getcodes(section As String, startpoint As Long, endpoint As Long) As String Dim rs As DAO.Recordset Dim strSQL As String Dim strT As String strSQL = "Select Defect_Code from tblSections where Start_point <= " & startpoint & _ " and end_point >= " & endpoint & " and Section = '" & section & "' order by Defect_Code" Set rs = CurrentDb.OpenRecordset(strSQL) While Not rs.EOF strT = strT & "," & rs!Defect_Code rs.MoveNext Wend Getcodes = Mid$(strT, 2) End Function Output of BuildList: buildlist SecA 0 10 RUT SecA 10 20 POTHOLE,RUT SecA 20 50 RUT SecA 50 60 FAT,RUT SecA 60 70 FAT,POTHOLE,RUT SecA 70 100 FAT,RUT SecA 100 140 FAT On 13 Dec 2018 at 8:05, Paul Hartland via AccessD wrote: > Could be limitless potential codes such as RUT & POTHOLE. > > In the first table, a single code will never overlap itself, i.e in > your question 2, there would be a single entry for pothole of start > point 10 and end point 60. > > > > > On Thu, 13 Dec 2018, 07:20 Stuart McLachlan wrote: > > > Oh yes, also: > > > > 1. how many potential codes > > 2. Can you have location/code overlaps i.e. 10, 40 POTHOLE and > > 20,60 POTHOLE > > > > On 13 Dec 2018 at 7:09, Paul Hartland via AccessD wrote: > > > > > To all, > > > > > > Hopefully I will start seeing some messages come through soon, I > > > have a problem where I just know the answer should be pretty > > > simple but seem to have brain freeze. I have the following table > > > (sorry for any wrapping etc) > > > > > > SECTION START_POINT END_POINT DEFECT_CODE > > > SecA 0.00 100.00 RUT > > > SecA 50.00 140.00 FAT > > > SecA 10.00 20.00 POTHOLE > > > SecA 60.00 70.00 POTHOLE > > > > > > and I need to produce something like below > > > > > > SECTION START_POINT END_POINT DEFECT_CODES_XML > > > SecA 0.00 10.00 > > > RUT SecA 10.00 20.00 > > > RUT,POTHOLE SecA 20.00 50.00 > > > RUT SecA 50.00 60.00 > > > RUT,FAT SecA 60.00 > > > 70.00 RUT,POTHOLE,FAT SecA > > > 70.00 100.00 RUT,FAT SecA 100.00 > > > 140.00 FAT > > > > > > As you can see the start and end points can cross over etc, I > > > think the main problem I am having is creating the start & end > > > points from the initial four rows, any help greatly appreciated > > > before I succumb to starting the Christmas spirit (whisky) earlier > > > than I have anticipated....... > > > > > > Many many many thanks and Christmas wishes to everyone for the > > > help. > > > > > > -- > > > Paul Hartland > > > paul.hartland at googlemail.com > > > -- > > > AccessD mailing list > > > AccessD at databaseadvisors.com > > > http://databaseadvisors.com/mailman/listinfo/accessd > > > Website: http://www.databaseadvisors.com > > > > > > > > > -- > > AccessD mailing list > > AccessD at databaseadvisors.com > > http://databaseadvisors.com/mailman/listinfo/accessd > > Website: http://www.databaseadvisors.com > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From paul.hartland at googlemail.com Thu Dec 13 05:12:25 2018 From: paul.hartland at googlemail.com (Paul Hartland) Date: Thu, 13 Dec 2018 11:12:25 +0000 Subject: [AccessD] Cross posted as got brain freeze In-Reply-To: <5C123A9C.8752.20F4AFE@stuart.lexacorp.com.pg> References: <5C1207FB.2308.14986D2@stuart.lexacorp.com.pg> <5C123A9C.8752.20F4AFE@stuart.lexacorp.com.pg> Message-ID: That looks perfect, thank you so much, I will move it into sql soon On Thu, 13 Dec 2018, 10:56 Stuart McLachlan I think this is what you are after. I'll leave the conversion of the > Debug.Print to XML to you :) > > tblSections is structured exactly as per your sample data. > > One query: > > SELECT Section, Start_Point As Bndry > FROM tblSections > UNION SELECT Section, END_Point As Bndry > FROM tblSections > ORDER BY Section, Bndry; > > Two functions in a module: > > Option Compare Database > Option Explicit > > Function BuildList() As Long > Dim rs As DAO.Recordset > Dim startpoint As Long > Dim endpoint As Long > Set rs = CurrentDb.OpenRecordset("qryBndrys") > startpoint = rs!bndry > Do > rs.MoveNext > If rs.EOF Then Exit Do > endpoint = rs!bndry > Debug.Print rs!section, startpoint, endpoint, Getcodes(rs!section, > startpoint, endpoint) > startpoint = endpoint > Loop > rs.Close > End Function > > Function Getcodes(section As String, startpoint As Long, endpoint As Long) > As String > Dim rs As DAO.Recordset > Dim strSQL As String > Dim strT As String > strSQL = "Select Defect_Code from tblSections where Start_point <= " & > startpoint & _ > " and end_point >= " & endpoint & " and Section = '" & section & > "' order by > Defect_Code" > Set rs = CurrentDb.OpenRecordset(strSQL) > While Not rs.EOF > strT = strT & "," & rs!Defect_Code > rs.MoveNext > Wend > Getcodes = Mid$(strT, 2) > End Function > > Output of BuildList: > > buildlist > SecA 0 10 RUT > SecA 10 20 POTHOLE,RUT > SecA 20 50 RUT > SecA 50 60 FAT,RUT > SecA 60 70 FAT,POTHOLE,RUT > SecA 70 100 FAT,RUT > SecA 100 140 FAT > > > > > > On 13 Dec 2018 at 8:05, Paul Hartland via AccessD wrote: > > > Could be limitless potential codes such as RUT & POTHOLE. > > > > In the first table, a single code will never overlap itself, i.e in > > your question 2, there would be a single entry for pothole of start > > point 10 and end point 60. > > > > > > > > > > On Thu, 13 Dec 2018, 07:20 Stuart McLachlan > wrote: > > > > > Oh yes, also: > > > > > > 1. how many potential codes > > > 2. Can you have location/code overlaps i.e. 10, 40 POTHOLE and > > > 20,60 POTHOLE > > > > > > On 13 Dec 2018 at 7:09, Paul Hartland via AccessD wrote: > > > > > > > To all, > > > > > > > > Hopefully I will start seeing some messages come through soon, I > > > > have a problem where I just know the answer should be pretty > > > > simple but seem to have brain freeze. I have the following table > > > > (sorry for any wrapping etc) > > > > > > > > SECTION START_POINT END_POINT DEFECT_CODE > > > > SecA 0.00 100.00 RUT > > > > SecA 50.00 140.00 FAT > > > > SecA 10.00 20.00 POTHOLE > > > > SecA 60.00 70.00 POTHOLE > > > > > > > > and I need to produce something like below > > > > > > > > SECTION START_POINT END_POINT DEFECT_CODES_XML > > > > SecA 0.00 10.00 > > > > RUT SecA 10.00 20.00 > > > > RUT,POTHOLE SecA 20.00 50.00 > > > > RUT SecA 50.00 60.00 > > > > RUT,FAT SecA 60.00 > > > > 70.00 RUT,POTHOLE,FAT SecA > > > > 70.00 100.00 RUT,FAT SecA 100.00 > > > > 140.00 FAT > > > > > > > > As you can see the start and end points can cross over etc, I > > > > think the main problem I am having is creating the start & end > > > > points from the initial four rows, any help greatly appreciated > > > > before I succumb to starting the Christmas spirit (whisky) earlier > > > > than I have anticipated....... > > > > > > > > Many many many thanks and Christmas wishes to everyone for the > > > > help. > > > > > > > > -- > > > > Paul Hartland > > > > paul.hartland at googlemail.com > > > > -- > > > > AccessD mailing list > > > > AccessD at databaseadvisors.com > > > > http://databaseadvisors.com/mailman/listinfo/accessd > > > > Website: http://www.databaseadvisors.com > > > > > > > > > > > > > -- > > > AccessD mailing list > > > AccessD at databaseadvisors.com > > > http://databaseadvisors.com/mailman/listinfo/accessd > > > Website: http://www.databaseadvisors.com > > > > > -- > > AccessD mailing list > > AccessD at databaseadvisors.com > > http://databaseadvisors.com/mailman/listinfo/accessd > > Website: http://www.databaseadvisors.com > > > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From bensonforums at gmail.com Sat Dec 15 03:12:22 2018 From: bensonforums at gmail.com (Bill Benson) Date: Sat, 15 Dec 2018 04:12:22 -0500 Subject: [AccessD] AddItem method taking a relatively long time to work - REPAINTING = FALSE solved it. Message-ID: MS Access 2013 on Win10 with 8MB RAM, nothing else open to speak of. I just learned that on form load, my code to add 55 items to a listbox are almost immediate. During normal form operation, to do so was taking up to 1/3 second or more per row at one point.. I turned off form.painting, at the beginning of the routine, then back on at the end, and the difference was night and day. So instead of subjecting you all to a terribly long email complaining about AddItem speed and asking someone to read through several dozen lines of code I am just passing along this Repainting = False tip to the rest of folks who might never have known how handy it comes in. From bensonforums at gmail.com Sat Dec 15 14:48:15 2018 From: bensonforums at gmail.com (Bill Benson) Date: Sat, 15 Dec 2018 15:48:15 -0500 Subject: [AccessD] How to write VBA code to connect and run queries from excel Message-ID: I know this is pretty basic stuff. I am just having a mental block. I want to have an excel "front end" to an access database that solution will work if the end user does not have MS Access installed. I saved the access database as .ACCDE and am using this code to test. oConn state = 1 do I suspect the connection is open, but I get the Error 3709 "the connection cannot be used to perform this operation. It is either closed or invalid in this context". I have googled this ad nauseum and nothing stands out that I have done incorrect, and no one says that it should not work on a accde file. Tried on accdb as well, also same error. All variables have state, so it is just the setting of oRst or attempt to execute the adodb command that is failing. I think I am using an appropriate provider string, but maybe not? Also, can someone confirm that, were I to be able to get this to run eventually, that I can use Excel front end and Access ACCDE (or ACCDB) backend without the end user having anything other than MS Office (without Access) and Windows 10? Sub TestADODB(strPath As String) Dim strConnect As String Dim oCmd As New ADODB.Command Dim oRst As ADODB.Recordset Dim oConn As ADODB.Connection Dim strSQL As String strConnect = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & strPath & ";Jet OLEDB:Database Password=Access;" Set oConn = New ADODB.Connection 'Set oCmd.ActiveConnection = oConn oConn.Open strConnect If oConn.State = 1 Then oCmd.ActiveConnection = oConn strSQL = "Select * from tblData_OIT" Set oRst = New ADODB.Recordset oRst.Open ("Select * from tblData_OIT") 'Error 3709 'This is not working either on the ,Execute line 'Set oCmd = New ADODB.Command 'oCmd.CommandType = adCmdText 'oCmd.CommandText = strSQL 'Set oRst = oCmd.Execute() 'Error 3709 End If End Sub From paul.hartland at googlemail.com Sat Dec 15 15:08:25 2018 From: paul.hartland at googlemail.com (Paul Hartland) Date: Sat, 15 Dec 2018 21:08:25 +0000 Subject: [AccessD] How to write VBA code to connect and run queries from excel In-Reply-To: References: Message-ID: Just as a test as I am not near anything I can try this on, try changing If oConn.State = 1 Then oCmd.ActiveConnection = oConn strSQL = "Select * from tblData_OIT" Set oRst = New ADODB.Recordset oRst.Open ("Select * from tblData_OIT") 'Error 3709 'This is not working either on the ,Execute line 'Set oCmd = New ADODB.Command 'oCmd.CommandType = adCmdText 'oCmd.CommandText = strSQL 'Set oRst = oCmd.Execute() 'Error 3709 End If To If oConn.State = 1 Then oCmd.ActiveConnection = oConn strSQL = "Select * from tblData_OIT" oCmd.CommandType = adCmdText OCmd.CommandText = strSQL Set oRst = oCmd.Execute() 'Error 3709 End If PAUL On Sat, 15 Dec 2018, 20:49 Bill Benson I know this is pretty basic stuff. I am just having a mental block. I want > to have an excel "front end" to an access database that solution will work > if the end user does not have MS Access installed. I saved the access > database as .ACCDE and am using this code to test. oConn state = 1 do I > suspect the connection is open, but I get the Error 3709 "the connection > cannot be used to perform this operation. It is either closed or invalid in > this context". I have googled this ad nauseum and nothing stands out that I > have done incorrect, and no one says that it should not work on a accde > file. Tried on accdb as well, also same error. All variables have state, so > it is just the setting of oRst or attempt to execute the adodb command that > is failing. I think I am using an appropriate provider string, but maybe > not? Also, can someone confirm that, were I to be able to get this to run > eventually, that I can use Excel front end and Access ACCDE (or ACCDB) > backend without the end user having anything other than MS Office (without > Access) and Windows 10? > > Sub TestADODB(strPath As String) > Dim strConnect As String > Dim oCmd As New ADODB.Command > Dim oRst As ADODB.Recordset > Dim oConn As ADODB.Connection > Dim strSQL As String > > strConnect = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & strPath & > ";Jet OLEDB:Database Password=Access;" > Set oConn = New ADODB.Connection > > 'Set oCmd.ActiveConnection = oConn > oConn.Open strConnect > If oConn.State = 1 Then > oCmd.ActiveConnection = oConn > strSQL = "Select * from tblData_OIT" > Set oRst = New ADODB.Recordset > oRst.Open ("Select * from tblData_OIT") 'Error 3709 > 'This is not working either on the ,Execute line > 'Set oCmd = New ADODB.Command > 'oCmd.CommandType = adCmdText > 'oCmd.CommandText = strSQL > 'Set oRst = oCmd.Execute() 'Error 3709 > End If > End Sub > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From bensonforums at gmail.com Sat Dec 15 16:12:32 2018 From: bensonforums at gmail.com (Bill Benson) Date: Sat, 15 Dec 2018 17:12:32 -0500 Subject: [AccessD] How to write VBA code to connect and run queries from excel In-Reply-To: References: Message-ID: Perfect. Had not realized I was setting activeconnection property of oCmd before setting oCmd as new ADODB.Command. Thanks Paul. On Sat, Dec 15, 2018 at 4:09 PM Paul Hartland via AccessD < accessd at databaseadvisors.com> wrote: > Just as a test as I am not near anything I can try this on, try changing > > If oConn.State = 1 Then > oCmd.ActiveConnection = oConn > strSQL = "Select * from tblData_OIT" > Set oRst = New ADODB.Recordset > oRst.Open ("Select * from tblData_OIT") 'Error 3709 > 'This is not working either on the ,Execute line > 'Set oCmd = New ADODB.Command > 'oCmd.CommandType = adCmdText > 'oCmd.CommandText = strSQL > 'Set oRst = oCmd.Execute() 'Error 3709 > End If > > To > If oConn.State = 1 Then > oCmd.ActiveConnection = oConn > strSQL = "Select * from tblData_OIT" > oCmd.CommandType = adCmdText > OCmd.CommandText = strSQL > Set oRst = oCmd.Execute() 'Error 3709 > End If > > PAUL > > > On Sat, 15 Dec 2018, 20:49 Bill Benson > > I know this is pretty basic stuff. I am just having a mental block. I > want > > to have an excel "front end" to an access database that solution will > work > > if the end user does not have MS Access installed. I saved the access > > database as .ACCDE and am using this code to test. oConn state = 1 do I > > suspect the connection is open, but I get the Error 3709 "the connection > > cannot be used to perform this operation. It is either closed or invalid > in > > this context". I have googled this ad nauseum and nothing stands out > that I > > have done incorrect, and no one says that it should not work on a accde > > file. Tried on accdb as well, also same error. All variables have state, > so > > it is just the setting of oRst or attempt to execute the adodb command > that > > is failing. I think I am using an appropriate provider string, but maybe > > not? Also, can someone confirm that, were I to be able to get this to run > > eventually, that I can use Excel front end and Access ACCDE (or ACCDB) > > backend without the end user having anything other than MS Office > (without > > Access) and Windows 10? > > > > Sub TestADODB(strPath As String) > > Dim strConnect As String > > Dim oCmd As New ADODB.Command > > Dim oRst As ADODB.Recordset > > Dim oConn As ADODB.Connection > > Dim strSQL As String > > > > strConnect = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & strPath & > > ";Jet OLEDB:Database Password=Access;" > > Set oConn = New ADODB.Connection > > > > 'Set oCmd.ActiveConnection = oConn > > oConn.Open strConnect > > If oConn.State = 1 Then > > oCmd.ActiveConnection = oConn > > strSQL = "Select * from tblData_OIT" > > Set oRst = New ADODB.Recordset > > oRst.Open ("Select * from tblData_OIT") 'Error 3709 > > 'This is not working either on the ,Execute line > > 'Set oCmd = New ADODB.Command > > 'oCmd.CommandType = adCmdText > > 'oCmd.CommandText = strSQL > > 'Set oRst = oCmd.Execute() 'Error 3709 > > End If > > End Sub > > -- > > AccessD mailing list > > AccessD at databaseadvisors.com > > http://databaseadvisors.com/mailman/listinfo/accessd > > Website: http://www.databaseadvisors.com > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From paul.hartland at googlemail.com Sat Dec 15 16:20:36 2018 From: paul.hartland at googlemail.com (Paul Hartland) Date: Sat, 15 Dec 2018 22:20:36 +0000 Subject: [AccessD] How to write VBA code to connect and run queries from excel In-Reply-To: References: Message-ID: No worries, I think the problem just above that Set oRst = New ADODB.Recordset > oRst.Open ("Select * from tblData_OIT") 'Error 3709 Is that the recordset isn't looking at a connection. Paul On Sat, 15 Dec 2018, 22:13 Bill Benson Perfect. Had not realized I was setting activeconnection property of oCmd > before setting oCmd as new ADODB.Command. > > Thanks Paul. > > On Sat, Dec 15, 2018 at 4:09 PM Paul Hartland via AccessD < > accessd at databaseadvisors.com> wrote: > > > Just as a test as I am not near anything I can try this on, try changing > > > > If oConn.State = 1 Then > > oCmd.ActiveConnection = oConn > > strSQL = "Select * from tblData_OIT" > > Set oRst = New ADODB.Recordset > > oRst.Open ("Select * from tblData_OIT") 'Error 3709 > > 'This is not working either on the ,Execute line > > 'Set oCmd = New ADODB.Command > > 'oCmd.CommandType = adCmdText > > 'oCmd.CommandText = strSQL > > 'Set oRst = oCmd.Execute() 'Error 3709 > > End If > > > > To > > If oConn.State = 1 Then > > oCmd.ActiveConnection = oConn > > strSQL = "Select * from tblData_OIT" > > oCmd.CommandType = adCmdText > > OCmd.CommandText = strSQL > > Set oRst = oCmd.Execute() 'Error 3709 > > End If > > > > PAUL > > > > > > On Sat, 15 Dec 2018, 20:49 Bill Benson > > > > I know this is pretty basic stuff. I am just having a mental block. I > > want > > > to have an excel "front end" to an access database that solution will > > work > > > if the end user does not have MS Access installed. I saved the access > > > database as .ACCDE and am using this code to test. oConn state = 1 do I > > > suspect the connection is open, but I get the Error 3709 "the > connection > > > cannot be used to perform this operation. It is either closed or > invalid > > in > > > this context". I have googled this ad nauseum and nothing stands out > > that I > > > have done incorrect, and no one says that it should not work on a accde > > > file. Tried on accdb as well, also same error. All variables have > state, > > so > > > it is just the setting of oRst or attempt to execute the adodb command > > that > > > is failing. I think I am using an appropriate provider string, but > maybe > > > not? Also, can someone confirm that, were I to be able to get this to > run > > > eventually, that I can use Excel front end and Access ACCDE (or ACCDB) > > > backend without the end user having anything other than MS Office > > (without > > > Access) and Windows 10? > > > > > > Sub TestADODB(strPath As String) > > > Dim strConnect As String > > > Dim oCmd As New ADODB.Command > > > Dim oRst As ADODB.Recordset > > > Dim oConn As ADODB.Connection > > > Dim strSQL As String > > > > > > strConnect = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & > strPath & > > > ";Jet OLEDB:Database Password=Access;" > > > Set oConn = New ADODB.Connection > > > > > > 'Set oCmd.ActiveConnection = oConn > > > oConn.Open strConnect > > > If oConn.State = 1 Then > > > oCmd.ActiveConnection = oConn > > > strSQL = "Select * from tblData_OIT" > > > Set oRst = New ADODB.Recordset > > > oRst.Open ("Select * from tblData_OIT") 'Error 3709 > > > 'This is not working either on the ,Execute line > > > 'Set oCmd = New ADODB.Command > > > 'oCmd.CommandType = adCmdText > > > 'oCmd.CommandText = strSQL > > > 'Set oRst = oCmd.Execute() 'Error 3709 > > > End If > > > End Sub > > > -- > > > AccessD mailing list > > > AccessD at databaseadvisors.com > > > http://databaseadvisors.com/mailman/listinfo/accessd > > > Website: http://www.databaseadvisors.com > > > > > -- > > AccessD mailing list > > AccessD at databaseadvisors.com > > http://databaseadvisors.com/mailman/listinfo/accessd > > Website: http://www.databaseadvisors.com > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From bensonforums at gmail.com Sat Dec 15 21:59:59 2018 From: bensonforums at gmail.com (Bill Benson) Date: Sat, 15 Dec 2018 22:59:59 -0500 Subject: [AccessD] How to write VBA code to connect and run queries from excel In-Reply-To: References: Message-ID: Got it. It certainly has been awhile since I have used ADO and Excel and Access all at the same time. https://support.microsoft.com/en-us/help/168336/how-to-open-ado-connection-and-recordset-objects has some alternatives to explore Thanks again. On Sat, Dec 15, 2018 at 5:21 PM Paul Hartland via AccessD < accessd at databaseadvisors.com> wrote: > No worries, I think the problem just above that > > Set oRst = New ADODB.Recordset > > oRst.Open ("Select * from tblData_OIT") 'Error 3709 > > Is that the recordset isn't looking at a connection. > > Paul > > On Sat, 15 Dec 2018, 22:13 Bill Benson > > Perfect. Had not realized I was setting activeconnection property of oCmd > > before setting oCmd as new ADODB.Command. > > > > Thanks Paul. > > > > On Sat, Dec 15, 2018 at 4:09 PM Paul Hartland via AccessD < > > accessd at databaseadvisors.com> wrote: > > > > > Just as a test as I am not near anything I can try this on, try > changing > > > > > > If oConn.State = 1 Then > > > oCmd.ActiveConnection = oConn > > > strSQL = "Select * from tblData_OIT" > > > Set oRst = New ADODB.Recordset > > > oRst.Open ("Select * from tblData_OIT") 'Error 3709 > > > 'This is not working either on the ,Execute line > > > 'Set oCmd = New ADODB.Command > > > 'oCmd.CommandType = adCmdText > > > 'oCmd.CommandText = strSQL > > > 'Set oRst = oCmd.Execute() 'Error 3709 > > > End If > > > > > > To > > > If oConn.State = 1 Then > > > oCmd.ActiveConnection = oConn > > > strSQL = "Select * from tblData_OIT" > > > oCmd.CommandType = adCmdText > > > OCmd.CommandText = strSQL > > > Set oRst = oCmd.Execute() 'Error 3709 > > > End If > > > > > > PAUL > > > > > > > > > On Sat, 15 Dec 2018, 20:49 Bill Benson > > > > > > I know this is pretty basic stuff. I am just having a mental block. I > > > want > > > > to have an excel "front end" to an access database that solution will > > > work > > > > if the end user does not have MS Access installed. I saved the access > > > > database as .ACCDE and am using this code to test. oConn state = 1 > do I > > > > suspect the connection is open, but I get the Error 3709 "the > > connection > > > > cannot be used to perform this operation. It is either closed or > > invalid > > > in > > > > this context". I have googled this ad nauseum and nothing stands out > > > that I > > > > have done incorrect, and no one says that it should not work on a > accde > > > > file. Tried on accdb as well, also same error. All variables have > > state, > > > so > > > > it is just the setting of oRst or attempt to execute the adodb > command > > > that > > > > is failing. I think I am using an appropriate provider string, but > > maybe > > > > not? Also, can someone confirm that, were I to be able to get this to > > run > > > > eventually, that I can use Excel front end and Access ACCDE (or > ACCDB) > > > > backend without the end user having anything other than MS Office > > > (without > > > > Access) and Windows 10? > > > > > > > > Sub TestADODB(strPath As String) > > > > Dim strConnect As String > > > > Dim oCmd As New ADODB.Command > > > > Dim oRst As ADODB.Recordset > > > > Dim oConn As ADODB.Connection > > > > Dim strSQL As String > > > > > > > > strConnect = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & > > strPath & > > > > ";Jet OLEDB:Database Password=Access;" > > > > Set oConn = New ADODB.Connection > > > > > > > > 'Set oCmd.ActiveConnection = oConn > > > > oConn.Open strConnect > > > > If oConn.State = 1 Then > > > > oCmd.ActiveConnection = oConn > > > > strSQL = "Select * from tblData_OIT" > > > > Set oRst = New ADODB.Recordset > > > > oRst.Open ("Select * from tblData_OIT") 'Error 3709 > > > > 'This is not working either on the ,Execute line > > > > 'Set oCmd = New ADODB.Command > > > > 'oCmd.CommandType = adCmdText > > > > 'oCmd.CommandText = strSQL > > > > 'Set oRst = oCmd.Execute() 'Error 3709 > > > > End If > > > > End Sub > > > > -- > > > > AccessD mailing list > > > > AccessD at databaseadvisors.com > > > > http://databaseadvisors.com/mailman/listinfo/accessd > > > > Website: http://www.databaseadvisors.com > > > > > > > -- > > > AccessD mailing list > > > AccessD at databaseadvisors.com > > > http://databaseadvisors.com/mailman/listinfo/accessd > > > Website: http://www.databaseadvisors.com > > > > > -- > > AccessD mailing list > > AccessD at databaseadvisors.com > > http://databaseadvisors.com/mailman/listinfo/accessd > > Website: http://www.databaseadvisors.com > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From rockysmolin at bchacc.com Mon Dec 17 15:37:29 2018 From: rockysmolin at bchacc.com (Rocky Smolin) Date: Mon, 17 Dec 2018 13:37:29 -0800 Subject: [AccessD] Send Object Problem Message-ID: <003201d49650$b66b4360$2341ca20$@bchacc.com> Dear List: I have a client who creates an email to Outlook using SendObject. When the email appears he can't go back to Access to retrieve some stuff that he'd like to copy and paste into the email. But he can't switch to Access until he sends the email. I've told him that Automation is the good solution to this problem but would require some programming. He would like a procedural solution. Is there a way to tell Outlook to let go of that email? TIA Rocky Smolin Beach Access Software 760-683-5777 www.bchacc.com www.e-z-mrp.com Skype: rocky.smolin From paul.hartland at googlemail.com Mon Dec 17 15:43:39 2018 From: paul.hartland at googlemail.com (Paul Hartland) Date: Mon, 17 Dec 2018 21:43:39 +0000 Subject: [AccessD] Send Object Problem In-Reply-To: <003201d49650$b66b4360$2341ca20$@bchacc.com> References: <003201d49650$b66b4360$2341ca20$@bchacc.com> Message-ID: What happens if the client saves the email to drafts, long time since I have used Access, was thinking, save to drafts, copy the things from Access open the draft & paste them, but even as typing this I think thst sounds too simple so imagine you cant do it. Paul On Mon, 17 Dec 2018, 21:38 Rocky Smolin Dear List: > > > > I have a client who creates an email to Outlook using SendObject. When the > email appears he can't go back to Access to retrieve some stuff that he'd > like to copy and paste into the email. > > > > But he can't switch to Access until he sends the email. > > > > I've told him that Automation is the good solution to this problem but > would > require some programming. He would like a procedural solution. > > > > Is there a way to tell Outlook to let go of that email? > > > > TIA > > > > > > Rocky Smolin > > Beach Access Software > > 760-683-5777 > > www.bchacc.com > > www.e-z-mrp.com > > Skype: rocky.smolin > > > > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From rockysmolin at bchacc.com Mon Dec 17 16:00:23 2018 From: rockysmolin at bchacc.com (Rocky Smolin) Date: Mon, 17 Dec 2018 14:00:23 -0800 Subject: [AccessD] Send Object Problem In-Reply-To: References: <003201d49650$b66b4360$2341ca20$@bchacc.com> Message-ID: <004501d49653$e968f9d0$bc3aed70$@bchacc.com> I already suggested it. And that should work. He'll test it but not the level of convenience he wants. :( But I'll forward your response to him. Thanks R -----Original Message----- From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Paul Hartland via AccessD Sent: Monday, December 17, 2018 1:44 PM To: Access List Cc: Paul Hartland Subject: Re: [AccessD] Send Object Problem What happens if the client saves the email to drafts, long time since I have used Access, was thinking, save to drafts, copy the things from Access open the draft & paste them, but even as typing this I think thst sounds too simple so imagine you cant do it. Paul On Mon, 17 Dec 2018, 21:38 Rocky Smolin Dear List: > > > > I have a client who creates an email to Outlook using SendObject. When the > email appears he can't go back to Access to retrieve some stuff that he'd > like to copy and paste into the email. > > > > But he can't switch to Access until he sends the email. > > > > I've told him that Automation is the good solution to this problem but > would > require some programming. He would like a procedural solution. > > > > Is there a way to tell Outlook to let go of that email? > > > > TIA > > > > > > Rocky Smolin > > Beach Access Software > > 760-683-5777 > > www.bchacc.com > > www.e-z-mrp.com > > Skype: rocky.smolin > > > > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From jbartow at winhaven.net Mon Dec 17 22:59:56 2018 From: jbartow at winhaven.net (John Bartow) Date: Tue, 18 Dec 2018 04:59:56 +0000 Subject: [AccessD] Send Object Problem In-Reply-To: <003201d49650$b66b4360$2341ca20$@bchacc.com> References: <003201d49650$b66b4360$2341ca20$@bchacc.com> Message-ID: I have the same problem when QuickBooks opens an email to send (estimates, invoices, etc.). I setup up an outlook rule that delays any emails and end up sending it and then opening it before it sends. Since MS has made outlook rules so easy (not) to copy and paste I've attached a small screen shot of the rule. He could walk through Outlook's new rule wizard using this as a guideline (obviously replacing "invoice" with whatever he's sending). -JB -----Original Message----- From: AccessD On Behalf Of Rocky Smolin Sent: Monday, December 17, 2018 3:37 PM To: 'Access Developers discussion and problem solving' Subject: [AccessD] Send Object Problem Dear List: I have a client who creates an email to Outlook using SendObject. When the email appears he can't go back to Access to retrieve some stuff that he'd like to copy and paste into the email. But he can't switch to Access until he sends the email. I've told him that Automation is the good solution to this problem but would require some programming. He would like a procedural solution. Is there a way to tell Outlook to let go of that email? TIA Rocky Smolin Beach Access Software 760-683-5777 www.bchacc.com www.e-z-mrp.com Skype: rocky.smolin -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From rockysmolin at bchacc.com Tue Dec 18 18:04:46 2018 From: rockysmolin at bchacc.com (Rocky Smolin) Date: Tue, 18 Dec 2018 16:04:46 -0800 Subject: [AccessD] Send Object Problem In-Reply-To: References: <003201d49650$b66b4360$2341ca20$@bchacc.com> Message-ID: <003c01d4972e$738d8010$5aa88030$@bchacc.com> Thanks John. The attachment screen shot won't travel to AccessD though. Can you send off line? Tks R rockysmolin at bchacc.com -----Original Message----- From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of John Bartow Sent: Monday, December 17, 2018 9:00 PM To: Access Developers discussion and problem solving Subject: Re: [AccessD] Send Object Problem I have the same problem when QuickBooks opens an email to send (estimates, invoices, etc.). I setup up an outlook rule that delays any emails and end up sending it and then opening it before it sends. Since MS has made outlook rules so easy (not) to copy and paste I've attached a small screen shot of the rule. He could walk through Outlook's new rule wizard using this as a guideline (obviously replacing "invoice" with whatever he's sending). -JB -----Original Message----- From: AccessD On Behalf Of Rocky Smolin Sent: Monday, December 17, 2018 3:37 PM To: 'Access Developers discussion and problem solving' Subject: [AccessD] Send Object Problem Dear List: I have a client who creates an email to Outlook using SendObject. When the email appears he can't go back to Access to retrieve some stuff that he'd like to copy and paste into the email. But he can't switch to Access until he sends the email. I've told him that Automation is the good solution to this problem but would require some programming. He would like a procedural solution. Is there a way to tell Outlook to let go of that email? TIA Rocky Smolin Beach Access Software 760-683-5777 www.bchacc.com www.e-z-mrp.com Skype: rocky.smolin -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From jbartow at winhaven.net Wed Dec 19 13:49:33 2018 From: jbartow at winhaven.net (John Bartow) Date: Wed, 19 Dec 2018 19:49:33 +0000 Subject: [AccessD] Send Object Problem In-Reply-To: <003c01d4972e$738d8010$5aa88030$@bchacc.com> References: <003201d49650$b66b4360$2341ca20$@bchacc.com> <003c01d4972e$738d8010$5aa88030$@bchacc.com> Message-ID: That was my intention from the start - must have got distracted, no! not me!, lol. It's on its way. -----Original Message----- From: AccessD On Behalf Of Rocky Smolin Sent: Tuesday, December 18, 2018 6:05 PM To: 'Access Developers discussion and problem solving' Subject: Re: [AccessD] Send Object Problem Thanks John. The attachment screen shot won't travel to AccessD though. Can you send off line? Tks R rockysmolin at bchacc.com -----Original Message----- From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of John Bartow Sent: Monday, December 17, 2018 9:00 PM To: Access Developers discussion and problem solving Subject: Re: [AccessD] Send Object Problem I have the same problem when QuickBooks opens an email to send (estimates, invoices, etc.). I setup up an outlook rule that delays any emails and end up sending it and then opening it before it sends. Since MS has made outlook rules so easy (not) to copy and paste I've attached a small screen shot of the rule. He could walk through Outlook's new rule wizard using this as a guideline (obviously replacing "invoice" with whatever he's sending). -JB -----Original Message----- From: AccessD On Behalf Of Rocky Smolin Sent: Monday, December 17, 2018 3:37 PM To: 'Access Developers discussion and problem solving' Subject: [AccessD] Send Object Problem Dear List: I have a client who creates an email to Outlook using SendObject. When the email appears he can't go back to Access to retrieve some stuff that he'd like to copy and paste into the email. But he can't switch to Access until he sends the email. I've told him that Automation is the good solution to this problem but would require some programming. He would like a procedural solution. Is there a way to tell Outlook to let go of that email? TIA Rocky Smolin Beach Access Software 760-683-5777 www.bchacc.com www.e-z-mrp.com Skype: rocky.smolin -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From gustav at cactus.dk Mon Dec 24 10:25:32 2018 From: gustav at cactus.dk (Gustav Brock) Date: Mon, 24 Dec 2018 16:25:32 +0000 Subject: [AccessD] OT: Merry Christmas - Message-ID: - to all from Elsinore! /gustav From rford at terra.com.br Mon Dec 24 10:39:00 2018 From: rford at terra.com.br (rford) Date: Mon, 24 Dec 2018 14:39:00 -0200 Subject: [AccessD] OT: Merry Christmas - In-Reply-To: Message-ID: <1c45c60b8fca9e40d0ec38f0dc219ad6@mail-out-cmgw01-mia.tpn.terra.com> From S?o Paulo, Brazil!!! 27?c!Roberto? Enviado do meu smartphone Samsung Galaxy. -------- Mensagem original --------De : Gustav Brock Data: 24/12/2018 14:25 (GMT-03:00) Para: Access Developers discussion and problem solving Assunto: [AccessD] OT: Merry Christmas - - to all from Elsinore! /gustav -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From mwp.reid at qub.ac.uk Mon Dec 24 10:43:19 2018 From: mwp.reid at qub.ac.uk (Martin Reid) Date: Mon, 24 Dec 2018 16:43:19 +0000 Subject: [AccessD] OT: Merry Christmas - In-Reply-To: <1c45c60b8fca9e40d0ec38f0dc219ad6@mail-out-cmgw01-mia.tpn.terra.com> References: , <1c45c60b8fca9e40d0ec38f0dc219ad6@mail-out-cmgw01-mia.tpn.terra.com> Message-ID: <-wm0jd660qb2z7w94hn3tjvxxs94pny-2bg42y-2ipjseow199t4t9mhc-lneayu-aotuct-wo2z4m-i3r66k-1b0j47899qklo8z6m1-iufn6a-freo1n-8tgt8tmj5v6tem9x25mll40-9tnvss-kyagkl.1545669799769@email.android.com> Happy Christmas from Ireland Martin Sent from my Huawei Mobile -------- Original Message -------- Subject: Re: [AccessD] OT: Merry Christmas - From: rford To: Access Developers discussion and problem solving CC: >From S?o Paulo, Brazil!!! 27?c!Roberto Enviado do meu smartphone Samsung Galaxy. -------- Mensagem original --------De : Gustav Brock Data: 24/12/2018 14:25 (GMT-03:00) Para: Access Developers discussion and problem solving Assunto: [AccessD] OT: Merry Christmas - - to all from Elsinore! /gustav -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From jackandpat.d at gmail.com Mon Dec 24 11:28:56 2018 From: jackandpat.d at gmail.com (jack drawbridge) Date: Mon, 24 Dec 2018 12:28:56 -0500 Subject: [AccessD] OT: Merry Christmas - In-Reply-To: <-wm0jd660qb2z7w94hn3tjvxxs94pny-2bg42y-2ipjseow199t4t9mhc-lneayu-aotuct-wo2z4m-i3r66k-1b0j47899qklo8z6m1-iufn6a-freo1n-8tgt8tmj5v6tem9x25mll40-9tnvss-kyagkl.1545669799769@email.android.com> References: <1c45c60b8fca9e40d0ec38f0dc219ad6@mail-out-cmgw01-mia.tpn.terra.com> <-wm0jd660qb2z7w94hn3tjvxxs94pny-2bg42y-2ipjseow199t4t9mhc-lneayu-aotuct-wo2z4m-i3r66k-1b0j47899qklo8z6m1-iufn6a-freo1n-8tgt8tmj5v6tem9x25mll40-9tnvss-kyagkl.1545669799769@email.android.com> Message-ID: Merry Christmas to all from Ontario, Canada!! -5C with light snow /jack Virus-free. www.avast.com <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Mon, Dec 24, 2018 at 11:43 AM Martin Reid wrote: > Happy Christmas from Ireland > > Martin > > Sent from my Huawei Mobile > > -------- Original Message -------- > Subject: Re: [AccessD] OT: Merry Christmas - > From: rford > To: Access Developers discussion and problem solving > CC: > > From S?o Paulo, Brazil!!! 27?c!Roberto > > Enviado do meu smartphone Samsung Galaxy. > -------- Mensagem original --------De : Gustav Brock > Data: 24/12/2018 14:25 (GMT-03:00) Para: Access Developers discussion and > problem solving Assunto: [AccessD] OT: > Merry Christmas - > - to all from Elsinore! > > /gustav > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From kathryn at bassett.net Mon Dec 24 11:47:37 2018 From: kathryn at bassett.net (Kathryn Bassett) Date: Mon, 24 Dec 2018 09:47:37 -0800 Subject: [AccessD] OT: Merry Christmas - In-Reply-To: References: Message-ID: <003e01d49bb0$c3229580$4967c080$@bassett.net> Do I assume that's Elsinore, Denmark? First thing that came to mind for me was "I didn't know Gustav lived in California". We have a town Lake Elsinore about 90 minutes from where I live. Anyway, Merry Christmas from Pasadena California. Kathryn > -----Original Message----- > From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf > Of Gustav Brock > Sent: Monday, 24 Dec 2018 8:26 AM > To: Access Developers discussion and problem solving > Subject: [AccessD] OT: Merry Christmas - > > - to all from Elsinore! > > /gustav > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com From stuart at lexacorp.com.pg Mon Dec 24 14:51:14 2018 From: stuart at lexacorp.com.pg (Stuart McLachlan) Date: Tue, 25 Dec 2018 06:51:14 +1000 Subject: [AccessD] OT: Merry Christmas - In-Reply-To: References: Message-ID: <5C2146C2.21998.EBA3C22@stuart.lexacorp.com.pg> And to all from Port Moresby! On 24 Dec 2018 at 16:25, Gustav Brock wrote: > - to all from Elsinore! > > /gustav > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From jbartow at winhaven.net Mon Dec 24 15:28:20 2018 From: jbartow at winhaven.net (John Bartow) Date: Mon, 24 Dec 2018 21:28:20 +0000 Subject: [AccessD] The latest from "Microsoft 365 admin center" Message-ID: We?re making some changes to default installation settings MC171479 Stay Informed Published On : December 22, 2018 Office ProPlus and Office 2019 will now be installed with 64-bit as the default setting. Previously, the default setting was 32-bit at installation. This change will begin rolling out in mid-January, 2019. How does this affect me? After this change takes place, the 64-bit version of Office will automatically be installed unless you explicitly select the 32-bit version?before?beginning the installation process. If you install the 64-bit version, but wanted the 32-bit version instead, you must first?uninstall?the 64-bit version?before?installing the 32-bit version. The same is true if you installed the 32-bit version but want to install the 64-bit version. This change will begin rolling out in mid-January, 2019. Wow, I can see the ?add-in crashing hell? already! John B From kost36 at gmail.com Mon Dec 24 15:39:50 2018 From: kost36 at gmail.com (Kostas Konstantinidis) Date: Mon, 24 Dec 2018 23:39:50 +0200 Subject: [AccessD] OT: Merry Christmas - In-Reply-To: <5C2146C2.21998.EBA3C22@stuart.lexacorp.com.pg> References: <5C2146C2.21998.EBA3C22@stuart.lexacorp.com.pg> Message-ID: <053E7EB3-232F-403E-BB78-49D9CFBC0D67@gmail.com> Merry Christmas to all from Hania Crete Greece 24 ??? 2018, 22:51, ? ??????? ?Stuart McLachlan ? ??????: > And to all from Port Moresby! > > >> On 24 Dec 2018 at 16:25, Gustav Brock wrote: >> >> - to all from Elsinore! >> >> /gustav >> -- >> AccessD mailing list >> AccessD at databaseadvisors.com >> http://databaseadvisors.com/mailman/listinfo/accessd >> Website: http://www.databaseadvisors.com >> > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com From pcs.accessd at gmail.com Mon Dec 24 15:54:07 2018 From: pcs.accessd at gmail.com (Borge Hansen) Date: Tue, 25 Dec 2018 07:54:07 +1000 Subject: [AccessD] OT: Merry Christmas - In-Reply-To: <053E7EB3-232F-403E-BB78-49D9CFBC0D67@gmail.com> References: <5C2146C2.21998.EBA3C22@stuart.lexacorp.com.pg> <053E7EB3-232F-403E-BB78-49D9CFBC0D67@gmail.com> Message-ID: ... and from sunny Gold Coast, Australia where the sky is blue and temperature will reach 26 degrees (79F) here on Xmas Day ... /borge On Tue, 25 Dec 2018 at 7:40 am, Kostas Konstantinidis wrote: > Merry Christmas to all > from Hania Crete Greece > > 24 ??? 2018, 22:51, ? ??????? ?Stuart McLachlan ? > ??????: > > > And to all from Port Moresby! > > > > > >> On 24 Dec 2018 at 16:25, Gustav Brock wrote: > >> > >> - to all from Elsinore! > >> > >> /gustav > >> -- > >> AccessD mailing list > >> AccessD at databaseadvisors.com > >> http://databaseadvisors.com/mailman/listinfo/accessd > >> Website: http://www.databaseadvisors.com > >> > > > > > > -- > > AccessD mailing list > > AccessD at databaseadvisors.com > > http://databaseadvisors.com/mailman/listinfo/accessd > > Website: http://www.databaseadvisors.com > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From stuart at lexacorp.com.pg Mon Dec 24 16:07:51 2018 From: stuart at lexacorp.com.pg (Stuart McLachlan) Date: Tue, 25 Dec 2018 08:07:51 +1000 Subject: [AccessD] he latest from "Microsoft 365 admin center" In-Reply-To: References: Message-ID: <5C2158B7.19909.F0062D6@stuart.lexacorp.com.pg> It had to happen some time. :( 've used the Win32API in a lot of systems and I've got some old applications out there which haven't been updated to PTRSAFE and LONGPTR. Looks like there will be a few support calls coming up. -- Stuart On 24 Dec 2018 at 21:28, John Bartow wrote: > We?re making some changes to default installation settings > MC171479 > Stay Informed > Published On : December 22, 2018 > Office ProPlus and Office 2019 will now be installed with 64-bit as > the default setting. Previously, the default setting was 32-bit at > installation. This change will begin rolling out in mid-January, 2019. > How does this affect me? > > After this change takes place, the 64-bit version of Office will > automatically be installed unless you explicitly select the 32-bit > versionbeforebeginning the installation process. > > If you install the 64-bit version, but wanted the 32-bit version > instead, you must firstuninstallthe 64-bit > versionbeforeinstalling the 32-bit version. The same is true if > you installed the 32-bit version but want to install the 64-bit > version. > > This change will begin rolling out in mid-January, 2019. > > Wow, I can see the "add-in crashing hell" already! > John B > > _______________________________________________ > dba-Tech mailing list > dba-Tech at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-tech > Website: http://www.databaseadvisors.com From ssharkins at gmail.com Mon Dec 24 16:18:12 2018 From: ssharkins at gmail.com (Susan Harkins) Date: Mon, 24 Dec 2018 17:18:12 -0500 Subject: [AccessD] OT: Merry Christmas - In-Reply-To: References: <1c45c60b8fca9e40d0ec38f0dc219ad6@mail-out-cmgw01-mia.tpn.terra.com> <-wm0jd660qb2z7w94hn3tjvxxs94pny-2bg42y-2ipjseow199t4t9mhc-lneayu-aotuct-wo2z4m-i3r66k-1b0j47899qklo8z6m1-iufn6a-freo1n-8tgt8tmj5v6tem9x25mll40-9tnvss-kyagkl.1545669799769@email.android.com> Message-ID: <026c01d49bd6$8f999260$aeccb720$@gmail.com> And happy holidays from Frankfort, the state capital of Kentucky horses are beautiful, where women are fast, and we pour bourbon over our Cheerios. ? Susan H. Merry Christmas to all from Ontario, Canada!! -5C with light snow /jack Virus-free. www.avast.com <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Mon, Dec 24, 2018 at 11:43 AM Martin Reid wrote: > Happy Christmas from Ireland > > Martin > > Sent from my Huawei Mobile > > -------- Original Message -------- > Subject: Re: [AccessD] OT: Merry Christmas - > From: rford > To: Access Developers discussion and problem solving > CC: > > From S?o Paulo, Brazil!!! 27?c!Roberto > > Enviado do meu smartphone Samsung Galaxy. > -------- Mensagem original --------De : Gustav Brock > > Data: 24/12/2018 14:25 (GMT-03:00) Para: Access Developers > discussion and problem solving Assunto: [AccessD] OT: > Merry Christmas - > - to all from Elsinore! > > /gustav > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From paul at wordwright.org Mon Dec 24 16:39:49 2018 From: paul at wordwright.org (paul) Date: Mon, 24 Dec 2018 22:39:49 +0000 Subject: [AccessD] The latest from "Microsoft 365 admin center" In-Reply-To: References: Message-ID: Thanks very much, John B. Sounds like good news ... hopefully so, anyway. Merry Christmas to you and all of our Access folk! paul On Mon, 24 Dec 2018 at 21:29, John Bartow wrote: > We?re making some changes to default installation settings > MC171479 > Stay Informed > Published On : December 22, 2018 > Office ProPlus and Office 2019 will now be installed with 64-bit as the > default setting. Previously, the default setting was 32-bit at > installation. This change will begin rolling out in mid-January, 2019. > How does this affect me? > > After this change takes place, the 64-bit version of Office will > automatically be installed unless you explicitly select the 32-bit > version?before?beginning the installation process. > > If you install the 64-bit version, but wanted the 32-bit version instead, > you must first?uninstall?the 64-bit version?before?installing the 32-bit > version. The same is true if you installed the 32-bit version but want to > install the 64-bit version. > > This change will begin rolling out in mid-January, 2019. > > Wow, I can see the ?add-in crashing hell? already! > John B > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- paul at wordwright.org My regular weekday articles, er, blogz, are found on >>> sailingtopurgatory.com, and introduced on facebook.com/Sailingtopurgatory and sinbadh.blogspot.com plus | Google Local Guide From accessd at shaw.ca Mon Dec 24 16:41:37 2018 From: accessd at shaw.ca (Jim Lawrence) Date: Mon, 24 Dec 2018 15:41:37 -0700 (MST) Subject: [AccessD] OT: Merry Christmas - In-Reply-To: <053E7EB3-232F-403E-BB78-49D9CFBC0D67@gmail.com> References: <5C2146C2.21998.EBA3C22@stuart.lexacorp.com.pg> <053E7EB3-232F-403E-BB78-49D9CFBC0D67@gmail.com> Message-ID: <456792687.543086145.1545691297911.JavaMail.zimbra@shaw.ca> Merry Christmas from Victoria, BC! ...From all around the planet. Jim ----- Original Message ----- From: "Kostas Konstantinidis" To: "Access Developers discussion and problem solving" Sent: Monday, December 24, 2018 1:39:50 PM Subject: Re: [AccessD] OT: Merry Christmas - Merry Christmas to all from Hania Crete Greece 24 ??? 2018, 22:51, ? ??????? ?Stuart McLachlan ? ??????: > And to all from Port Moresby! > > >> On 24 Dec 2018 at 16:25, Gustav Brock wrote: >> >> - to all from Elsinore! >> >> /gustav >> -- >> AccessD mailing list >> AccessD at databaseadvisors.com >> http://databaseadvisors.com/mailman/listinfo/accessd >> Website: http://www.databaseadvisors.com >> > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From delam at zyterra.com Mon Dec 24 18:31:37 2018 From: delam at zyterra.com (Zyterra) Date: Mon, 24 Dec 2018 18:31:37 -0600 Subject: [AccessD] OT: Merry Christmas - In-Reply-To: <053E7EB3-232F-403E-BB78-49D9CFBC0D67@gmail.com> References: <5C2146C2.21998.EBA3C22@stuart.lexacorp.com.pg> <053E7EB3-232F-403E-BB78-49D9CFBC0D67@gmail.com> Message-ID: <1205F726-388E-491B-8BFD-B36C03B2A695@zyterra.com> Merry Christmas from Hurst Texas I cannot be perfect, but I can choose to be better than I was yesterday. Sent from my iPhone > On Dec 24, 2018, at 3:39 PM, Kostas Konstantinidis wrote: > > Merry Christmas to all > from Hania Crete Greece > > 24 ??? 2018, 22:51, ? ??????? ?Stuart McLachlan ? ??????: > >> And to all from Port Moresby! >> >> >>> On 24 Dec 2018 at 16:25, Gustav Brock wrote: >>> >>> - to all from Elsinore! >>> >>> /gustav >>> -- >>> AccessD mailing list >>> AccessD at databaseadvisors.com >>> http://databaseadvisors.com/mailman/listinfo/accessd >>> Website: http://www.databaseadvisors.com >>> >> >> >> -- >> AccessD mailing list >> AccessD at databaseadvisors.com >> http://databaseadvisors.com/mailman/listinfo/accessd >> Website: http://www.databaseadvisors.com > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com From gustav at cactus.dk Tue Dec 25 04:48:39 2018 From: gustav at cactus.dk (Gustav Brock) Date: Tue, 25 Dec 2018 10:48:39 +0000 Subject: [AccessD] OT: Merry Christmas - In-Reply-To: <003e01d49bb0$c3229580$4967c080$@bassett.net> References: , <003e01d49bb0$c3229580$4967c080$@bassett.net> Message-ID: Hi Kathryn That is correct. The city of the Kronborg castle and Hamlet. /gustav ---- Do I assume that's Elsinore, Denmark? First thing that came to mind for me was "I didn't know Gustav lived in California". We have a town Lake Elsinore about 90 minutes from where I live. Anyway, Merry Christmas from Pasadena California. Kathryn > -----Original Message----- > From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf > Of Gustav Brock > Sent: Monday, 24 Dec 2018 8:26 AM > To: Access Developers discussion and problem solving > Subject: [AccessD] OT: Merry Christmas - > > - to all from Elsinore! > > /gustav From stuart at lexacorp.com.pg Tue Dec 25 15:40:12 2018 From: stuart at lexacorp.com.pg (Stuart McLachlan) Date: Wed, 26 Dec 2018 07:40:12 +1000 Subject: [AccessD] OT: Merry Christmas - In-Reply-To: <003e01d49bb0$c3229580$4967c080$@bassett.net> References: , <003e01d49bb0$c3229580$4967c080$@bassett.net> Message-ID: <5C22A3BC.23320.140D6FDB@stuart.lexacorp.com.pg> Oh the parochialism! :) The first thing that came to my mind was Hamlet. On 24 Dec 2018 at 9:47, Kathryn Bassett wrote: > Do I assume that's Elsinore, Denmark? First thing that came to mind > for me was "I didn't know Gustav lived in California". We have a town > Lake Elsinore about 90 minutes from where I live. > > Anyway, Merry Christmas from Pasadena California. > > Kathryn > > > -----Original Message----- > > From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On > > Behalf Of Gustav Brock Sent: Monday, 24 Dec 2018 8:26 AM To: Access > > Developers discussion and problem solving Subject: [AccessD] OT: > > Merry Christmas - > > > > - to all from Elsinore! > > > > /gustav > > -- > > AccessD mailing list > > AccessD at databaseadvisors.com > > http://databaseadvisors.com/mailman/listinfo/accessd > > Website: http://www.databaseadvisors.com > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From rockysmolin at bchacc.com Tue Dec 25 15:51:44 2018 From: rockysmolin at bchacc.com (Rocky Smolin) Date: Tue, 25 Dec 2018 13:51:44 -0800 Subject: [AccessD] OT: Merry Christmas - In-Reply-To: <5C22A3BC.23320.140D6FDB@stuart.lexacorp.com.pg> References: , <003e01d49bb0$c3229580$4967c080$@bassett.net> <5C22A3BC.23320.140D6FDB@stuart.lexacorp.com.pg> Message-ID: <002701d49c9c$06e3f160$14abd420$@bchacc.com> I'm going with California. There are more Elsinores on heaven and earth, Stuart, than a dreamt of in your philosophy. r -----Original Message----- From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Stuart McLachlan Sent: Tuesday, December 25, 2018 1:40 PM To: Access Developers discussion and problem solving Subject: Re: [AccessD] OT: Merry Christmas - Oh the parochialism! :) The first thing that came to my mind was Hamlet. On 24 Dec 2018 at 9:47, Kathryn Bassett wrote: > Do I assume that's Elsinore, Denmark? First thing that came to mind > for me was "I didn't know Gustav lived in California". We have a town > Lake Elsinore about 90 minutes from where I live. > > Anyway, Merry Christmas from Pasadena California. > > Kathryn > > > -----Original Message----- > > From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On > > Behalf Of Gustav Brock Sent: Monday, 24 Dec 2018 8:26 AM To: Access > > Developers discussion and problem solving Subject: [AccessD] OT: > > Merry Christmas - > > > > - to all from Elsinore! > > > > /gustav > > -- > > AccessD mailing list > > AccessD at databaseadvisors.com > > http://databaseadvisors.com/mailman/listinfo/accessd > > Website: http://www.databaseadvisors.com > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com From stuart at lexacorp.com.pg Tue Dec 25 16:11:25 2018 From: stuart at lexacorp.com.pg (Stuart McLachlan) Date: Wed, 26 Dec 2018 08:11:25 +1000 Subject: [AccessD] OT: Merry Christmas - In-Reply-To: <002701d49c9c$06e3f160$14abd420$@bchacc.com> References: , <5C22A3BC.23320.140D6FDB@stuart.lexacorp.com.pg>, <002701d49c9c$06e3f160$14abd420$@bchacc.com> Message-ID: <5C22AB0D.27040.142A00C4@stuart.lexacorp.com.pg> I'll pay that one!~ :-) On 25 Dec 2018 at 13:51, Rocky Smolin wrote: > I'm going with California. There are more Elsinores on heaven and > earth, Stuart, than a dreamt of in your philosophy. > > r > > -----Original Message----- > From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf > Of Stuart McLachlan Sent: Tuesday, December 25, 2018 1:40 PM To: > Access Developers discussion and problem solving Subject: Re: > [AccessD] OT: Merry Christmas - > > Oh the parochialism! :) > > The first thing that came to my mind was Hamlet. > > On 24 Dec 2018 at 9:47, Kathryn Bassett wrote: > > > Do I assume that's Elsinore, Denmark? First thing that came to mind > > for me was "I didn't know Gustav lived in California". We have a > > town Lake Elsinore about 90 minutes from where I live. > > > > Anyway, Merry Christmas from Pasadena California. > > > > Kathryn > > > > > -----Original Message----- > > > From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On > > > Behalf Of Gustav Brock Sent: Monday, 24 Dec 2018 8:26 AM To: > > > Access Developers discussion and problem solving Subject: > > > [AccessD] OT: Merry Christmas - > > > > > > - to all from Elsinore! > > > > > > /gustav > > > -- > > > AccessD mailing list > > > AccessD at databaseadvisors.com > > > http://databaseadvisors.com/mailman/listinfo/accessd > > > Website: http://www.databaseadvisors.com > > > > -- > > AccessD mailing list > > AccessD at databaseadvisors.com > > http://databaseadvisors.com/mailman/listinfo/accessd > > Website: http://www.databaseadvisors.com > > > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From ssharkins at gmail.com Tue Dec 25 16:41:25 2018 From: ssharkins at gmail.com (Susan Harkins) Date: Tue, 25 Dec 2018 17:41:25 -0500 Subject: [AccessD] OT: Merry Christmas - In-Reply-To: <5C22AB0D.27040.142A00C4@stuart.lexacorp.com.pg> References: , <5C22A3BC.23320.140D6FDB@stuart.lexacorp.com.pg>, <002701d49c9c$06e3f160$14abd420$@bchacc.com> <5C22AB0D.27040.142A00C4@stuart.lexacorp.com.pg> Message-ID: <001b01d49ca2$f8d79520$ea86bf60$@gmail.com> There's an Elsinore, Kentucky. ? Susan H I'll pay that one!~ :-) On 25 Dec 2018 at 13:51, Rocky Smolin wrote: > I'm going with California. There are more Elsinores on heaven and > earth, Stuart, than a dreamt of in your philosophy. > > r From paul.hartland at googlemail.com Tue Dec 25 16:44:20 2018 From: paul.hartland at googlemail.com (Paul Hartland) Date: Tue, 25 Dec 2018 22:44:20 +0000 Subject: [AccessD] OT: Merry Christmas - In-Reply-To: <001b01d49ca2$f8d79520$ea86bf60$@gmail.com> References: <5C22A3BC.23320.140D6FDB@stuart.lexacorp.com.pg> <002701d49c9c$06e3f160$14abd420$@bchacc.com> <5C22AB0D.27040.142A00C4@stuart.lexacorp.com.pg> <001b01d49ca2$f8d79520$ea86bf60$@gmail.com> Message-ID: Merry Christmas to all the Access D group On Tue, 25 Dec 2018, 22:42 Susan Harkins There's an Elsinore, Kentucky. ? > > Susan H > > > I'll pay that one!~ :-) > > On 25 Dec 2018 at 13:51, Rocky Smolin wrote: > > > I'm going with California. There are more Elsinores on heaven and > > earth, Stuart, than a dreamt of in your philosophy. > > > > r > > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From charlotte.foust at gmail.com Tue Dec 25 16:52:33 2018 From: charlotte.foust at gmail.com (Charlotte Foust) Date: Tue, 25 Dec 2018 14:52:33 -0800 Subject: [AccessD] OT: Merry Christmas - In-Reply-To: References: <5C22A3BC.23320.140D6FDB@stuart.lexacorp.com.pg> <002701d49c9c$06e3f160$14abd420$@bchacc.com> <5C22AB0D.27040.142A00C4@stuart.lexacorp.com.pg> <001b01d49ca2$f8d79520$ea86bf60$@gmail.com> Message-ID: And a Buddhist Happy Holidays from NorCal! Charlotte Foust (916) 206-4336 On Tue, Dec 25, 2018 at 2:45 PM Paul Hartland via AccessD < accessd at databaseadvisors.com> wrote: > Merry Christmas to all the Access D group > > On Tue, 25 Dec 2018, 22:42 Susan Harkins > > There's an Elsinore, Kentucky. ? > > > > Susan H > > > > > > I'll pay that one!~ :-) > > > > On 25 Dec 2018 at 13:51, Rocky Smolin wrote: > > > > > I'm going with California. There are more Elsinores on heaven and > > > earth, Stuart, than a dreamt of in your philosophy. > > > > > > r > > > > > > > > -- > > AccessD mailing list > > AccessD at databaseadvisors.com > > http://databaseadvisors.com/mailman/listinfo/accessd > > Website: http://www.databaseadvisors.com > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > From jimdettman at verizon.net Wed Dec 26 06:50:59 2018 From: jimdettman at verizon.net (Jim Dettman) Date: Wed, 26 Dec 2018 07:50:59 -0500 Subject: [AccessD] he latest from "Microsoft 365 admin center" In-Reply-To: <5C2158B7.19909.F0062D6@stuart.lexacorp.com.pg> References: <5C2158B7.19909.F0062D6@stuart.lexacorp.com.pg> Message-ID: <06d001d49d19$a71f5a20$f55e0e60$@verizon.net> Stuart, While it is now the default, it's just the default for the install. The 32bit edition is still available for install. Jim. -----Original Message----- From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Stuart McLachlan Sent: Monday, December 24, 2018 5:08 PM To: DBA-Tech ddba-tech at databaseadvisors.com"; DBA-Access AAccessD at databaseadvisors.com" Subject: Re: [AccessD] he latest from "Microsoft 365 admin center" It had to happen some time. :( 've used the Win32API in a lot of systems and I've got some old applications out there which haven't been updated to PTRSAFE and LONGPTR. Looks like there will be a few support calls coming up. -- Stuart On 24 Dec 2018 at 21:28, John Bartow wrote: > We?re making some changes to default installation settings > MC171479 > Stay Informed > Published On : December 22, 2018 > Office ProPlus and Office 2019 will now be installed with 64-bit as > the default setting. Previously, the default setting was 32-bit at > installation. This change will begin rolling out in mid-January, 2019. > How does this affect me? > > After this change takes place, the 64-bit version of Office will > automatically be installed unless you explicitly select the 32-bit > versionbeforebeginning the installation process. > > If you install the 64-bit version, but wanted the 32-bit version > instead, you must firstuninstallthe 64-bit > versionbeforeinstalling the 32-bit version. The same is true if > you installed the 32-bit version but want to install the 64-bit > version. > > This change will begin rolling out in mid-January, 2019. > > Wow, I can see the "add-in crashing hell" already! > John B > > _______________________________________________ > dba-Tech mailing list > dba-Tech at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-tech > Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com