Hi there,
If you want to use VBA to pull data from three tables, assembling the data and displaying it in, say, one textbox, then the easiest solution might be to use the Dlookup function...roughly...
' Tie together data from 3 tables and put the result in a textbox on a form...