Hello.
I have a form, FrmPlanAdminStatus, that has a button to open another form, FrmPlanDoc. I searched the forum and found how to have 2 fields on FrmPlanDoc prefill based on the record displayed on FrmPlanAdminStatus. I am setting the default value on the FrmPlanDoc to the field on FrmPlanAdminStatus. That works beautifully. However, now when the form opens, it is not displaying the information saved to the TblPlanDoc that the form is based on. Any of the other fields on FrmPlanDoc that I fill in save to the table, but even though I have a filter on the button that opens the form from FrmPlanAdminStatus, based on one of the prefilled fields, it just displays the 2 prefilled fields. I tried basing FrmPlanDoc on a query and that didn't work, so I switched it to the table as the Data source. It still didn't work. I can't find anything in the forum regarding this, although I could just not be using the correct search wording.
Any suggestions on getting this to work would be greatly appreciated.
Thanks,
Stacey
I have a form, FrmPlanAdminStatus, that has a button to open another form, FrmPlanDoc. I searched the forum and found how to have 2 fields on FrmPlanDoc prefill based on the record displayed on FrmPlanAdminStatus. I am setting the default value on the FrmPlanDoc to the field on FrmPlanAdminStatus. That works beautifully. However, now when the form opens, it is not displaying the information saved to the TblPlanDoc that the form is based on. Any of the other fields on FrmPlanDoc that I fill in save to the table, but even though I have a filter on the button that opens the form from FrmPlanAdminStatus, based on one of the prefilled fields, it just displays the 2 prefilled fields. I tried basing FrmPlanDoc on a query and that didn't work, so I switched it to the table as the Data source. It still didn't work. I can't find anything in the forum regarding this, although I could just not be using the correct search wording.
Any suggestions on getting this to work would be greatly appreciated.
Thanks,
Stacey