Search results

  1. R

    calendar help

    i want the calendar to be hidden once the form is open, then when u click the date text box, the calendar should open, and when you choose a date, the calendar should close and date should be in the text box
  2. R

    calendar help

    but even if i remove ComboCurrentDiagnosis.setfocus, it still doesnt work
  3. 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
  4. R

    Nz function

    ive read that but i still dont understand it
  5. R

    Nz function

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

    input mask password help

    how can i only allow numbers to be entered when i make the input mask password
  7. 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...
  8. R

    linking forms

    i used a subform and got it working, but what i cant do is untick the checkbox 'available_in_library' when the book is taken out any suggestions
  9. R

    linking forms

    thanks for replying, but i cant see how a subform will help could you explain on this a bit more this is basically what i need to do http://www.access-programmers.co.uk/forums/showthread.php?t=19323 (second post) but i dont know how to do that
  10. 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...
  11. R

    Automatically put in current date

    thanks for the help,
  12. R

    Automatically put in current date

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