Within a split database I have a table that I probably don't need, but I'm not sure.
Right now, the table holds data that is entered to create faxes. Part of the data for the report is pulled from another table in combo boxes (fax number & company name) the rest is entered by the user, and all the data for each record is stored in one table. There is no need to save the data in a table, and my first thought is to find a way to run a delete query every day. Is there a way to do this?
Or is there a way to transfer data directly from a form to a report without storing any data in a table - I thought this would take up too much memory though. Does anyone have any suggestions?
Thanks, Jennie
Right now, the table holds data that is entered to create faxes. Part of the data for the report is pulled from another table in combo boxes (fax number & company name) the rest is entered by the user, and all the data for each record is stored in one table. There is no need to save the data in a table, and my first thought is to find a way to run a delete query every day. Is there a way to do this?
Or is there a way to transfer data directly from a form to a report without storing any data in a table - I thought this would take up too much memory though. Does anyone have any suggestions?
Thanks, Jennie