+ Reply to Thread
Results 1 to 2 of 2

inheritance module

  1. #1
    @ndy
    Guest

    inheritance module

    I've a the same form in Dutch and in French. There is an Access
    database with all the users with their language preference. How can I
    depending on the language of the person call a form in Dutch OR
    French. Don't won't to program 2 times the form but do it with a
    module or something like that.

    Any help is welcome.

  2. #2
    gocush
    Guest

    RE: inheritance module

    Does this work for you?

    If you are willing to create a copy of your UserForm and Rename the forms:

    Then
    Create two UserForms named:
    UserFormDutch
    UserFormFrench

    Assuming you are able to query the db and get the language for the User,
    assign the Language to a Public variable, say Lang.

    Then

    Sub OpenUserForm()
    UserForm & Lang.Show
    End Sub


    "@ndy" wrote:

    > I've a the same form in Dutch and in French. There is an Access
    > database with all the users with their language preference. How can I
    > depending on the language of the person call a form in Dutch OR
    > French. Don't won't to program 2 times the form but do it with a
    > module or something like that.
    >
    > Any help is welcome.
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1