Forum Replies Created

Viewing 15 posts - 61 through 75 (of 273 total)

  • RE: MS Access - Sql Server conversion

    You cannot easily make a SQL Server query the data source for an Access form. The simple approach is to bind the form to the SQL Server view, and...

  • RE: MS Access - Sql Server conversion

    Unfortunately, Access queries that join more than 2 or 3 tables will want to bring in each table and run the query in Access. I would suggest creating a...

  • RE: MS Access - Sql Server conversion

    It depends on the complexity of the query as to how you should proceed. In general, I would leave the query as the data source if the query is...

  • RE: What does Access do best?

    I have a somewhat different perspective from most of the people that visit here. The fundamental problem with Excel is that it isn't a relational database, and if you...

  • RE: barcode 39

    I suspect the "minus" sign you were using wasn't the standard one but a special character with a different ASCII code. Often it is the simple little things that...

  • RE: barcode 39

    What version of Access (and of Excel) are you using? And have you tried using the * as the start and stop character per the standard?

  • RE: barcode 39

    Rather than using =("!" & [string] & "!") for your control source, I would use =("*" & [string] & "*") as that is the normal start and stop delimiter -...

  • RE: ODBC errors

    The assumption that I made in that reply is that you are using Integrated Security rather than SQL Server Security. There are several advantages in that approach, less SQL...

  • RE: ODBC errors

    The thing I would suspect the most is the use of a System DSN - from Win7 forward our experience with System DSNs has been problematic. As long as...

  • RE: ODBC errors

    We will need to know a good deal more about your situation. As a preface we've run numerous workstations running Access 20XX against versions of SQL Server from 7...

  • RE: Repair MS Access database without having program installed

    Is the Access database stored on each user PC, and is it in the .mdb format or the .accdb format?

  • RE: ODBC Connection with SQL Migration

    Building a test front-end is an excellent approach. One of the changes in Win7 and later is that the ODBC DSN must be done for the current User, while...

  • RE: ODBC Connection with SQL Migration

    At a minimum, I think you will need to know what the workstation environment is. ODBC in Windows XP is quite different from Win7 or Win8. Also the...

  • RE: I cannot open Microsoft Access files.

    Specifically, what version of Windows are you running, and do you have other versions of Access installed? You should be aware that AccessXP is a 13-year old product, so...

  • RE: Auto filling a field enabled PDF from access table fields

    The only way to do things in something which isn't capable of working with Automation is to do so with the Shell command as described in the sample code you...

Viewing 15 posts - 61 through 75 (of 273 total)