Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Cheryl73

    Receiving Error: You must use the dbSeeChanges option with OpenRecordSet when accessing a SQL Server

    dHookum: As promised here is the code for the Detail form: frmABCDetail Private Sub cdAddKeyword_Click() On Error GoTo Err_cdAddKeyword_Click Dim strCriteria As String, strQueryName As String Dim gdf As QueryDef Dim varVar As Variant strQueryName = "qryJSABCKeywordSubformAdd" Set gdf =...
  2. Cheryl73

    Receiving Error: You must use the dbSeeChanges option with OpenRecordSet when accessing a SQL Server

    Hello. No. It is not included in frmABCDetail as in its record source. It is not bound to a recordsource. I'll send you the code for frmABCDetail later to see how it is referenced in the receiving Access form. Thanks for your assistance. Cheryl73
  3. Cheryl73

    Receiving Error: You must use the dbSeeChanges option with OpenRecordSet when accessing a SQL Server

    I have an MS Access 2010 (.mdb) application linked to a MS SQL Server 2008 R2 SP2 database on the backend. I am using an SQL Server ODBC connection driver. I am not using a SQL Server Native client driver. When I run my application at some point I receive the following error: You must use the...
  4. Cheryl73

    Receiving Error: You must use the dbSeeChanges option with OpenRecordSet when accessing a SQL Server

    I have an MS Access 2010 (.mdb) application linked to a MS SQL Server 2008 R2 SP2 database on the backend. I am using an SQL Server ODBC connection driver. I am not using a SQL Server Native client driver. When I run my application at some point I receive the following error: You must use the...
  5. Cheryl73

    Need Help with ASP.NET Label Control

    Hi Guys: I have tried refreshing the page in the browser as you have stated. Using CTRL + F5, but the text color stayed black. Any other suggestions? Thanks for the advice about the cached web pages.
  6. Cheryl73

    Need Help with ASP.NET Label Control

    I have a simple label control that I need to display in a ASP.NET application and I need to get the label to display in a red colored font. I have tried the following code several times and the text of the label will not change to red, it still displays as black text: (The code is within a...
  7. Cheryl73

    Problem with Conditonal IF Statement

    Thank you very much JPadie, the switch statement works just fine. Using switch instead of if-else for conditional statements in the PHP code works better for me.
  8. Cheryl73

    Problem with Conditonal IF Statement

    Hello All, I need help with some PHP code. I think that I having problems with properly coding my if-else conditional statements on a php web page. I'm rather new to PHP. I am creating PHP code to work with a MySQL database in the background. I have three buttons on a PHP web page called...
  9. Cheryl73

    Using Replace Function with SQL Stored Procedure

    Hi: I'm developing a web app using Dreamweaver MX (ASP, ADO) and SQL Server 2000 for the database. I have a stored procedure that has two parameters, one called @Supplier and one called @Agreement. Here is the code for the stored procedure. Sorry about the length but what is does is check for...

Part and Inventory Search

Back
Top