Hello, i need ur help
I have two tables
First :
Callerphone
CallerName
Type of call (personal, question, problem)
feedback
and another table: Problems
CallerPhone
problemId
problem
problemtime
status
solution
solutiontime
toDepartment
First of all, i want a different information to be displayed when i choose a different type of calling
how i could do that??
Ex. if i choose Personal,,, i want to which department Field only to be appeared
if i choose Question, i want notes field only to be displayed
if i choose problem, i want the whole form to be displayed
Second, i made a form to enter the information,, i make the phoneNumber as the primaryKey
So if i entered te first problem ,, then after two days the same phone has another problem i couldn't enter the seconed problem
what i can Do?? if i changed the phone# as the primary key, how could i link the two tables??
Seconed thing i want when the user click on the checkbox, then i want the solution, and the solutionDateTime to appear when i click on the check box otherwise it will be hidden (i want the currentDAte and current time to be entered automatically)
i attached the file ,, Hoping you can help me