Question : Need A Text Box to Display Data From Different Table

i have a database with 2 tables - sheet1 and details

i have a form that displays all the info from sheet1
i have a button i click to bring up the details from in a dialog box.
that form identifies the BAM# and opens the details form to that BAM#

i want to add a text box on the details from to display a field from sheet1

Answer : Need A Text Box to Display Data From Different Table

If sheet 1 will always be open - you can use this ..

control source   = forms![Sheet1].[YourField]


Scott C
Random Solutions  
 
programming4us programming4us