Access 2003 help..need to enter a word and have it reveal the definition from a list i created....how do I....?
How do i do this in MS Access 2003? I have two boxes one will be a blank box that I copy / paste a word into and then there will be an empty box next to I...i want to create a push button and when i click the button it will reveal the answer in the other box from a list of words that I've created already... Any ideas on how to go about doing this? Thanks
Public Comments
- And the list of words is in the database table, right? You'll need to script it with some VB. I can't give you the exact snippet, but it goes similar to this: sub Button1_click() dim box1 = txtBox1.text (text box, right?) --- Data manipulation with the box1, query or something ---- txtBox2.text = WhateverValueCameOutOfTheManipulationAbove.
Powered by Yahoo! Answers