Georg
|
| Posted: 02/27/2003, 6:22 PM |
|
The title says it all, I think...
How can I make RegForm check the database to see if an ID is already registered when a new user is entering registration information? The password is irrelevant, but I would need to avoid duplicate IDs.
Any help gratefully appreciated!
|
|
|
 |
lneisius
|
| Posted: 02/28/2003, 3:59 AM |
|
If your talking about the user name, set the property to unique in the control panel. If your talking the userID it should be the primary key and the dbase should be autoincrement.
|
|
|
 |
Georg
|
| Posted: 03/02/2003, 7:19 PM |
|
In retrospect, pretty simple. That's what you get for playing with new software...
Thanks very much.
|
|
|
 |
|