G
Guest
Hi,
I've devised a new way to do searches based upon creating filters in sql by
looping through a "Search Table" of parameters.
My only question is, if I have a multiuser environment, will i need a
seperate ID for each user entering parameters into the Search Table?
The way I am using it now, I enter parameters, do the search then clear the
table using a delete query, but it occured to me this might be a problem in
multiuser as others would be using the same table I am to create their own
searches. The ID field for each search record identifying the "creator"
would solve that.
Can someone help me? I've never done multi and I confess I don't really
underatnd its nuances.
I've devised a new way to do searches based upon creating filters in sql by
looping through a "Search Table" of parameters.
My only question is, if I have a multiuser environment, will i need a
seperate ID for each user entering parameters into the Search Table?
The way I am using it now, I enter parameters, do the search then clear the
table using a delete query, but it occured to me this might be a problem in
multiuser as others would be using the same table I am to create their own
searches. The ID field for each search record identifying the "creator"
would solve that.
Can someone help me? I've never done multi and I confess I don't really
underatnd its nuances.