B
bali
Hello,
I've got a table that has records type X,Y,Z. Each record
has AutoIndex Number. I have a module which lets you select
type of records to update (asks user "Which type of records
do you want to update?) and then performs correct updating.
So let's say if I select type X, module should allow you
to enter the index number of records OF THAT TYPE ONLY but
I'm finding that if I select type X, I can still enter the
index numbers of the records of type Y and Z to update
those as well. Is there any way for me to deny access to
the Y and Z records if the user wants to update records of
type X? Thanks for any help in advance
I've got a table that has records type X,Y,Z. Each record
has AutoIndex Number. I have a module which lets you select
type of records to update (asks user "Which type of records
do you want to update?) and then performs correct updating.
So let's say if I select type X, module should allow you
to enter the index number of records OF THAT TYPE ONLY but
I'm finding that if I select type X, I can still enter the
index numbers of the records of type Y and Z to update
those as well. Is there any way for me to deny access to
the Y and Z records if the user wants to update records of
type X? Thanks for any help in advance