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 dencom 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: PrimoSteve
  • Content: Threads
  • Order by date
  1. PrimoSteve

    Grid From

    Hello All, I have a subform that acts like a grid that displays 24 command button ( 4 Rows and 6 columns) tblCmds cmdID Short Text cmdCaption Short Text cmdPhotoUrl Short Text Private Sub Form_Load() On Error GoTo FormLoadErr: Dim ctl As Control Me.cTemp.SetFocus For Each...
  2. PrimoSteve

    Fill in 2nd Textbox2 from Textbox1

    Hello All, I have an unbound form called Recs with 2 unbound textboxes Textbox1 called ProductNo Textbox2 called ProductCode Textbox1 has the ProductID from the Products Table already filled in I am trying to fill in Textbox2 with the ProductCode corresponding to the ProductID from the...
  3. PrimoSteve

    Cannot add Image to Command Button?

    I have a form that displays a Gridview-like with 20 button controls (displays different products with the name and image) I have several other button controls which represents Categories and when click calls this function "Call Display_Products" Function Display Products w = 0 q = 0 For z = 1...
  4. PrimoSteve

    Print Report from a Subform (Tab form) in a Main Form

    Hi, I have a Main form "ManuF" and a subform which is a Tab form "Jobs". I have no problem printing this report "repFileCover" from the Jobs form when this form is opened by itself OnClick event: DoCmd.openReport "repFileCover", acViewPreview Query behind the "repFileCover" below SELECT...
  5. PrimoSteve

    You must use the dbSeeChanges opion with OpenRecordset when accessing a SQL Server table

    Hi, Could anyone explain why this happening with Access 2010? This code works with Access 2003 but since I've changed over to Access 2012 I am getting this error now even with the use of dbSeeChanges. “ You must use the dbSeeChanges option with OpenRecordset when accessing a SQL Server table...

Part and Inventory Search

Back
Top