N
Nassir
I have a data Insert form with FirstName, MiddleInitial, LastName,
Email,Address,
City,State,WorkPhone. There is one more field not included in the form which
is AgentID as the primary Key. I want to insert one record in the table using
these fields and values by computing and combining the first letter of the
firstname,middleinitial,and lastname as the primary key when i execute the
the data it say cannot be null.Please a need some suggetion how to use the
SQL query to include the AgentID in the table by abbriviate the agent full
name as the AgentID
i been trying to figure it out and i'm stuck
Thanks.
Email,Address,
City,State,WorkPhone. There is one more field not included in the form which
is AgentID as the primary Key. I want to insert one record in the table using
these fields and values by computing and combining the first letter of the
firstname,middleinitial,and lastname as the primary key when i execute the
the data it say cannot be null.Please a need some suggetion how to use the
SQL query to include the AgentID in the table by abbriviate the agent full
name as the AgentID
i been trying to figure it out and i'm stuck
Thanks.