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

    Noob Question - Form Name

    After many changes since its creation the form has taken a new purpose and meaning. Therefore I now want to change the form name... not the shortcut name. Access 2010... How do I change the underlying and controlling form name so that once I start to write in VBA I don't get confused? ~ grinnz ~
  2. grinnz

    Table Design Cursor Navigation

    I've been away from Access for a while. In past versions when using Table Design you were able to use F6 to flip between the field definition area and the field properties area. Now using Access 2010 the F6 flips to the field properties area but then to the navigation area and one or two other...
  3. grinnz

    File Saving in Actions - Help/Suggestions Needed

    I’m trying to build a simple action that resizes the open image, saves the resulting smaller image optimized as a specific filename (folder.jpg) in the same folder as the original, and then close the original without saving. The resize and the close steps are done. That’s the easy part. I also...
  4. grinnz

    Findfirst Syntax Error

    Dim dbs As Database Dim rstCombined As DAO.Recordset Dim rstExceptions As DAO.Recordset Dim strCompare As String 'Open Recordsets Set dbs = CurrentDb Set rstCombined = dbs.OpenRecordset("qryCombined") Set rstExceptions = dbs.OpenRecordset("qryExceptions")...
  5. grinnz

    Populating Table Fields via Recordset Loop

    I'm just again getting back into Access after nearly six years and unfortunately starting from square one. Problem: The recordset loop only populates the first record of the table although the code loops properly. Using the immediate window it seems that the recordset record is not stepping...

Part and Inventory Search

Back
Top