Search results

  1. G

    User Login Question

    Thank for you help. Yup, i forgot to set the connection on Dim statement, but there have another error when i solve out the connection, access alert me that a Run-time error as follow: Run-time error '-2147217900(80040e14)': Syntax error in FROM clause. and the debugger point out the error...
  2. G

    User Login Question

    Thank for your opinion. But i am not worry my user will bypass the user checking, because my user just need a data system to help them to search the data, and give the different button to select different from to view the needed data. And now i find out the error happened on the connection to...
  3. 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...
  4. G

    Continuous Form Sorting Problem

    Thank a lot, let me try.
  5. G

    Continuous Form Sorting Problem

    here is the sample of the continuous form. Thank!
  6. G

    Continuous Form Sorting Problem

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

    Popup Calendar (no OCX) c/w example use

    This calendar is a very good control for the day input!!
  8. G

    Use a combo box to control another combo box

    Thank Robert88 The Websites is very useful, and i already fixed my problem. Thank again.
  9. G

    Use a combo box to control another combo box

    In my DB, Constituent table is for the student's personal info, and the infostudent is for the student's study record, each student have 1-3 playgroup, each playgroup have 2 combo box. What i want to do is, the first one is used to select the region of the playgroup then the second one will...
  10. G

    Use a combo box to control another combo box

    Here is my project. And i find another problem is it can't used on multiple combo box. Please help me!!
  11. G

    Use a combo box to control another combo box

    Thank You ansentry, it very useful for me But, i have another question, when try to do a cascading combo box in a form(fs) it is all right, the problem is when i open form(fs) as a subform of form(c), it can't fullly function and it have a pop up to let me input the Marks again.
  12. G

    Use a combo box to control another combo box

    Yes, that is what i want to do. And I create a table which have two fields to store the Makes and Models, how can i do a search on Combo Boxes?
  13. 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?
  14. G

    Tab invisible

    Thank for your help!!
  15. 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...
  16. G

    Date Calculate

    Thank you!!
  17. 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.:)
Top Bottom