Text box to show specific record

chu3w

New member
Local time
Today, 01:12
Joined
Feb 26, 2010
Messages
3
Hi, Can I make the text box on a form to show data from a specific record? For example, I have a table with two fields Quarter and Revenue. Can I make the text box to show just the data for revenue in Quarter3?
 
Can't you just use a Bound form, with the form's Recordsource be the query with the two columns you want to show and bind the control to the appropriate recordsource field?
 

Users who are viewing this thread

Back
Top Bottom