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

    making tables read only at run time

    Based upon user sign on how do I make tables read only for that user? tia
  2. 20dogdays

    Howw does autonumb work when appending data from a file

    I have to append a bunch of records (comma delimited file) to an existing populated table. One of the fields in the incoming file is an auto number field. Do I populate the auto number in the file or will ACCESS (2003) populate it for me. tia
  3. 20dogdays

    Created a Recordset, .RecordCount is one less than s/b

    Code/ Dim rst As DAO.Recordset Set rst = CurrentDb.OpenRecordset("ELUR1") intNumbRows = rst.RecordCount /Code intNumbRows contains one less than the actual number of rows in the table. What am I doing wrong? tia
  4. 20dogdays

    export forms and vba code

    I have successfully exported a form to another DB, how do I export the associated VBA code? tia

Part and Inventory Search

Back
Top