User Profile

Collapse

Profile Sidebar

Collapse
annivanova
annivanova
Last Activity: Sep 2 '07, 09:41 PM
Joined: Apr 6 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • annivanova
    started a topic Problem with Combo boxes in Access

    Problem with Combo boxes in Access

    Hi,
    I saw posts in Dependent listboxes on access forms, which problem is very similar to my.
    I’m working over to create an MS Access application.
    I used in my project given code :

    Code:
    Code:
    Private Sub Country_AfterUpdate()
        With Me![Region]
            If IsNull(Me!Country) Then ' if no country is selected
                .RowSource = ""  ' leave row source of Region blank
    ...
    See more | Go to post

  • annivanova
    started a topic TO Dependent listboxes on access forms

    TO Dependent listboxes on access forms

    Hi,
    I saw posts in Dependent listboxes on access forms, which problem is very similar to my.
    I’m from Bulgaria and working over to create an MS Access application.
    I used in my project given code :

    Code:
    Private Sub Country_AfterUpdate()
        With Me![Region]
            If IsNull(Me!Country) Then ' if no country is selected
                .RowSource = ""  ' leave row source of Region blank
    ...
    See more | Go to post
    Last edited by Killer42; Apr 6 '07, 11:23 PM. Reason: Please use [CODE]...[/CODE] tags around your code.
No activity results to display
Show More
Working...