mud2
12-10-2006, 06:50 PM
I can set the record source of a form on the fly (to my choice of tables), but how do I set the source of a text field in this Form. I want, ultimately, to set both the table and the field in that table as variables...determined by some programming action. I'm looking for something like
Text1.value = TableX.Fields(Y). Where TableX has been set, and Text1 is a text field in that table, in the form.
Thanks!
Text1.value = TableX.Fields(Y). Where TableX has been set, and Text1 is a text field in that table, in the form.
Thanks!