Results 1 to 2 of 2

Thread: Refresh Records on Access Form

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2005
    Posts
    152

    Exclamation Refresh Records on Access Form

    Hi all,

    i am working in Access Data base is in Access and Form is also in access currently working on one form which have two subform in subform in sub form i display the Name in Combobox which work fine, DropDown is bind with one query which retrive value from data base but only it get forcus i map event for onenter event of the dropdown and code is "Me.reffresh" when i navigate the records using navigation button at bottom of main form it is not reffresh pls help me i want to reffresh this combobox each time when i change the records from navigation ....

    thanx in advance,
    Nilesh Thakur.

  2. #2
    Frenzied Member KGComputers's Avatar
    Join Date
    Dec 2005
    Location
    Cebu, PH
    Posts
    2,024

    Re: Refresh Records on Access Form

    Hi,

    Have you tried

    VB Code:
    1. Me.requery
    instead of me.refresh?


    CodeBank: VB.NET & C#.NET | ASP.NET
    Programming: C# | VB.NET
    Blogs: Personal | Programming
    Projects: GitHub | jsFiddle
    ___________________________________________________________________________________

    Rating someone's post is a way of saying Thanks...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width