Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Microsoft Access Forms

Status
Not open for further replies.

Sher42

Technical User
May 25, 2007
4
US
I have a GL Code table which lists a GL Code Number and GL Code Description. I also have a purchasing table.

I have designed a Purchasing form based on a Query that references the two tables. When entering a GL code number in the form I want the corresponding GL Code description to be automatically displayed.

How is this best accomplished?
 
Simply use a ComboBox.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
It works but not as I thought. Mu first column is numeric and second is text. When I do the combo box I get numerics in both. I also tried doing a join in a query (&""&) and again got numerics for both although if I do them independantly they view as numeric and text.

I must be doing something wrong such as in an improper relationship but cannot straignten it out. Any help is very much appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top