Hi,
I have included a simple illustration of my problem in an excel spreadsheet that simulates the how I need the data to work in an access table.
In the spreadsheet you will see that I have a CDU (Store) and equipment that is being moved between the stores. The equipment ID identifies the equipment which CANNOT be in two places at once. (This is the design problem I am facing).
As people enter data, it is important that the equipment is FIRST removed from the current store in order to be installed in another store. But people entering the records are forgetting to first enter the remove date before they enter a new record indicating where the equipment is moving to. So now I end up with 1 piece of equipment in two different stores.
How can I modify the design of the table (or use functions etc) to prevent this problem. It is important that a record cannot be added if the equipment is not “removed” first by entering a removed date.
Hope my problem is clear. Any help or advice will be appreciated. TX