M
M S
I have two dropdown boxes, txtCall and txtCycle. In the database, each
Cycle has up to 10 calls. When a user selects txtCycle, I have programming
to limit the choices in txtCall to the desired calls. For this example,
let's say Cycle #1 has 5 calls.
Now, I want to limit the items in txtCall to restrict when a previous value
was already saved in the database. For instance, if a record was already
saved to the database for Cycle #1, Call #1 and #2, then I only want txtCall
to allow for someone to select 3, 4, or 5.
Help?
Cycle has up to 10 calls. When a user selects txtCycle, I have programming
to limit the choices in txtCall to the desired calls. For this example,
let's say Cycle #1 has 5 calls.
Now, I want to limit the items in txtCall to restrict when a previous value
was already saved in the database. For instance, if a record was already
saved to the database for Cycle #1, Call #1 and #2, then I only want txtCall
to allow for someone to select 3, 4, or 5.
Help?