J
John Bigness
I have a table called "tbl_Locations" that has a LocCode and Location.
Sample Record in the table would be-
LocCode: 123 Location: Podunk
I have a form with LocCode in it. When the mouse hovers over the LocCode we
want to have the Control Tip Property of the textbox display the actual
Location by using the tbl_Locations table to look up the Location from the
LocCode.
Any suggestions.
Sample Record in the table would be-
LocCode: 123 Location: Podunk
I have a form with LocCode in it. When the mouse hovers over the LocCode we
want to have the Control Tip Property of the textbox display the actual
Location by using the tbl_Locations table to look up the Location from the
LocCode.
Any suggestions.