Each customer has a key field Customer ID.
I have relationships to most of my other tables with this id.
I am providing information for a user in which I would like a seperate
database and add customer information as needed.
In other words I do not want him to get information on all customers.
>I don't know enough about your data to tell you how to select your
>customers.
[quoted text clipped - 14 lines]
>>>> thanks
>>>> Pete
Jeff Boyce - 15 Jan 2008 23:35 GMT
I believe I understand the need to put a limited number of customers in a
new database (although, based on the new information you just provided, you
might not need to!).
My question was about how you know WHICH customers to move over?
(By the way, if your concern is that you don't want your user to see, say,
any customer whose last name starts with a "W", you can build a query to
exclude those and use that query as the data source for a form you show your
user. That way, you don't have to move anything!)
Regards
Jeff Boyce
Microsoft Office/Access MVP
> Each customer has a key field Customer ID.
> I have relationships to most of my other tables with this id.
[quoted text clipped - 23 lines]
>>>>> thanks
>>>>> Pete
jptpjs - 16 Jan 2008 16:18 GMT
Jeff,
I think you found a better way!
Just give him the entire database and modify his front end to display
customer id's as needed.
Simple is always better.
Thanks
>Each customer has a key field Customer ID.
>I have relationships to most of my other tables with this id.
[quoted text clipped - 8 lines]
>>>>> thanks
>>>>> Pete