Forum Replies Created

Viewing 15 posts - 31 through 45 (of 274 total)

  • RE: best practices for Access to SQl conversion

    fizzleme - Thursday, September 14, 2017 4:10 PM

    This small application has a ton of small update queries.  It is fed by a...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Pass Parameter to SQL Procedure

    So are you trying to execute a stored procedure from Access?  That would typically be the case where you pass parameters to SQL Server.  We typically define an ADODB connection,...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Update Field to current logged in user ID with new record command button

    You did start a new post, but not a new thread.  In answer to your most recent question, Access 2013 and 2016 do not support ADP projects, but Access 2010...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Dynamic connection string for pass through query

    On the servers where it doesn't work, do you get any sort of error message?

    Also, what security model are you using?  Trusted_Connection=Yes suggests it is integrated security.  But...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: ms access to word doc

    You first need to define WordApp as an "object" and then set that object to be a Word using the CreateObject command.  Since you are tinkering with automation the tutorial...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: trying to upsize MSACCESS 2010 to sql server 2008

    OK - start the Access database while holding down the SHIFT key so you have full menus and the Navigation Pane.  Click on the "ribbon" tab for Database Tools, and...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: trying to upsize MSACCESS 2010 to sql server 2008

    rf44 has identified the problem I believe - a short-coming of the SSMA.  If you have an installation of a recent version of Access, there is an upsizing tool that...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: trying to upsize MSACCESS 2010 to sql server 2008

    Have you created an ODBC data source to the SQL Server database?  That is the only way to connect an Access database in the .accdb format to tables in SQL...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: trying to upsize MSACCESS 2010 to sql server 2008

    Are you expecting queries, forms and reports to be upsized to SQL Server?  The only thing that the SSMA deals with are tables that are stored natively in the Access...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Update Field to current logged in user ID with new record command button

    sumanth.pathuri (1/11/2017)


    How can we capture if someone edits a record without using a trigger. We need a column in the same table. Can you please help me with this.

    As this...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Access mdb file previously working on Visual Fox Pro, now we are on SQL server

    What I suggested, perhaps obliquely, is that you don't need to run code to do what you are trying to do if you have the table actually linked into your...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: security access - sql

    In addition to the comments of others, I should point out that support for ADP projects was removed in Access 2013. If you have some clever user install 2013...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: Access mdb file previously working on Visual Fox Pro, now we are on SQL server

    Since you are now trying to connect to SQL Server, you will likely need to setup an ODBC Data Source on the system in HR - has that been done?...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: short date q.

    peter478 (11/16/2016)


    Hello ,

    In my table view I have set a filter = getdate()

    Is it possible to convert it directly in table view to short date?

    thank you

    Is there a reason you...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • RE: ref integrity after Migrating database to sql server 2008 R2

    Unfortunately, Access queries use a different syntax, and in most cases other than action queries, are used as the basis for forms and reports. So you may be able...

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

Viewing 15 posts - 31 through 45 (of 274 total)