Page 2 of 2 FirstFirst 12
Results 16 to 28 of 28
  1. #16
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917

    Your two comboBoxes are not moving off of the 1st record of the MainForm so the NavBar is accurately showing you the correct record. I'm sorry but I guess I just don't understand the issue yet. Also as I said, the AfterUpdate event of the 1st cbo is Requerying the Recordsource of the MainForm which will take it back to the 1st record should it have moved.

  2. #17
    ylatodd is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2010
    Posts
    19
    I took the requery off and still same issue. Can you try selecting a value from cboTAMCN and see if the record number changes? Then click on next and see what happens.

  3. #18
    ylatodd is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2010
    Posts
    19
    The problem is that If you select a value in cboTAMCN and click on next it wont necessarily go to the next value that follows, it will go to the next record after the one it shows a count for on the nav bar.

  4. #19
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    Your Next button is simply moving to the next record in the MainForm. It is doing just what it is designed to do.

  5. #20
    ylatodd is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2010
    Posts
    19
    Look at the values in cboTAMCN and you will see the Next button is not going to the next value if you select a value from cboTAMCN first. If you load the form, click on cboTAMCN and select the third record available on the list, then hit next it will go to the secondvalue, not the 4th value. You will also notice if you load the form, click on cboTAMCN and select the 3rd value, the button previous will not be visible until you click on next button. Even if you select the last value. I can give you my phone number to better explain, is this a possibility?

  6. #21
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    Both of your ComboBoxes are *not* moving the RecordPointer of the MainForm. Both cbo's are unbound and being filled in the Current Event of the MainForm. Do you use any of the IM's?

  7. #22
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    I have Yahoo Messenger running right now and I am RuralGuy9999

  8. #23
    ylatodd is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2010
    Posts
    19
    Sorry for the late response. I will be on for the rest of the night, let me know if you get some time.

  9. #24
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    Post here when you want me to load my IM.

  10. #25
    ylatodd is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2010
    Posts
    19
    Ready when you are.

  11. #26
    ylatodd is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2010
    Posts
    19
    I should be on tomorrow morning after 715 am Pac Time

  12. #27
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    Talk about ships passing in the night.

  13. #28
    ylatodd is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2010
    Posts
    19

    Thumbs up

    RuralGuy Thank you for the help. Here is what your After Update macro for the last combo box is in vba:

    DoCmd.SearchForRecord , "", acFirst, "[FieldName] = " & "'" & Screen.ActiveControl & "'"

    Thanks again for your help.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Record/form navigation problem
    By kris335 in forum Access
    Replies: 1
    Last Post: 09-19-2011, 09:41 AM
  2. Replies: 1
    Last Post: 06-01-2011, 06:44 PM
  3. Record Navigation bar
    By sabre1 in forum Forms
    Replies: 5
    Last Post: 05-18-2011, 03:44 AM
  4. Record navigation buttons work backward
    By jonesy29847 in forum Access
    Replies: 22
    Last Post: 04-11-2011, 06:17 AM
  5. Replies: 2
    Last Post: 01-27-2011, 08:04 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums