Hello! I have a table that stores an indentifier and a code:
JurNum SpecialCode
102 AM (mornings only)
102 HI (hearing impaired)
104 PM (afternoons only)
104 PD (physically disabled)
I have a form that has the following DB check boxes:
Mornings only
Afternoons only
Physically Disabled
Hearing Impaired
So if the juror is listed in the JurSpec table, then find the codes and check the applicable boxes. And if a box is checked, update the database with the correct combination of jurnum and specialcode.
Is this just wishful thinking? Can I do this or do I need to have the database set up more like:
Jurnum AM PM PD HI
102 Y Y
104 Y Y
Any suggestions will help! Thanks!
Leslie
landrews@metrocourt.state.nm.us
SELECT * FROM USERS WHERE CLUE > 0
No Rows Returned
JurNum SpecialCode
102 AM (mornings only)
102 HI (hearing impaired)
104 PM (afternoons only)
104 PD (physically disabled)
I have a form that has the following DB check boxes:
Mornings only
Afternoons only
Physically Disabled
Hearing Impaired
So if the juror is listed in the JurSpec table, then find the codes and check the applicable boxes. And if a box is checked, update the database with the correct combination of jurnum and specialcode.
Is this just wishful thinking? Can I do this or do I need to have the database set up more like:
Jurnum AM PM PD HI
102 Y Y
104 Y Y
Any suggestions will help! Thanks!
Leslie
landrews@metrocourt.state.nm.us
SELECT * FROM USERS WHERE CLUE > 0
No Rows Returned