• WSAlexya1

    WSAlexya1

    @wsalexya1

    Viewing 15 replies - 61 through 75 (of 410 total)
    Author
    Replies
    • in reply to: Combine (2) Case Selects (Access 97) #741225

      While the database is open… Select the Tools menu and go to Database Utilities -> Compact Database… Try that…

    • in reply to: Combine (2) Case Selects (Access 97) #741226

      While the database is open… Select the Tools menu and go to Database Utilities -> Compact Database… Try that…

    • in reply to: Combine (2) Case Selects (Access 97) #741206

      Did you compact the database after deleting everything that wasn’t needed? …Delete most of the records in the tables involved??

    • in reply to: Combine (2) Case Selects (Access 97) #741207

      Did you compact the database after deleting everything that wasn’t needed? …Delete most of the records in the tables involved??

    • in reply to: Combine (2) Case Selects (Access 97) #741198

      laugh Noooo, I didn’t mean start the whole form or database over!
      I meant this particular procedure… The command button code… That’s all…

      Okay… but I’ll probably have more questions… Hang in there… smile

    • in reply to: Combine (2) Case Selects (Access 97) #741199

      laugh Noooo, I didn’t mean start the whole form or database over!
      I meant this particular procedure… The command button code… That’s all…

      Okay… but I’ll probably have more questions… Hang in there… smile

    • in reply to: Combine (2) Case Selects (Access 97) #741196

      Well that solves the first mystery… You’re getting errors because I told you to put single quotes around “Project Classification” and “Y1Sum”… If these are field names then you need to put square brackets around them… The report’s recordsource is looking for those two Values in a field called SortBy…

      Let me look through this and see if I can help… Can I have the names of the recordsources for both reports?

    • in reply to: Combine (2) Case Selects (Access 97) #741197

      Well that solves the first mystery… You’re getting errors because I told you to put single quotes around “Project Classification” and “Y1Sum”… If these are field names then you need to put square brackets around them… The report’s recordsource is looking for those two Values in a field called SortBy…

      Let me look through this and see if I can help… Can I have the names of the recordsources for both reports?

    • in reply to: Combine (2) Case Selects (Access 97) #741190

      confused

      I keep looking at the code you have there and it’s really making no sense to me… Why are you doing a Do While Loop through it?… and you’re not incrementing intCount anywhere that I can see… Aren’t you going into an endless loop there?? …

      Could you post a small sample of the database?… I think maybe we should start from scratch… laugh …This should not be so difficult…
      What do you want to do… in every day terms… ? smile

    • in reply to: Combine (2) Case Selects (Access 97) #741191

      confused

      I keep looking at the code you have there and it’s really making no sense to me… Why are you doing a Do While Loop through it?… and you’re not incrementing intCount anywhere that I can see… Aren’t you going into an endless loop there?? …

      Could you post a small sample of the database?… I think maybe we should start from scratch… laugh …This should not be so difficult…
      What do you want to do… in every day terms… ? smile

    • in reply to: Combine (2) Case Selects (Access 97) #741178

      Okay… Let’s try get this working…

      To relieve my confusion, I need you to confirm a bit of information before I start writing this code… Me.Criteria and Me.grpSortBy… Criteria and grpSortBy are the names of controls on the form?? or?? … Could you possibly give me a few sample records from the data so that I can see what the field names are and the kind of data?

    • in reply to: Combine (2) Case Selects (Access 97) #741179

      Okay… Let’s try get this working…

      To relieve my confusion, I need you to confirm a bit of information before I start writing this code… Me.Criteria and Me.grpSortBy… Criteria and grpSortBy are the names of controls on the form?? or?? … Could you possibly give me a few sample records from the data so that I can see what the field names are and the kind of data?

    • in reply to: Combine (2) Case Selects (Access 97) #741111

      I’m a little confused, but I believe that your problem is that you need single quotes around the string values for the sortby…

      strWhereS = “[SortBy] = ‘Y1Sum'”
      strWhereS = “[SortBy] = ‘Project Classification'”

      HTH

    • in reply to: Combine (2) Case Selects (Access 97) #741112

      I’m a little confused, but I believe that your problem is that you need single quotes around the string values for the sortby…

      strWhereS = “[SortBy] = ‘Y1Sum'”
      strWhereS = “[SortBy] = ‘Project Classification'”

      HTH

    • in reply to: Zoom a field (Access XP (2002 sp-1)) #740618

      Hi Gene…

      I don’t think Wendell’s around at the moment, so I’ll jump in…
      You don’t “create” that capability… It just is… It’s part of Access itself… Put your cursor on almost any field in any table of the database and hit Shift-F2… It’ll Zoom…

    Viewing 15 replies - 61 through 75 (of 410 total)