Search results

  1. 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...
  2. 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...
  3. 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