Running a Query in VB within Access

Sharky Forums


Results 1 to 7 of 7

Thread: Running a Query in VB within Access

Threaded View

  1. #1
    Catfish webraycer's Avatar
    Join Date
    Dec 2001
    Location
    Midlothian, VA, USA
    Posts
    187

    Running a Query in VB within Access [solved]

    I need to run the following query in VB, but it goes in an event procedure for a form button in Access. It's looking up a language abbreviation given the language name.
    Code:
    SELECT abbreviation FROM languages WHERE name = Me.languageForm
    Where languageForm contains the language name.

    Thanks
    Last edited by webraycer; 07-18-2005 at 09:45 AM.

Posting Permissions

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