Form Load

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

Guest

hi
i using Me!FormName=" " to get the form to load blank in datasheet view;
however it is not working; any suggestions
 
What do you mean "load blank in a datasheet view"? What does FormName have
to do with the data that is loaded? That is a function of the record source
tied to the form.

Is this form bound to a report or query? Do you want the user to be able to
add new records? If so, I would think you'd want to build your form and
then set the data entry property to true. This will allow the user to add
records, but not view previous ones.
 
Back
Top