Hi Terry,
Thank you very much for the prompt reply.
My situation is a bit more complex.
Need to choose randomly among the filtered records.
For example,
Category File - Field: CategoryName
User File - Field: User ID
Product File - Field: CategoryName, ProductName, UserID
If user id 1 opens the product file, it should pick randomly a record from Product File but it must be within that user id.
Jason