CactysJack
Programmer
1. I have a form containing the field NAME. It is part of a gated community entry control program.
2. I want to double click (or hit a special command button)on NAME and have the NAME, LOT# and ARRIVED (date/time) entered into a record in a table called PERMGSTLOG which contains these three fields. Each new record would be appended.
3. We make the .mdb file READ ONLY to prevent accidental corruption of data by the user (of a replicate). Assuming we could do 1 and 2 above, would it be rendered unusable by the READ ONLY mode or would we have to put up with
accidental corruption by removing the READ ONLY attribute?
4. I am a neophyte Access programmer and can't find the solution in my books, any help on this will be appreciated.
2. I want to double click (or hit a special command button)on NAME and have the NAME, LOT# and ARRIVED (date/time) entered into a record in a table called PERMGSTLOG which contains these three fields. Each new record would be appended.
3. We make the .mdb file READ ONLY to prevent accidental corruption of data by the user (of a replicate). Assuming we could do 1 and 2 above, would it be rendered unusable by the READ ONLY mode or would we have to put up with
accidental corruption by removing the READ ONLY attribute?
4. I am a neophyte Access programmer and can't find the solution in my books, any help on this will be appreciated.