Search results

  1. R

    calendar help

    i cant hide the calendar when u open the form and i cant click a date without an error appearing help please
  2. R

    Nz function

    can someone explain to what this is and how it works
  3. R

    input mask password help

    how can i only allow numbers to be entered when i make the input mask password
  4. R

    edit button in subform

    i want to create an edit button as seen in the picture below in my subform, the record source for the form in the picture is, SELECT tblLoans.*, IIf([Status]<>"Closed","Edit","") AS Edit, * FROM tblLoans ORDER BY tblLoans.Title; and the record source in the sub form where i want the edit...
  5. R

    linking forms

    the titles a bit vague but im doing a library database and i have done everything except from the main part of a library which is taking a book out. So what i need to do is choose a specific member, then click a button that allows me to choose a book for that member, and then click another...
  6. R

    Automatically put in current date

    How do you automatically put in the current date in a table?
Back
Top Bottom