Search results

  1. O

    Checking date against a text box

    okay I have a text box set up and formatted for date called RenewalDate and I would like it to show up a reminder if this is current date or more. I have tried this If RenewalDate.Value < Date Then OLEUnboundRenDte.Visible = False ElseIf RenewalDate.Value >= Date Then OLEUnboundRenDte.Visible...
  2. O

    how to add Control source ?

    okay so I have set up a new form and I have combo boxes on. It has created the columns in my datasheet but how do I make that column a control source. Any help appreciated as I am stuck on this one.
  3. O

    Button to create form for certain member ?

    Hi im fairly new to all this codeing in access but i think this is possible. I have put together a simple database for my members for me to view all there information but i would like to be able to have a 2nd form open only for some members with a button that would have more option boxes. so...
Back
Top Bottom