Search results

  1. G

    User Login Question

    I want to create a database need user login the system at first, i try to use a function to handle the checking, but it return "Type mismatch" & Runtime error "Operation is not allow when the object is closed", i am not sure my code is all right, can anyone help me to find out what the problem...
  2. G

    Continuous Form Sorting Problem

    How can i let the continuous from sorting by DESC? Thank!
  3. G

    Use a combo box to control another combo box

    Ii want to make a combo box(a) for users to select it but there are many data, so i want to create another combo box(b) to control which data can display on combo box(a). Can i do so?
  4. G

    Tab invisible

    I want to invisible some subform in tab, and there have some check box in the main form to controls which form is visible. ---------------------------------------------------------------------- Private Sub StudentInfo_Click() If Not IsNull(Me.StudentInfo) Then...
  5. G

    Date Calculate

    I want to calculate a data from anthony table, like (20 Jan 2005) + 365 days will be 20 Jan 2006, how can i do it. The Table setting is just like below: Constituent (DataID,...); Student (DataID, DOB,...); School (DataID, 4YearsOld(As a Date Format),...) Anyone can help me, Thank you.:)
Back
Top Bottom