Hi again,
Could someone give me some advice about tables please?
My database (A2010) has a table that contains client details with a primary key that is the ClientID. The ClientID is automatically generated in the form when the client is built. The customer wants the database to reflect as closely as possible the clerical system that will be replaced. I need to create a waiting list for potential clients (not all of whom are converted to clients) but the ID attached to them is different, typically prefixed by "WL". So the question I have is this: do I create two separate tables and find a way of moving a record from 'waiting list' to 'client' programatically or do I include all the records in one table and simply use a field to identify the status? The issue I have is that to do the latter I would have to re-allocate the ID which isn't possible as it is the primary key.
Sorry for the wordy post - I can't think of a shorter way to explain what I am looking for.
Could someone give me some advice about tables please?
My database (A2010) has a table that contains client details with a primary key that is the ClientID. The ClientID is automatically generated in the form when the client is built. The customer wants the database to reflect as closely as possible the clerical system that will be replaced. I need to create a waiting list for potential clients (not all of whom are converted to clients) but the ID attached to them is different, typically prefixed by "WL". So the question I have is this: do I create two separate tables and find a way of moving a record from 'waiting list' to 'client' programatically or do I include all the records in one table and simply use a field to identify the status? The issue I have is that to do the latter I would have to re-allocate the ID which isn't possible as it is the primary key.
Sorry for the wordy post - I can't think of a shorter way to explain what I am looking for.