HELP!! I am using access 2007. I have developed a database and have packaged it for deployment. I have tried to enter data and it all goes well. HOWEVER after I have closed the database and open again to add further data the previously entered data is not viewable and appears not to be saved. When new data is input ID number is increased so previous data is held in table but not viewable in my forms. How do I make the data viewable? Also when I go to the folder where the program is, it has a padlock on the program icon as though it is locked. Thanks in advance Landor
Sounds as though you may have set the form's DataEntry property to True. The Data Entry property doesn't determine whether records can be added; it only determines whether existing records are displayed. -- Doug Steele, Microsoft Access MVP http://I.Am/DougSteele (no private e-mails, please) "Landor" wrote in message news:53A32038-C556-4C46-85C0-E9247B9AF6F9@microsoft.com... > HELP!! > > I am using access 2007. I have developed a database and have packaged it > for > deployment. I have tried to enter data and it all goes well. HOWEVER after > I > have closed the database and open again to add further data the previously > entered data is not viewable and appears not to be saved. When new data is > input ID number is increased so previous data is held in table but not > viewable in my forms. > > How do I make the data viewable? > > Also when I go to the folder where the program is, it has a padlock on the > program icon as though it is locked. > > Thanks in advance > > Landor > >