J
Jim
I am using ACCESS 2000 and would like to use code to
change the record source of a form. The form name is
frm_Main. The table that I would like to switch the
record source to is tbl_Temp1.
I have tried the following:
Forms!frm_Main.RecordSource = "tbl_Temp1"
I don't receive an error, but the record source is not
changed to tbl_Temp1
Jim
change the record source of a form. The form name is
frm_Main. The table that I would like to switch the
record source to is tbl_Temp1.
I have tried the following:
Forms!frm_Main.RecordSource = "tbl_Temp1"
I don't receive an error, but the record source is not
changed to tbl_Temp1
Jim