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 Wanet Telecoms Ltd 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: access8
  • Content: Threads
  • Order by date
  1. access8

    Subform Filtering

    Hello I have a small problem. I have three Access forms one is the main form(frmAgreements) which has two command buttons. Each command button opens a form which is linked by the field AgreementNo. One of the forms (frmTasks) works great when the button is clicked it only displays the records...
  2. access8

    Delete code is deleting selected record and first record

    Hello, I am using ADO to create my delete code in an Access Project. The form I am using is a list box with contract numbers. If I wish to delete one I simply select it a message box pops up asking me whether I would like to delete the number I say yes. Now it does the delete the selected but I...
  3. access8

    Linked subform problem

    I have an Access Project which is used as the front end and SQL Server is used as the back end. I created two forms and I am trying to link the subform to the main form. I created the stored procedure which is as follows: Alter Procedure storEstimatePaymentLog ( @ContNo nvarchar(50)...
  4. access8

    RE: Linking

    I have an Access Project with is used as the front end and SQL Server is used as the back end. I created two forms and I am trying to link the subform to the main form. I created the stored procedure which is as follows: Alter Procedure storEstimatePaymentLog ( @ContNo nvarchar(50)...

Part and Inventory Search

Back
Top