Search results

  1. D

    Form's unique table property and stored procedure parameters

    I have a form in an .adp file in Access 2007, and the project is connected to SQL Server 2005. The form uses a stored procedure to display records. The stored procedure does a JOIN of 2 tables, and has parameters which are passed in through the form's Input Parameters property. It compares the...
  2. D

    Error on subform refresh

    I'm working on an Access project (an .adp file) which is connected to SQL Server 2005. I have a form and a subform, and the subform gets records from a stored procedure called PETech. PETech takes in a parameter @act (a code) and returns all records where a certain column matches that parameter...
  3. D

    Problem with ADP after upsizing to SQL Server 2005

    I've already posted this in the MS Access forum, but I might get more responses here.. I currently have a database in Access 2007 that I want to convert to SQL Server 2005, but I want to keep Access as the front-end so that I can continue to use the forms. The tables and queries will be in SQL...
  4. D

    Problem with form after upsizing to SQL Server 2005

    Hi everyone, I currently have a database in Access 2007 that I want to convert to SQL Server 2005, but I want to keep Access as the front-end so that I can continue to use the forms. The tables and queries will be in SQL Server. The form I'm having trouble with has a drop-down menu with a...
Back
Top Bottom