M
|
MikeB941 author 10/21/2007 |
I believe I've found an easy work around - just set the ID for the record to "" (i.e. $values["Record_ID"]=""<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=22440&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' /> in the Before Record Added event for Add Record and make sure you have auto increment set for the table in MYSQL. This seems to override the security setting of the Record ID to whoever is currently signed on and forces an auto increment for the next record upon insertion. I also do NOT have the record ID selected as a field for the add page or the edit page under choose fields. |