form based in atable

checoturco

Registered User.
Local time
Yesterday, 16:26
Joined
Oct 17, 2005
Messages
76
Hi list,

I have a form based on a table but when i insert a value on a textbox, this value it´s not assumed in the table, i have to click in next cell for this value be assumed.
I´don´t know if somebody have already this problem before.
It´s possible do a click on next cell with vba or somebody hnows any command to make a kind of "commit" to value of the cell that the user have inserted or other idea??

this is a continuous form.

tks all guys

checo
 
with docmd.runcommand acCmdsaverecord solves the problem, but i have a recordset with <recorset_name>.recordcount but this gives 0 or 1 despite the query retrieve 4 or 5 records??? ;)

i have to find the problem
 
<recorset_name>.movelast before recordcount

Peter
 
tks bat17 ( I wrote this text because the main message was too short, i.e. less 10 characteres)
 

Users who are viewing this thread

Back
Top Bottom