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 biv343 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: *

  • Users: majors479
  • Content: Threads
  • Order by date
  1. majors479

    DataRowView Issue with LINQ to SQL

    Good morning, I have 2 cascading dropdownlists and am attempting to bind the child dropdownlist to the parent one. I found the following code online that should rectify my issue, but need assistance utilizing it, as I am using Linq to SQL data source. Protected Sub...
  2. majors479

    Combo Box Not Updating

    Good morning, I've developed several combo boxes on my web pages that are not updating when I submit the page for updating. One such combo box possesses the following code. Company:           &nbsp...
  3. majors479

    Verifying a Subform's Current View (Datasheet or Form)

    Good morning, I am attempting to freeze a column is a form's subform. I have a button within the main form that allows the user to change the view of the subform from datasheet to single form view. I've added the code to freeze the subform's column to the change view button, but receive an...
  4. majors479

    Formatting a Sum Field to Currency for Exporting to Excel

    Hi, Hope this is the right place to ask this, as the issue is exporting to Excel from a report. I have a report that contains a sum field that is within a group section (it is created within the report and not part of the underlying query) that I would like to export to Excel and have the...
  5. majors479

    Assigning the Correct Value to a Gridview's Dropdown Template

    Hi, I am attempting to add a dropdown to a an edit template field in a gridview whose data source is table 1. The field is an integar field that is a foreign key to table 2's primary key. I'm binding the primary key and description field from table 2 as the data value and shown value in the...
  6. majors479

    Data Change or Conflict Error

    Hi, I apologize if this question should be asked within the Access forumn, but I believe the issue is with SQL. I have a back-end SQL DB connected to an Access front-end DB. When the user clicks a button the following stored procedure is run @RecordType as varchar(25), @PrimaryKey as...

Part and Inventory Search

Back
Top