Maybe I'm going about this the wrong way but, I have five reports- let's call them Rpt1, Rpt2, etc. I want each report to have a custom footer so that the user can input whatever he/she desires, i.e., "Call 555-1212 for assistance", etc.
I have created a table called [tbl REPORT FOOTERS] with the fields [Rpt1 Footer], [Rpt2 Footer], etc. I have an input form [frm REPORT FOOTERS] bound to [tbl REPORTS FOOTERS]. I want the user to be able to add or edit the footer for each report from the form and have [tbl REPORT FOOTERS] updated.
Should I use the SQL UPDATE statement? Should I use an Update Query? Any help would be appreciated. Thanks.
Richard...
I have created a table called [tbl REPORT FOOTERS] with the fields [Rpt1 Footer], [Rpt2 Footer], etc. I have an input form [frm REPORT FOOTERS] bound to [tbl REPORTS FOOTERS]. I want the user to be able to add or edit the footer for each report from the form and have [tbl REPORT FOOTERS] updated.
Should I use the SQL UPDATE statement? Should I use an Update Query? Any help would be appreciated. Thanks.
Richard...