| re: Update new Password to table via Forms & Macro
Just guessing here, but are you sure that your form is still open when those
controls are trying to be read for the update query. Also, why use an
update at all. A bound form will simply overwrite the existing password
record with the new one. Set the form properties to: Edit=YESY, Add=NO,
Data Entry=NO.
-Ed
"Darren" <Yeo.darren@gmail.com> wrote in message
news:1137556675.630926.318820@g43g2000cwa.googlegr oups.com...[color=blue]
> yep..i created three local tables and a simple log-on form and aft
> that, i was wonderin how to create something to allow users to change
> password anytime w/o administrator doin that..,
>
> i created another form (details in my first post), and the problem i
> encounter is that the update query seems not to be able to "pluck" out
> the field (txtConfirmPW) from the form to update to the respective
> tables.
>
> It just doesn't work and i dunno why..can ya help me? Would it be
> better if i send ya the database?
>
> thanxs for that though..appreciate it!
>[/color] |