473,654 Members | 3,108 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Afterupdate is not requerying my list box when I navigate records!??

I am making a database of my movie collection and I have a form which
Shows a DVD Code in a combo, and a list of the divx movies on the dvd
on the right in a list box.

The combo boxes bound column is the dvdID but it is hidden just to
show the name. Anyway, I use the normal access record navigation
arrows to navigate through the dvd's I have and the combo box updates
accordingly to a new dvd and as it does this I want it to requery my
list box list38 every time I click on the record nav button.

Even though in the afterupdate property of the combo, i have put

me!list38.reque ry

It is not requerying the list box as it should when the contents of
the combo changes, it only requerys when you click on the combo?? I
want it to do it when it changes everytime you navigate with the nav
button.

thanks in advance,

Jon.

btw I am using access 2002.
Nov 12 '05 #1
1 2488
The AfterUpdate event of the combo box fires when you change the combo box
for the current record (i.e. you type something in or select something from
the drop down list). The event that fires when you move from one record to
the next is the form's Current event.

--
Wayne Morgan
Microsoft Access MVP
"Chicken Kebab Abdullah" <bo**********@y ahoo.co.uk> wrote in message
news:db******** *************** ***@posting.goo gle.com...
I am making a database of my movie collection and I have a form which
Shows a DVD Code in a combo, and a list of the divx movies on the dvd
on the right in a list box.

The combo boxes bound column is the dvdID but it is hidden just to
show the name. Anyway, I use the normal access record navigation
arrows to navigate through the dvd's I have and the combo box updates
accordingly to a new dvd and as it does this I want it to requery my
list box list38 every time I click on the record nav button.

Even though in the afterupdate property of the combo, i have put

me!list38.reque ry

It is not requerying the list box as it should when the contents of
the combo changes, it only requerys when you click on the combo?? I
want it to do it when it changes everytime you navigate with the nav
button.

thanks in advance,

Jon.

btw I am using access 2002.

Nov 12 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1742
by: MDM | last post by:
I have a list box control that is bound to a query. The form is not bound to any source since I have a few list boxes from different sources. When the form opens the list box is populated correctly. Now, I have a combo box that contains gender values (male/female). When the user selects a value from a combo box for the chosen gender, I want to display only those people of that gender. To do this, I wrote code in the combo box's...
3
6561
by: MajorTom | last post by:
Hello I need help. I have a datagrid that have a dataview as datasource. in the keyup event of one textbox I use dataview.rowfilter = some.text; when the condition of my rowfilter return some rows, everything works fine. At the point that the rows returned by the rowfilter is cero (0), the datagrid don't get the rows even if I use a new rowfilter with results, the
1
4692
by: planetthoughtful | last post by:
Hi All, I have an ASP.NET page that is used to insert records into an SQL Server table (see previous post). I also have a GridView on the same page that displays the results of a query on the same table the records are inserted into when the page is submitted. I'm wondering if there's a way to requery / refresh the records being displayed by the GridView when the page is submitted?
6
2737
by: AA Arens | last post by:
Hi, I have a database with 2 main forms. Contacts and companies. I share the base with two others via LAN. On the companies form I have buttons to navigate throught the records (>400). We are mostly handling let say 5 companies. Every time I have to navigate or choose the find record button to get the right company. I am looking fo a feature to have listed in a combo list the last 5 visited records ("recently visited records").
3
3505
by: rhobson2 | last post by:
Hello, I wrote a database applicaiton using Access XP (2002) and everything has been working good for the client until they purchased a couple of new computers with Access 2003. The meetings form has an unbound combo box listing all the meetings in the database allowing the user to navigate between meeting records. The meetings form also has a list box that displays a list of members associated with a meeting.
1
1871
imrosie
by: imrosie | last post by:
Please help with this one,,,,,I've been trying everything in my arsenal to fix this one. I'm stumped.... I"ve got a unbound combo box (customername) that has two events (on click); AfterUpdate and NotInList. The AfterUpdate uses a 'me.recordsetclone' in order to display other data in controls associated with customerid/customername from the Customer table. The NotInlist, does just that, adds a new customer name to the list along with...
4
4962
by: EManning | last post by:
I have a combobox whose rowsource is a union query. This query displays a person's name in "lastname, firstname" format and in "firstname lastname" format. The query results look like this: Mouse, Mickey Mickey Mouse When a person is added, the querys' underlying recordset is updated in the NotInList event. I can't figure out how to refresh the combobox to display the new person. I get the standard error message that the
7
2071
by: PNY | last post by:
Hi all, I have a form that uses the code listed below on the after update of a combo box and list box to search for a selected Name. (code for afterupdate for combo box) Private Sub Combo73_AfterUpdate() ' Find the record that matches the control. Me.RecordsetClone.FindFirst " = '" & Me! & "'" Me.Bookmark = Me.RecordsetClone.Bookmark End Sub
1
1579
by: garyb2008 | last post by:
Hi I have a form bound to a stored procedure. I have made it that on changing the value of a list box the form moves forward a record. I have done this using the afterupdate event of the list box. Initially the listbox was bound, but i noticed that when i automatically moved forward the listbox got out of sync with the record source. I got round this by making the list box control unbound and using vba to keep it in sync with the record...
0
8290
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8708
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7307
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6161
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5622
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4149
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4294
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2716
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1596
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.