I have a preregistration form on a web site that gathers most
of the information about an instructor. This information goes into
the instructors table in a mySQL database. After his or her
credentials are confirmed, I would like to send the instructor a
registration form that basically allows them to choose a username
and password. The form has 5 fields: first and last name, username,
password, and confirm password. This is really a form with an
update record behavior that has the instructor's first and last
name already displayed on the form when it's sent to him or her and
all the instructor needs to do is to add a username and password
(and confirm the password). However, I cannot use the Check New
Username with an Update Record behavior, it needs an Insert Record
behavior. (I am using php.) Can I use both Update and Insert Record
behaviors on the same form with the same table? I tried and I am
having some problems. I also tried putting the membership info in a
separate table, and that seem to work well except I had great
difficulty writing a SQL statement that would display fields from
two tables without getting duplicates (and no one offered any help
on any my past postings).
There have been a lot of people viewing my posts but no one
stopping by to offer any help. Even if someone can point me in the
right direction, I would greatly appreciate it!