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

    No Foxpro 6.0 help files

    Hello, I recently purchased Visual FoxPro 6.0 Professional Edition via E-bay. I did a custom install, selected everything possible, but when I run it, there are no help files. Those options under the "Help" button are grayed out... unaccessible. Any ideas why? Thanks Joe
  2. Grrrrrumpy

    Am I missing a Dim statement?

    Here's the code I was given for Access 2000 to: Sort a membership file by Lastname, Firstname & Suffix -- Spin thru the file and renumber the Membership number -- Sub Renumber_Members() Dim MemberNumber as Long Dim rstMEMBERS As New ADODB.Recordset Dim strSQL As String Dim cn1 As New...
  3. Grrrrrumpy

    I need code to process an Access database

    I'm a programmer, but have no knowledge of Access/VBA I have a database "Members" (Access 2000). I want to sort by it by Lastname, Firstname & Suffix (Jr, Sr). I then want to go to the first record, place the value 1 in the field MemNum, then move to the next record, increment the...

Part and Inventory Search

Back
Top