Ovi, Achi, I will post the code as soon as I can, maybe later this evening (PST). As I recall the code is in the middle of some complexity that I should probably remove. I have to attend to a release of some software today. Dick
--- In [email protected], "Ove Billing" <[EMAIL PROTECTED]> wrote: > > I am also interested in cascading como boxes. Could you give us all a detailed outline of how ti do? > Ove > > > ----- Original Message ----- give uis all an outline of how to do? > From: Dick Root > To: [email protected] > Sent: Sunday, August 05, 2007 6:31 PM > Subject: [ms_access] Re: [AccessDevelopers] Combobox Entry Data > > > Achi, > Are you trying to code cascading combo boxes - - the selected items in > the first box constrains the list in the second box which constrains > the list in the third box, etc.? > I solved that problem a few years ago (in VBA of course). If that's > what you need, please let me know and I will post the code. > Dick > > --- In [email protected], "Achi Rachimuddin" > <achi.rachimuddin@> wrote: > > > > Any one can help me? > > > > > > > > _____ > > > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Achi Rachimuddin > > Sent: Thursday, August 02, 2007 7:24 AM > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > > [email protected] > > Subject: [AccessDevelopers] Combobox Entry Data > > Importance: High > > > > > > > > Dear all, > > > > > > > > I have a case like this. > > > > > > > > I have a combobox and another field to entry the data. > > > > For example, > > > > > > > > > > > > Private Sub cboObv_AfterUpdate() > > > > If cboObv = True Then > > > > DoCmd.GoToControl "SafObv" > > > > > > > > End If > > > > > > > > End Sub > > > > > > > > I want when I select the next new record the previous data selected > should > > be updated into the table. > > > > > > > > Can anyone help me with this? > > > > > > > > Thanks in advance. > > > > > > > > Rgds, > > > > > > > > Achi > > > > > > > > > > CONFIDENTIALITY CAUTION: > > This email is confidential. If you are not the addressee tell the sender > > immediately > > and destroy this email without using, sending or storing it. > > Emails are not secure and may suffer errors, viruses, delay, > interception > > and amendment. > > PT Darma Henwa does not accept liability for damage caused by this > email and > > may monitor email traffic. > > > > > > > > > > CONFIDENTIALITY CAUTION: > > This email is confidential. If you are not the addressee tell the sender > > immediately > > and destroy this email without using, sending or storing it. > > Emails are not secure and may suffer errors, viruses, delay, > interception > > and amendment. > > PT Darma Henwa does not accept liability for damage caused by this > email and > > may monitor email traffic. > > > > > > > > CONFIDENTIALITY CAUTION: > > This email is confidential. If you are not the addressee tell the > sender immediately > > and destroy this email without using, sending or storing it. > > Emails are not secure and may suffer errors, viruses, delay, > interception and amendment. > > PT Darma Henwa does not accept liability for damage caused by this > email and may monitor email traffic. > > > > > > [Non-text portions of this message have been removed] > > > > > > > > [Non-text portions of this message have been removed] >
