G Guest Jun 21, 2004 #1 is there a way I can reassociate a form (structure only) from one table to a new table?
M Marshall Barton Jun 21, 2004 #2 is there a way I can reassociate a form (structure only) from one table to a new table? Click to expand... You can (re)set the form's RecordSource property. Me.RecordSource = "table2"
is there a way I can reassociate a form (structure only) from one table to a new table? Click to expand... You can (re)set the form's RecordSource property. Me.RecordSource = "table2"