Subform doesn't work

  • Thread starter Thread starter tspies85 via AccessMonster.com
  • Start date Start date
T

tspies85 via AccessMonster.com

Hi.
i can't enter any word in my subform. i've check the data entry(NO)..and i
don't know what else to do..
even.. my system cannot go to new record..please help
 
Hi.
i can't enter any word in my subform. i've check the data entry(NO)..and i
don't know what else to do..
even.. my system cannot go to new record..please help

The most likely causes are either that the AllowEdits and/or Allow
Additions properties of the form are False; or - more commonly - that
the subform is based on a Query which is not updateable.

Open the Subform in design view; find its Recordsource property (first
row of the Data tab); open it as a query by clicking the ... icon; and
use View... SQL to view the SQL text of the query. Copy and paste it
to a message here.

John W. Vinson[MVP]
 
Hi John ,

Thanks..i've double tripple check the setting and everything...
and lastly i found out that, one of my code in form supposed to be before
update not after update...anyway thanks for ur info and help..
 
Back
Top