Quote:
Today at 07:44 AM spcover said this in Post #6
It seems if I INSERT a blank record into the table "userfield" for each userid I INSERT into "users", it solves my problem.
But I'd feel better if I knew why!
Any comments?
Thanks much.
Sean
|
userfield table saves data for users too so both fields must be populated when inserting a user manually. In some parts of vb code there are join queries to userfield table and if user does not have a record there, query returns no results which means user is not displayed although he is in user database