Empy form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I trying to figure out what I did. I can open a form in design mode, I see
all the fields, but when I run the form it is empty (just the background).
HELP!
 
Juan said:
I trying to figure out what I did. I can open a form in design mode,
I see all the fields, but when I run the form it is empty (just the
background). HELP!

(common question)

The detail section of a form will appear completely blank if there are no
existing records to display and no ability to add new ones.

The former can be caused by an actual lack of records or due to query
criteria and/or filters being applied. The latter can be caused by form
properties (AllowAdditions and RecordSetType) and/or because the form is
bound to a query that is not editable (most common).
 
Back
Top