Page 2 of 2 FirstFirst 12
Results 16 to 29 of 29
  1. #16
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,821

    You need to go into the properties of the Form and click on the All Tab
    Scroll down thew list and set Record Selectors & Navigation Buttons to Yes

  2. #17
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,556
    When you use the frmOfferRegister to select a specific record your are applying a Filter to the Form for that selected Record.
    Why can't you use FindFirst?
    Also just remove filter if you insist on using one, when you click the button for offer entry?
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  3. #18
    deepaksharma is offline Competent Performer
    Windows 7 32bit Access 2016
    Join Date
    Jul 2023
    Location
    india
    Posts
    389
    Quote Originally Posted by mike60smart View Post
    You need to go into the properties of the Form and click on the All Tab
    Scroll down thew list and set Record Selectors & Navigation Buttons to Yes
    No, I don't want the navigation bar to be visible on the form. How will this happen

  4. #19
    deepaksharma is offline Competent Performer
    Windows 7 32bit Access 2016
    Join Date
    Jul 2023
    Location
    india
    Posts
    389
    Quote Originally Posted by Welshgasman View Post
    Why can't you use FindFirst?
    Also just remove filter if you insist on using one, when you click the button for offer entry?
    Yes but I want the filter by default to remain removed and the navigation bar should not be visible in the form.

  5. #20
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,821
    Well as Welshgasman has already suggested in the On Click Event to open the Form frmOfferEntry use

    Me.FilterOn = False

  6. #21
    deepaksharma is offline Competent Performer
    Windows 7 32bit Access 2016
    Join Date
    Jul 2023
    Location
    india
    Posts
    389
    Quote Originally Posted by mike60smart View Post
    Well as Welshgasman has already suggested in the On Click Event to open the Form frmOfferEntry use

    Me.FilterOn = False
    Thanks it working....

  7. #22
    deepaksharma is offline Competent Performer
    Windows 7 32bit Access 2016
    Join Date
    Jul 2023
    Location
    india
    Posts
    389
    Quote Originally Posted by Welshgasman View Post
    Why can't you use FindFirst?
    Also just remove filter if you insist on using one, when you click the button for offer entry?
    Thanks to both of you, my problem has been solved with this code.
    Me.FilterOn = False
    I understood what you said from the code suggested by Mike but I did not understand what find first you were talking about, please explain.

  8. #23
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,556
    Instead of filtering to a record, you can just locate it with a FindFirst. Just a different way to approach the issue.
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  9. #24
    deepaksharma is offline Competent Performer
    Windows 7 32bit Access 2016
    Join Date
    Jul 2023
    Location
    india
    Posts
    389
    Quote Originally Posted by Welshgasman View Post
    Instead of filtering to a record, you can just locate it with a FindFirst. Just a different way to approach the issue.
    can you tell me its code

  10. #25
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,556
    Google it. You cannot expect everything to be handed to you on a plate. You will learn nothing that way. :-(
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  11. #26
    deepaksharma is offline Competent Performer
    Windows 7 32bit Access 2016
    Join Date
    Jul 2023
    Location
    india
    Posts
    389
    Quote Originally Posted by Welshgasman View Post
    Google it. You cannot expect everything to be handed to you on a plate. You will learn nothing that way. :-(
    Ok, I will work hard again.

  12. #27
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,556
    Hardly hard?
    If you are not prepared to put in any effort, you will likely find you get less assistance?
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  13. #28
    deepaksharma is offline Competent Performer
    Windows 7 32bit Access 2016
    Join Date
    Jul 2023
    Location
    india
    Posts
    389
    Quote Originally Posted by Welshgasman View Post
    Hardly hard?
    If you are not prepared to put in any effort, you will likely find you get less assistance?
    What I mean to say is that sir, I am already quite entangled in one and the other coding and I am not able to find the solution. "Ms access unload form event for stop autosave data"

  14. #29
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,556

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

Similar Threads

  1. Replies: 3
    Last Post: 02-11-2020, 02:44 PM
  2. Replies: 4
    Last Post: 11-22-2018, 05:49 PM
  3. Replies: 39
    Last Post: 03-15-2017, 07:34 PM
  4. Find data in a combo box
    By TheHarleygirl2005 in forum Forms
    Replies: 4
    Last Post: 01-04-2013, 01:01 PM
  5. Replies: 9
    Last Post: 04-28-2010, 11:20 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