dbTalk Databases Forums  

Re: Combo box value synchronization with actual record ?

comp.databases.ms-access comp.databases.ms-access


Discuss Re: Combo box value synchronization with actual record ? in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jv
 
Posts: n/a

Default Re: Combo box value synchronization with actual record ? - 01-04-2005 , 12:31 PM






Make sure the combo box is unbound and put the following code in it's
after update event.
Me.RecordsetClone.FindFirst "[OrderID] = " & cboOrderID
Me.Bookmark = Me.RecordsetClone.Bookmark

You can also use the form's Input Parameter property to accomplish the
task. However, this method might requires you to make more changes to
the form than you'd like.

Good Luck.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.