Search results

  1. S

    open another database from current

    I have the following code, I want to open "C:\Users\MKOSCICA\Documents\My Documents\DKN\Stanovništvo_2016\Stanovništvo_2016-05\Retail portfolio 2016 05.accdb", but it is not visible, what to do? Thanks! Dim NewAccessApp As Access.Application 'Set NewAccessApp =...
  2. S

    ADO problems - open recordset

    Hi, I am new in access VBA (I have some experience in excel VBA). What is wrong with the following code - does not shown/open mySQL in access as datasheet view/ query? :banghead: Also, does not report any error? What to do? Thanks in advance! Public Sub Probna() Dim mySQL As String...
Back
Top Bottom