Search results

  1. N

    Locking txt field after saved

    Hi, I've tried this code but I'm trying to make it so that one button is for Locking the data, and the other is for Unlocking it. But when I try to click my Lock or Unlock button, it says 'Invalid Qualifier'. Any help? My code for the button is: Private Sub Lock_Click() Me.Name.Locked = Not...
  2. N

    Form search BETWEEN

    Hi there, I'm relatively new to Access and I have a problem which I can't seem to figure out! I have created a form for a table which contains ~600 movies and their name, genre, rating, director, year it was made, and length (min). Here's what my form looks like: imgur .com/Mwu7qV4 I need to...
Back
Top Bottom