Rob Granger
|
| Posted: 08/11/2002, 10:27 PM |
|
I created a form and based it's recordsource on a sql query using the
CCGetUserID() as the selection criterial. I did not want to try and pass a
value in the URL. When I open the form it selects the correct user/record
but the automaticly generated submit seems to do nothing. The PK for the
record is the UserID. Anyone have an idea why my update is not working.
Thanks
Rob Granger
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 08/14/2002, 2:17 AM |
|
Don't you get any error messages after Submit is hit?
Please check your database. May be you just can't see a record
via web interface. Note that Label type fields in Record forms are
not inserted into database.
--
Alex,
Support Engineer
CodeCharge Team
"Rob Granger" <rob@986.org> wrote in message
news:aj7gvs$c3a$1@news.codecharge.com...
> I created a form and based it's recordsource on a sql query using the
> CCGetUserID() as the selection criterial. I did not want to try and pass a
> value in the URL. When I open the form it selects the correct user/record
> but the automaticly generated submit seems to do nothing. The PK for the
> record is the UserID. Anyone have an idea why my update is not working.
> Thanks
> Rob Granger
>
>
|
|
|
 |
|