Results 1 to 3 of 3

Thread: Access to Vb

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2002
    Location
    Leeds, UK
    Posts
    75

    Access to Vb

    I have an Access Db where i have created forms which users will be using. I also have a Vb application which i want to display different info. Is it possible to open the Vb App through a button click and go straight to the current record in Vb.

    For example.

    If i am in Access and currently have AssetID=Test i want to click a button and open the Vb app on the record AssetID=Test.

  2. #2
    Addicted Member
    Join Date
    Jun 2002
    Location
    Brugge, Belgium
    Posts
    208
    Wouldn't it be wiser to split the forms and db into two parts. Thus creating a two-tier environment.

    You'll have to recreate the forms in vb but it will be nicer for the users to work with. One app to open instead of two.

  3. #3
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    I aggree with Killazzz, but if that is not an option, you can use Shell to start your app and pass an argument via command inside your app.
    -= a peet post =-

Posting Permissions

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



Click Here to Expand Forum to Full Width