randy remark Posted March 26, 2002 Posted March 26, 2002 OK, I have a prospects manager database and a customer database. The record identifiers Prospect No, and Customer No are the unique fields that I use for relationships etc. What I want to do? When I create a new record in either database I want it to be unique to both databases for example: In the Prospect Manager I have these records 01 Mr Smith 02 Mr Bloggs In the Customer File, I create a new record and it automatically is allocated 03 as the record identifier. If I then were to create a new record in the Prospect database it would be given 04 I hope this makes sense Thanks
andygaunt Posted March 26, 2002 Posted March 26, 2002 OK Mark, What about a preferences database that has the serial number in it. Then when you create a new record in any database, set that value to itself + 1, or if using version 5.5 use Set Next Serial Value. Call this number from any of the databases. Is this going multi user because this might become an issue.
Recommended Posts
This topic is 8349 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now