Search results

  1. Z

    Preventing anyone from changing data

    We need the user to be able to create a new record and make entries and also go back to that record to add data at a later time. However, at 0730 each morning, the system will go through all records up to that point and mark them as locked so that no changes can be made to data already entered.
  2. Z

    Preventing anyone from changing data

    Hello, I am new to VBA so apologies if I ask any dumb questions. Please find enclosed a copy of a database I am working on. I want it so that I can set the column marked "Locked" in the Log Table to either 0 for unlocked and 1 to locked. Then at 0730 each morning I want the database to set all...
  3. Z

    Manually entering data to a record

    Apologies for posting it in several forum headings, but wasn;t sure which one it went in. Thanks
  4. Z

    Manually entering data to a record

    As I said, I'm new to access so can you clarify what you mean please as I still don't understand? I didn't want the boxes bound. I wanted it that the data only goes into the table if the user clicks a SAVE button, any other button, i.e. move onto next record or whatever, will not save anything...
  5. Z

    Manually entering data to a record

    Hi, I am new to access programming. I want to do the following but don't know how :- I have a form which is full of text boxes for people to enter data. I want them to enter the relevant data into those textbox's and then to click a SAVE button. Only when the SAVE button is pressed do I want...
  6. Z

    Code for manual data entry

    Can anyone tell me what code I can use to manually enter data from a textbox. I don't want a bound box, but want to write some code that will take the text from that text box and enter it into a field in a table when i wish it to. How is this code written please? Thanks
Back
Top Bottom