Search results

  1. Y

    Password problem...

    My Log On form is not able to recognize the username and passwords... It seem as though the code is wrong... There are txtboxes on the form not combo boxes... and what i need is that the user enters their username and password... and then enters the system.... The codes currently i have are...
  2. Y

    Values not appearing in table

    Hey PPL...hows life??? i need some help here.... One of my forms has an age text box which is linked to a module ... so however, it calculates the age...... But the age is not shown in the table.... I need it to do that.... But i dont know which code to use... I heard of the INSERT INTO...
  3. Y

    Code problem?????????

    Code does not work according to first line.... my database is having problems witht the first line of my code.... which is: Dim db As DAO.Database Dim rst As DAO.Recordset Set db = CurrentDb() Set rst = db.OpenRecordset("TblUserDetails", dbOpenDynaset) If...
  4. Y

    Compile error

    I need some help guys... i have created a code ... in which the user is able to create users passwords and etc.... The problem seems to be with one line of the code... which is Dim db As DAO.Database the error says User defined type not defined....its a compile error... Can anyone help me...
  5. Y

    Backup according to user choice...

    Hi ppl.... How are u today.... me tooo tired... Guyz i need some help with backing up the database... Basically whenever i make a backup i want the user to be able to choose where he wants to backup the the database.... How can i do that?? Currently i have a macro which has the function "Copy...
  6. Y

    Entering Values from a form to a table

    Hi Guyz!! How u doing???!!! I am new to VBA, and i need some help in my system..... basically i am creating a appointments Form, and in this i have some txt fields and a listbox which contains the available times ... What i want my form to do is that as the user enters the values in the form...
Back
Top Bottom