Thanks guys,
I dont know that I worded the question right. I'll just let you know what I
am trying to do.
I am inputting data for customers orders, enquiries, quotes etc. I want to
be able to take completed orders etc from the form & put into a report. The
reason for this is that I dont want numerous orders (complete & incomplete)
to be in the form. I just want incomplete orders. I need to be able to still
view completed orders so that we can refer to old enquies etc of customers if
need be. Im sorry if I am not getting the point but I would of thought that
this would of been achievable in Access.
Achievable, and easy; but it has nothing whatsoever to do with "archiving
datasheets", which is what you originally asked.
You can do this a couple of ways. One would be to base the Form, not on your
Table, but on a Query selecting only incomplete orders.
Another would be to set the Form's Filter to select only incomplete orders.
This would let you put a command button on the form to choose whether to
display all orders or only incomplete orders.