Recent content by YoMate

  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?????????

    Yo Wayne thanx alot i got it... i jus got confused ... tools in Access or tools in VBA.... but it was in VBA... Thanx alot for ur help
  4. Y

    Code problem?????????

    Wayne.... i did that but i couldnt find ... the Microsoft Reference DAO I am on Microsoft Office 2002
  5. 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...
  6. 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...
  7. Y

    Backup according to user choice...

    That could work... but say for example if the user did not want to ake the backup on the C drive but another removable drive .... i want the user to be able to select the drive where he wants to store the backup Is that possible? Saying another directory of his own choice?
  8. 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...
  9. Y

    Entering Values from a form to a table

    Ok finally i got it.... huh....got time to cut all the fits and bits ok i have attached the document with this thread... thanx alot for ur help gizmo. Yomate
  10. Y

    Entering Values from a form to a table

    Ok... I tried it... it doesnt work because... the availble times in the listbox does not work ... and on the other hand... what i really want is that as the date is selected on the calendar... it should show all the appointments for that day (on the top subform) and also the form should exclude...
  11. Y

    Entering Values from a form to a table

    OK thnx ....I'll give it a try and see wot happens..
  12. Y

    Entering Values from a form to a table

    I reckon i forgot to post up the word document ... I have now included it
  13. 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