What happened to my entry area?

  • Thread starter Thread starter john.menken
  • Start date Start date
J

john.menken

I have a room reservation form that consists of some datasheets. Users
can go in and reserve rooms with this simple Access 2003 application.
The other day when I went in, the empty row for entering data was
gone. It only appears this way on my machine. All the other users seem
to be OK. Does anyone have an idea what might be causing this? It's
very perplexing. Please see this graphic which helps illustrate what I
am asking. Thanks very much.

http://209.200.80.147/Elite/Test/Ar1.HTML
 
I have a room reservation form that consists of some datasheets. Users
can go in and reserve rooms with this simple Access 2003 application.
The other day when I went in, the empty row for entering data was
gone. It only appears this way on my machine. All the other users seem
to be OK. Does anyone have an idea what might be causing this? It's
very perplexing. Please see this graphic which helps illustrate what I
am asking. Thanks very much.

http://209.200.80.147/Elite/Test/Ar1.HTML

I think you must have turned off the "Allow Additions" property of the
form, which is under the Data tab in the Properties sheet.

Phil, London
 
I have a room reservation form that consists of some datasheets. Users
can go in and reserve rooms with this simple Access 2003 application.
The other day when I went in, the empty row for entering data was
gone. It only appears this way on my machine. All the other users seem
to be OK. Does anyone have an idea what might be causing this? It's
very perplexing. Please see this graphic which helps illustrate what I
am asking. Thanks very much.

http://209.200.80.147/Elite/Test/Ar1.HTML

In addition to Phil's suggestion, it's possble that the form's Recordsource
query has been changed so that it is not updateable, or that the database has
been made Read Only.
 
Back
Top