Forum Replies Created

Viewing 15 posts - 76 through 90 (of 273 total)

  • RE: ODBC Error updating a recordset (rst.Update)

    To resolve the issue if you have the constraint in Access, and then upsized it to SQL Server, you will have that some constraint in SQL Server, so you would...

  • RE: ODBC Error updating a recordset (rst.Update)

    You shouldn't have an issue with that as long as the SQL Server User has security permissions that allow the updating of the table. One way to test that...

  • RE: how to remove specific values from my query critera

    There are a couple of ways to exclude specific records from your query results. The most common is: Not Like "apples" and Not Like "oranges" and Not Like "pears"However...

  • RE: Can't open mdb file

    That message usually means you have a lock file for that database that didn't get properly deleted when Access was closed. Check for a file in the same directory...

  • RE: Using Access to import data into SQL Server

    OK - you still have two options - you can import Excel workbooks into SQL Server using that Import/Export capability, but the details vary depending on the version of SQL...

  • RE: Using Access to import data into SQL Server

    Where is your data coming from? In other words, is it data in Excel to begin with, or is it delimited text from some external system, or is it...

  • RE: Access 2010 to SQL Server 2008

    That does seem unusually long for a table of that size. I've not seen that behavior, but we seldom run a process that deletes all the records in a...

  • RE: Access 2010 to SQL Server 2008

    crowegreg (5/6/2015)


    ...

    In closing, I've also tried append queries from Access, getting the same lengthy results. In simple terms, if Access is used to push or manipulate data to the SQL...

  • RE: How can I restore a destroyed .mdb ?

    Since the database no longer exists, you have two options: 1) Restore it from a backup (are you backing things up? If not you should be), or 2)...

  • RE: Corrupt Access DB

    simsonmazar (4/25/2015)


    The repair method attempts to recover only the tables, indexes and queries in the database. Do not attempt to repair damaged forms, reports, macros and modules. Before executing the...

  • RE: Corrupt Access DB

    Unfortunately, it appears your best alternative is to go to a backup. That message is telling you that the system object where the VBA project as well as forms,...

  • RE: Query Date Filter

    You will find that the WeekDay() function is your friend in this case. Do a search and you will find information on how to use it. Basically it...

  • RE: I have an older version of an Access DB that needs to be updated.

    I believe you can import the objects from your Access97 database to a .mdb or .accdb format database in Access 2007 and have most things work. You would choose...

  • RE: My .accdb is SO SLOW when used remotely!

    Sorry to be so late - was travelling all of last week. Have you tried using an Indexed SQL Server view as the basis for your form, rather than...

  • RE: password protect

    In general the answer is no, although there is the ability to hide the VBA logic behind forms and reports by creating an ADE if the version of Access you...

Viewing 15 posts - 76 through 90 (of 273 total)